Aayushsharmaio0112insystemsatscale.hashnode.dev·18h ago · 7 min readTomcat vs Netty: The Thread Model Decision Most Engineers Get Backwards(Part 1 of 2 - Backend I/O Internals Series) Every Spring Boot service you've ever written sits on top of a decision you probably never made consciously: does your server hand each request its own thr00
Aayushsharmaio0112insystemsatscale.hashnode.dev·Aug 22 · 6 min readStop Confusing API Gateway, Load Balancer, and Reverse ProxyIf you've ever been in a system design interview or an architecture review and heard someone say "just put a load balancer in front of it" when they actually meant an API Gateway - you're not alone. T10