Architecture Decisions
Why I Chose API Gateway + Auth Service Instead of Monolith Authentication 1. Introduction In distributed systems, authentication can be implemented in two broad ways: Embed authentication directly in
Feb 8, 20267 min read2

Search for a command to run...

Series
A deep dive into building an enterprise-grade Ticket System with microservices (Java 17, Spring Boot, React). Covers JWT security, API Gateways, automated SLA escalation, and audit logging—from initial design to production-ready code
Why I Chose API Gateway + Auth Service Instead of Monolith Authentication 1. Introduction In distributed systems, authentication can be implemented in two broad ways: Embed authentication directly in

Foundation & Architecture Decisions
How I designed and built a production-style customer support system using Spring Boot microservices, OpenAPI contracts, API Gateway, and service-to-service authentication.