The Runtime Theory

// a technical education platform

THE RUNTIME
THEORY.

Understand what happens behind the code.

A technical education platform exploring the systems, algorithms, architecture, and runtime behavior that make software actually work.

algorithms / runtime / systems / infrastructure

04 — Interactive

Watch a request run the stack

Trace an API call through DNS, TCP, TLS, HTTP, a load balancer, a server, and a database. This is the platform's core idea made visible — systems as moving parts, not static boxes. Read the deep dive

trace / request.md

BROWSERDNSTCPTLSHTTPLOAD BALANCERSERVERDATABASE

readyThe browser parses the URL and builds an HTTP request. Before a single byte can leave, it must resolve the hostname to an IP address.

06 — Dispatch

One technical dispatch a week

A working explanation of one system, algorithm, or piece of runtime behavior — written by engineers who trace the code. Straight to your inbox, no noise.

One technical dispatch per week. No noise.