Writing
Technical Blog
Thoughts, tutorials, and deep-dives on React, Next.js, TypeScript, and modern web development.
Featured
ReactAccessibilityWCAG
Building Accessible React Apps: A Practical Guide
Learn how to make your React applications inclusive for all users with WCAG 2.1 compliance, focus management, and screen reader optimization.
Mar 15, 202312 min read
ReadFeatured
Next.jsPerformanceCore Web Vitals
Next.js 14 Performance Optimization: From 60 to 98 Lighthouse Score
A deep-dive into real-world techniques that took our Next.js app from a Lighthouse score of 60 to 98 — covering images, fonts, code splitting, and Core Web Vitals.
Jul 22, 202315 min read
ReadTypeScriptPatternsAdvanced
Advanced TypeScript Patterns for Production Apps
Explore discriminated unions, template literal types, conditional types, and other advanced TypeScript patterns that make large codebases maintainable.
Nov 8, 202318 min read
ReadDesign SystemReactStorybook
Building a Design System from Scratch with React + Storybook
Step-by-step guide to creating a scalable design system: tokens, components, documentation, and the toolchain that powers it all.
Jan 20, 202420 min read
Read