Skip to content
View hamidgh01's full-sized avatar
📝
learning...
📝
learning...

Block or report hamidgh01

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
hamidgh01/README.md

Hi there 👋

I'm Hamid, a newbie but eager software developer, interested in software design and architecture, and curious about computer networks, cyber security, cryptography, blockchain and many more...
I love to figure out how tech stuff really work behind the scenes 🧐; and yeah, suffer from chronic "should reinvent the wheel (or at least know how the wheel works under the hood)" syndrome 🥴😁!

I mostly code in Go, sometimes Python, and have plan to learn C, C++, and system (low level) programming concepts in the future.

I have built:

  • Blog API (Go / gin-gonic) : Go (clean architecture inspired) RESTful Blog API with crud operations, caching features, authentication and authorization mechanisms, and more... It uses Postgresql for storage, Redis for caching, Swagger for documentation, etc.

  • HTTP Server on top of TCP sockets (Go) : A simple HttpServer, aimed to dive deeper into HTTP protocol and how does webservers (and as the result, Backend & API frameworks) work internally. (Generally my goal was to get a better understanding of what's going on under the hood of the web/http servers)

  • Cache Proxy (Go) : A simple and lightweight HTTP Caching-Proxy (written in Go, backed by Redis), designed to reduce latency and improve throughput by efficiently handling repeated HTTP requests (caching them if cacheable, and serve next incoming repeated requests from cache, until they expire...) in high-traffic systems and applications.

* this list will be updated soon! :)))


Reach me : Gmail | Telegram

Pinned Loading

  1. Go-Blog-API Go-Blog-API Public

    Go (clean architecture inspired) RESTful API with crud operations, caching features, authentication and authorization mechanisms, and more. it uses Postgresql for storage, Redis for caching, swagge…

    Go

  2. HttpServer-from-TCP HttpServer-from-TCP Public

    A simple HttpServer, aimed to dive deeper into HTTP protocol and how does web/http servers work internally.

    Go

  3. cache-proxy cache-proxy Public

    A simple and lightweight HTTP Caching-Proxy (written in Go, backed by Redis), designed to reduce latency and improve throughput by efficiently handling repeated HTTP requests in high-traffic system…

    Go