Skip to content
View rshezarr's full-sized avatar
đź’­
I just keep moving forward
đź’­
I just keep moving forward
Block or Report

Block or report rshezarr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dijkstra-algorithm dijkstra-algorithm Public

    This is an implementation of Dijkstra's algorithm in Go to find the shortest path in a graph from a starting node to a destination node. It returns the path and any errors that occurred during the …

    Go

  2. echo-server echo-server Public

    This is a simple HTTP server written in Go that serves a streaming endpoint /echo and a message sending endpoint /say. The server broadcasts the message it receives from the client to all connected…

    Go

  3. rest-api-crud-gorilla rest-api-crud-gorilla Public

    Simple CRUD application using PostgreSQL. You are able to manipulate user data, for example create, delete, etc.

    Go

  4. web-forum-gin web-forum-gin Public

    Simple web forum project, where you can create your own posts, leave commentary. You are able to manipulate with your content by updating, deleting it and etc as well.

    Go 3 1

  5. gorr gorr Public

    Simple HTTP router written in go

    Go

  6. tcp-chat tcp-chat Public

    This project consists on recreating the NetCat in a Server-Client Architecture that can run in a server mode on a specified port listening for incoming connections, and it can be used in client mod…

    Go