Tag: system-design
All the articles with the tag "system-design".
System Design Traffic and Cache: Load Balancers and Redis
Published: at 08:15 AM(5 min read)Practical system design patterns for distributing traffic with load balancers and reducing database pressure with Redis caching.
System Design Distributed Trade-offs: CAP and Consistency
Published: at 08:00 AM(4 min read)A practical guide to CAP Theorem and availability-vs-consistency decisions, with real-world examples and exercises.