Writing
Notes from the build trenches.
Honest takes on shipping React, Next.js, and Node.js apps — performance, type safety, and the small details that make products feel premium.
- Next.jsTypeScriptZodApril 12, 20263 min read
Building Type-Safe APIs with Next.js, Zod & TypeScript
Stop trusting your request bodies. Here's the pattern I use to make every API route in Next.js safe, validated, and end-to-end typed — without the boilerplate.
Read article → - ReactPerformanceWeb VitalsMarch 28, 20263 min read
From Lighthouse 62 to 96: A React Performance Playbook
How I systematically dragged a real production React app from a 62 to a 96 Lighthouse score — without a rewrite, without tears, and with measurable user wins.
Read article →