
React · 10 min read

DevOps · 30 min read
A first-person guide to deploying Node.js and Next.js apps on a $6/month VPS: SSH hardening, nginx, SSL, Docker, PM2, and a GitHub Actions deploy pipeline.

Git · 16 min read
Advanced git commands for when things break: bisect, reflog, rebase -i, stash --patch, blame -w -C, and 15 more. Each with a real scenario and honest caveats.

React · 6 min read
Short answer: yes — React Compiler is stable and production-ready in 2026. What shipped, real adoption numbers, and the one edge case to check first.

SaaS · 16 min read
Cut onboarding 11 → 5 steps, activation 23% → 38%, support tickets -46%. Six production SaaS UI/UX patterns with code, component specs, and real implementation decisions.

Next.js · 18 min read
We dropped a Next.js App Router bundle from 380KB to 94KB and TTI from 11s to 2.3s. The scalable architecture behind it — and how to ship it by default.

React · 15 min read
React 19 and TypeScript patterns used in real production Next.js codebases: discriminated unions, custom hook APIs, and Server Component boundaries.

Next.js · 12 min read
A 3.2s LCP and 23% drop-off, fixed. What next/core-web-vitals checks, why LCP usually isn't your images, and the fixes that cut load time 40%.

HTML · 7 min read
Learn JavaScript, HTML, CSS, and React in order — the way concepts actually connect. Six sections with real, working code. No gaps in your foundation.

WebAssembly · 12 min read
I compressed a 24MB PDF to 3.9MB in the browser using Ghostscript compiled to WebAssembly — the mental model and four concepts to build it yourself.