Field Notes · Vol. I · 2026 Long-form internals on the systems that carry the web Chapters I — VII

Volume I — opening pages

Understand
the machine.

Illustrated walkthroughs of the systems that carry the web: packets, storage, schedulers, scale, and trust. Each one comes with a simulator where you can try the parts yourself.

Where to start

Reading progressions

Three paths through the guides, ordered by concept dependency. Follow one end-to-end, or jump in wherever the gap is.

Path 01 · Beginner
The web stack, bottom up

Start at the transport layer and climb to the application. Each guide builds on the one before it.

  1. TCP — the reliable byte stream
  2. DNS — resolving a hostname
  3. HTTPS / TLS — securing the channel
  4. HTTP — the request/response protocol
  5. HTTP Caching
  6. CDN — the global edge
Path 03 · Auth & Security
Authentication & identity

How modern auth systems are built on top of HTTPS, tokens, and open standards.

  1. HTTPS / TLS — the secure foundation
  2. OAuth 2 — delegated authorization
  3. OpenID Connect — identity tokens
  4. JWT Lifecycle Simulator ↗
  5. API Gateway — enforcing auth at the edge
After the mechanics

Decisions
come next.

Guides teach how the machine works. The Handbook teaches which piece to pick, covering caching strategies, scaling patterns, and design exercises.

Open the handbook →