books
Two books, and a series I'm still writing.
Published under Runtime Press. Long-form, opinionated, written from production scars rather than documentation.
Where CodeRuns
Mastering full-stack React and Next.js with TypeScript.
n°01 · out now · paperback & kindle
Where Code Runs
Mastering full-stack React and Next.js with TypeScript.
Where your code runs — the browser, the edge, the server, the build step — decides almost everything about how it behaves. This book walks a modern React and Next.js application through that single lens: render boundaries, data fetching, caching, streaming, and the deployment realities underneath.
- what's inside
- Server, client and edge — a mental model that holds
- Data fetching, caching and revalidation without cargo cult
- TypeScript at the boundaries: where types earn their keep
- Shipping it: builds, deploys and what breaks in production
n°02 · in types we trust · vol. I
The Language
How TypeScript's type system really thinks.
Volume one of In Types We Trust. Most of us can use generics but can't predict them — this book rebuilds the mental model from the checker's side: how types are inferred, widened, narrowed and compared, and why the error message is usually telling the truth.
- what's inside
- Structural typing, and why your object literal lost its type
- Inference, widening and the const that changed everything
- Generics as constraints, not containers
- Reading a type error like a stack trace
TheLanguage
How TypeScript's type system really thinks.
the series, ahead