Build it: Rate Limiting
An interactive sandbox where you drag real components together, connect them, and run a live traffic simulation to see where the design breaks.
Challenge: A client sends 100 r/s. Your server can only handle 40 r/s. Put a rate limiter in front to cap the traffic before it reaches the server.