A Brief History of JavaScript
Brendan Eich on inventing JavaScript in ten days, the politics that shaped it, and the long arc from Mocha to modern ECMAScript.

The Cost of JavaScript
Addy Osmani breaks down what shipping a megabyte of JavaScript actually costs on real devices — parse, compile, execute, and everything in between.

In The Loop
Jake Archibald walks through the browser event loop — tasks, microtasks, requestAnimationFrame, and the surprising ways the runtime interleaves your work with rendering.

Procedural Programming: It's Back? It Never Went Away
Henney goes back to the sixties to show that 'procedural' was never the slur we made it into — and that much of what we call modern style is older than we think.

Escape from the Ivory Tower: The Haskell Journey
Simon Peyton Jones traces Haskell from a research curiosity to an industrial language — and is candid about which ideas mattered and which ones didn't.

A Cartoon Intro to WebAssembly
Lin Clark explains what WebAssembly actually is, why it is fast, and what it means for the browser as a runtime — in her signature illustrated style.

The History of Rust
Steve Klabnik tells the story of how Rust got from Graydon Hoare's side project to a 1.0 release — and the design culture that made the language what it became.