Writings / Articles
Building a Production-Ready Distributed Task Queue System
How I built a scalable background job processing system with Go, Redis, and React — handling 10,000+ jobs/second with real-time monitoring
GoRedisPostgreSQL +3
Read Article
Building an API Gateway from Scratch in Go: Load Balancing, Rate Limiting & Circuit Breakers
A hands-on walkthrough of how I built a production-oriented API gateway in Go — covering the decisions behind load balancing, rate limiting with Redis, and circuit breaker patterns.
GoAPI GatewaySystem Design +2
Read Article
Featured
OrderFlow-Go: Learning Microservices with Go & RabbitMQ
A microservices-based Order Management System built with Go, PostgreSQL, and RabbitMQ to learn event-driven architecture and service-to-service communication.
backendmicroservicesevent-driven
Read Article
