Build it: Webhooks
An interactive sandbox where you drag real components together, connect them, and run a live traffic simulation to see where the design breaks.
Challenge: Stripe sends webhook events to your endpoint. Things like payment_succeeded and refund.created. Build a webhook receiver that responds fast (within 2 to 5 seconds) and does the real work in the background through a queue and workers.