Blog
I write about frontend development, web performance, and things I find interesting.
Next.js
React
Getting Started with Next.js App Router
A deep dive into the new App Router in Next.js 13+, covering layouts, server components, and data fetching patterns.
Apr 10, 2025·8 min read
CSS
Tailwind
Why I Switched to Tailwind CSS
After years of using CSS modules and styled-components, I finally made the switch. Here's what I learned.
Mar 22, 2025·5 min read
React
A11y
Building Accessible React Components
Accessibility isn't optional. A practical guide to building inclusive UI components with ARIA and semantic HTML.
Feb 15, 2025·10 min read
TypeScript
TypeScript Generics: A Practical Guide
Generics can feel intimidating at first. This guide breaks them down with real-world use cases and examples.
Jan 30, 2025·12 min read
Performance
SEO
Web Performance & Core Web Vitals
Understanding LCP, FID, and CLS — and practical techniques to improve your scores.
Jan 8, 2025·7 min read
React
State Management
State Management in 2025: What to Use?
From Redux to Zustand to React Query — comparing the landscape of state management in modern React apps.
Dec 20, 2024·9 min read