System Design
April 4, 2025 | Categories: architectureHere is a great list of case studies for System Design. A highly recommended list of reads to help better grasp challenges in System design.
- Uber - How they find nearby drivers at 1MIL Requests per Second.
- Amazon- How Amazon S3 achieves 99.99999999999% durability.
- How Stripe prevents double payment using _Idempotency_.
- Youtube - Was able to support 2.49 Billion Users with MySQL
- Uber - How Uber computes ETA at 0.5 Million Requests per Second
- Gaming Leaderboard System Design
- Cloudflare - Handles 55 Million RPS with only 15 PostgreSQL clusters.
- Slack - System design
- Distributed Counter Architecture
- Pastebin System Design
- Tinder - Scaled to 1.6 Billion Swipes per day.
- URL Shorten-er System Design
- Zoom - How Zoom works
- Meta - Achieves 99.999999999% Cache Consistency
- Scaling an App to 10 Mil Users on AWS