Blog
Notes on building software
Practical write-ups on Node.js, React, Next.js, TypeScript, architecture, and performance. Separate from the client work on this site.
Performance
Feb 18, 20267 min read
Investigating INP: The New Core Web Vital
FID is dead. Interaction to Next Paint (INP) is Google’s new standard for measuring webpage responsiveness. Let’s break down how to fix it.
#Web Performance#INP#Core Web Vitals
Read article →Performance
Apr 25, 202610 min read
Optimizing Largest Contentful Paint (LCP) for Faster Pages
LCP measures when the largest visible content element renders. Learn diagnostic techniques, image optimization strategies, and server-side fixes that move your Core Web Vitals from red to green.
#Largest Contentful Paint#LCP#Core Web Vitals
Read article →