Blog
FEATURED10 min read
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
Read Article →Read Story →Topics
Go2026-02-03
2026-02-03
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.
READ MORE →
#go#redis
backend2026-01-21
2026-01-21
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.
READ MORE →
#go#postgresql#rabbitmq#midtrans