Transforming Code into Beautiful, Idiomatic Python
Hettinger reworks ordinary Python code into the idiomatic version, pattern by pattern — the talk that taught a generation what Pythonic actually means.

Stop Writing Classes
A short, pointed argument that most classes in Python codebases want to be functions — and a useful checklist for when an object is actually pulling its weight.

The Wet Codebase
Abramov on what DRY actually costs once you've lived with a too-clever abstraction — and why writing the same code twice is sometimes the right answer.

Crafting quality that endures
The Linear CEO on why software quality is something a company has to value out loud — and how Linear's process keeps the bar from drifting as it scales.

Maybe Not
Hickey takes aim at Maybe/Optional and the conflation of optionality with absence — arguing that wrapping types is the wrong place to encode 'I might not give this to you.'

Platform as a Reflection of Values
Why every platform — language, OS, runtime — encodes a particular ordering of competing virtues, and why a good fit is really an alignment of values.

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.