Tag: API Gateway
All the articles with the tag "API Gateway".
-
API Gateway vs Load Balancer vs Reverse Proxy
Series: Backend Interview Mastery
Compare API gateways, load balancers, and reverse proxies for backend interviews: responsibilities, request flow, overlap, and architecture trade-offs.
-
API Gateway Explained: Architecture, Responsibilities and Trade-offs
Series: Backend Interview Mastery
Learn API gateway architecture for backend interviews: routing, authentication, rate limiting, aggregation, failure handling, and trade-offs.
-
System Design Interview: Design a Rate Limiter
Series: System Design Interview Series
Master the rate limiter system design interview. Explore token bucket, leaky bucket algorithms, distributed rate limiting with Redis, and race conditions.