Guess the stack. Learn why it works.

Five questions a round, getting harder as you climb — "what does this real product actually run on, and why." After each round you choose: bank your points, or gamble them on a harder one. Every answer comes with the engineering reasoning behind it.

How a round works

A correct answer in round 7 is worth seven points, so climbing pays. But score fewer than two out of five in a round and you lose everything you were holding — knowing when to stop is half the game. No account needed, just a nickname for the board.

Rounds 1–3

Easy

Well-known, widely reported choices — the kind of fact that shows up in any "how X was built" write-up.

Rounds 4–7

Medium

Still documented, but more specific — a migration, a framework swap, a deliberate trade-off.

Rounds 8–10

Hard

Infrastructure-level detail: the database, the queue, the in-house tool built to solve one particular problem.

From the stack directory

Short profiles of what real companies run, and why.

See all
Music streaming

Spotify

Spotify runs the bulk of its backend services on the JVM using Java, while relying on Python separately for data scienc…

Messaging

WhatsApp

WhatsApp famously ran hundreds of millions of simultaneous connections with a very small engineering team, a feat widel…

Cloud storage

Dropbox

Dropbox leaned heavily on Python across its backend and desktop client for years, later rewriting performance-critical …

Ecommerce & cloud

Amazon

Amazon originally built standardized infrastructure to run its own retail business more efficiently; that internal infr…

Latest articles

See all
Jul 2, 2026

Reading an engineering blog post without being fooled by it

Company engineering posts are useful and they are also recruiting material. Both things are true at once.

Jun 11, 2026

Your job queue is a database table until it is not

Background jobs are where small projects add infrastructure earliest and justify it least.

May 20, 2026

What Stripe understood about API versioning

Their approach is more expensive to build and considerably cheaper to live with.