Tag: #code-reading
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Reading What Others Wrote — Entering a Codebase and Reverse-Engineering an Undocumented System
Writing gets practiced under compulsion; reading does not. That asymmetry made reading the skill everyone performs daily and nobody trains, and now that generation is cheap it is the capability whose price rose fastest.
2026-08-15 · 6 min read #career#skills#code-reading#craft#legacy-codeHow to Read Code You Didn't Write
Developers spend far more time reading code than writing it, yet nobody teaches code reading. Find the entry point, follow the data instead of every line, treat tests and types as documentation, draw call graphs with gre
2026-07-01 · 11 min read #code-reading#engineering#onboarding#fundamentalsRamping Up on an Unfamiliar Codebase Fast: The Newcomer's Craft
New job, team transfer, an inherited service — we become the newcomer over and over. Ramping up is not innate; it is a learnable skill. Get it running first, find the entry points, read the shape before the details, foll
2026-05-14 · 25 min read #onboarding#codebase#learning#newcomer#developer-craft