Writing
Blog & Notes
Technical writing on system design, backend engineering, and things I've shipped.
- Dec 18, 2025·6 min readArchitectureRESTDocker
Building CloudArc: Lessons from a 7-Tier REST API
How I designed and deployed a production-grade REST API across 7 abstraction layers — routing, validation, service, repository, cache, monitoring, and CI/CD — and what I'd do differently.
- Nov 4, 2025·5 min readAuthSecurityBackend
JWT vs Sessions: Making the Right Choice
A practical breakdown of stateless vs stateful authentication. When each approach excels, the tradeoffs nobody mentions, and how AegisAuth handles both patterns under one interface.