#system-design
Read more stories on Hashnode
Articles with this tag
π 1. Problem Statement Design a Tic Tac Toe game that: Supports configurable board size (N Γ N) Supports 2 players Validates moves Detects win...
Master Rate Limiter LLD and Concurrency Β· π 1. Functional Requirements A Rate Limiter system should: Limit requests per client/user Support multiple...
Designing Safe Multi-Tenant Systems Multi-tenancy doesnβt fail because of traffic.It fails because one customer behaves differently than the...
When βnowβ is different everywhere In distributed systems, time is a guess.And guesses break correctness. 1οΈβ£ The False Assumption (Root of All Time...
When your system is fast, scalable β and still wrong Most production bugs are not caused by slowness.They are caused by multiple things happening at...
Why β10k RPSβ tells you almost nothing Systems donβt fail because of traffic.They fail because of work. 1οΈβ£ The Most Dangerous Metric in System...