Build it: Stateless Servers
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 logged-in user clicks around. Their first request lands on Server 1, which saves the cart in memory. The next click goes to Server 2 and the cart is gone. Add a <strong>shared session store</strong> that all three servers can read from.