Handbooks
In-depth technical guides and reference material on topics I've explored deeply.
- ·7 min read·13 chaptersLatest
Supabase Production Guide
An opinionated production reference for Supabase — client setup, auth flows, RLS design, schema patterns, indexing, Edge Functions, Realtime, Storage, and migration strategy. Based on real projects. Not a tutorial.
Supabase · PostgreSQL · Next.js · TypeScript · tRPC
- ·10 min read·13 chapters
Monorepo Architecture with Turborepo
An opinionated production reference for Turborepo monorepos — workspace structure, internal packages, task graph design, caching, environment variables, CI/CD, and deploy strategies. Based on Turborepo 2.9. Not a tutorial.
Turborepo · TypeScript · Next.js · Bun · Vercel · GitHub Actions
- ·13 min read·11 chapters
Next.js App Router Handbook
An opinionated, deep-dive reference for Next.js App Router — RSC mental models, routing patterns, caching semantics, Server Actions, Proxy, and production patterns. Based on Next.js 16. Not a tutorial. A reference you return to.
Next.js · React · TypeScript · Tailwind CSS · Supabase · Vercel · tRPC
- ·20 min read·24 chapters
Cryptography Handbook
A deep dive into modern cryptographic primitives — ECDSA, SHA-256, ChaCha20-Poly1305, AES-GCM, Argon2id, X25519, HKDF, and more. With runnable code examples.
Rust · TypeScript · WebAssembly · Node.js · Web Crypto API · noble-ciphers · noble-hashes · noble-curves