Posts
All the articles I've posted.
-
Building the Concurrent Monolith: Atomic Job Claiming in Go
Updated:How to build a job queue where multiple goroutines compete for work without stepping on each other, mutex-protected maps, atomic claiming, and retry logic.
-
Before the Code: Designing a Distributed Job Scheduler in Go
Updated:Architectural decisions, trade-offs, and the blueprint behind building a job scheduler from scratch.