Build it: ACID Transactions

An interactive sandbox where you drag real components together, connect them, and run a live traffic simulation to see where the design breaks.

Challenge: Place a transactional database. ACID is what the database promises on top of any setup. Atomicity, consistency, isolation, durability. You are wiring the app to the database that provides those promises.

Read the ACID Transactions lesson →