Writing

Blog

Thoughts on TypeScript, AI systems, data engineering, and software craft.

Also on Medium ↗
Series

TypeScript Series

4 posts

Articles

1 post
Upcoming

Coming Soon

2 posts
Apr 1, 20251 min readUpcoming

TypeScript Tooling — tsconfig, strict mode, and the Ecosystem

A practical guide to tsconfig.json, strict mode flags, path aliases, and the tools that make TypeScript worth using day-to-day.

TypeScriptToolingtsconfig
Mar 1, 20251 min readUpcoming

TypeScript with React & Next.js — Typed Props, Hooks, and API Routes

Applying TypeScript to a React and Next.js codebase: component props, custom hooks, server components, and end-to-end type safety.

TypeScriptReactNext.js