Writing

Technical articles, migration guides, and performance case studies

01All Writing
Article
01
How I Migrated a Production App from CRA to Next.js
Feb 2026 · 10 min read

A detailed walkthrough of incrementally migrating a production React app from Create React App to Next.js 14, achieving 60% faster load times and Lighthouse scores above 90.

Next.js React Performance Migration
Opinion
02
The Case Against SPAs in 2026
Feb 2026 · 8 min read

I build single-page applications for a living. My own portfolio is plain HTML. Here's why that's not a contradiction — and why most websites shouldn't be SPAs.

Architecture Performance Opinion
Case Study
03
What Happens When You Drop the Framework
Feb 2026 · 7 min read

Performance audit and frontend rework of TradersConnect's website — taking Lighthouse from 67 to 100, GTmetrix from C to A, and fully loaded time from 3.3s to 1.0s. Pure HTML/CSS, zero frameworks.

Performance Core Web Vitals Case Study
Article
04
How I Use AI Without Writing Garbage Code
Feb 2026 · 6 min read

AI is a multiplier, not a replacement. A practical workflow for getting speed from AI tools without sacrificing code quality — from exploration to commit.

AI Workflow Engineering