← ALL NOTES
N-092026.032 min READ
#Craft#Engineering

Shipping is a craft, not an event

The teams that move fastest aren't the ones that skip the boring stuff — they're the ones who made the boring stuff effortless.

"Move fast and break things" aged badly because it confused speed with recklessness. The fastest engineers I know aren't fast because they cut corners — they're fast because they've removed the friction that makes everyone else slow.

Make the right thing the easy thing

If running tests is one command, people run tests. If deploying is one click, people deploy small and often. Every bit of friction is a tax you pay on every change, forever. Pay down that tax early.

Small PRs are a superpower

A 50-line PR gets a real review in ten minutes. A 1,500-line PR gets a "LGTM" and a prayer. Smaller changes mean faster feedback, easier rollbacks, and fewer 2am incidents.

Observability before features

You can't fix what you can't see. Logs, traces and a dashboard you actually look at turn debugging from archaeology into a lookup.

Velocity is a byproduct of good systems, not heroics. Heroics are a symptom of missing systems.

The craft isn't in the clever one-liner. It's in the unremarkable Tuesday where you shipped three things, broke nothing, and went home on time.