Build it: Message Queue
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 web app gets 80 r/s and needs to do slow work like sending email for each one. Add a queue and workers to do the work in the background. Each worker handles 20 r/s.