
How Stripe charges your card in 300ms
87K views · Jun 6, 2026
Six systems, two continents, and a payment that still goes through if a server dies halfway. In one minute.
Related reading
System DesignHow Stripe actually works
Your card gets charged in under a second, across half a dozen systems, in a way that survives a server dying mid-payment. I traced one $20 charge from click to settlement.
Jun 14, 2026 · 14 min read
System DesignHow Discord serves millions of messages a second
One channel, a hundred thousand people typing at once. Discord stores it in a data model most tutorials tell you never to build. Here's why it holds up.
Jun 9, 2026 · 13 min read
GitHow GitHub stores your Git history
A commit isn't a diff. It's a snapshot, hashed and deduplicated, pointing at the one before it. Once that clicks, every confusing Git command turns simple.
Jun 3, 2026 · 11 min read


