ELI5 · 2026 The big idea, in one breath 62 explainers

Explained simply

One idea,
one analogy.

The concepts engineers reach for, each in plain English with a single analogy and no jargon. Read one in a minute, then follow the link to the full, technical version when you want the depth.

62 results
03

Distributed systems.

15 explainers

The CAP theorem comic

When the network splits, you can keep answering or keep everyone in sync, but not both.

Read →

Consensus (Raft) comic

A group agreeing on one version of the story, even when some members go quiet.

Read →

Eventual consistency comic

Gossip: tell one person, and given a little time, everyone hears the news.

Read →

Idempotency comic

Pressing the elevator button twice does not call two elevators.

Read →

Message queues comic

A to-do inbox between two services, so work is not dropped when one of them is busy.

Read →

Kafka & pub/sub comic

A newspaper: published once, and any number of subscribers read it at their own pace.

Read →

The circuit breaker comic

A fuse that trips so a failing service can’t drag the rest down with it.

Read →

Split-brain comic

The radio dies, both halves of the crew promote a captain, and both captains start giving orders.

Read →

Monolith vs microservices comic

One big shop where everyone works under one roof, versus a row of specialist stalls that each run themselves.

Read →

Consistent hashing comic

Seats around a circle, so a newcomer bumps one neighbour instead of reshuffling the room.

Read →

Exponential backoff comic

Retry the way you re-text a silent friend: once soon, then with longer and longer gaps.

Read →

Quorum comic

Nothing counts until most copies say yes — and any two majorities always share a witness.

Read →

Service discovery comic

Nobody memorises the taco truck’s corner — you check where it parked this morning.

Read →

Service mesh comic

Giving every service its own personal assistant that handles all the calls, so the app code can stay simple.

Read →

Distributed lock comic

A single key, held across machines, that lets only one of them touch a shared thing at a time.

Read →
04

How computers work.

12 explainers
Go deeper

When the intuition lands, read the real thing.

Every explainer links to its full counterpart — a how-it-works guide, an interactive simulator, or a side-by-side comparison. The analogy gets you in the door; the deep page makes it stick. 62 of them come with a comic you can share.

Found this useful?