Skip to main content

Writing

Blog

Thoughts, tutorials, and insights about frontend development, React, and the modern web.

Next.jsReactWeb Dev · 6 min read

Getting Started with Next.js App Router

A practical guide to building modern web apps with Next.js App Router, Server Components, and the latest features for improved performance and developer experience.

Read More
ReactPerformanceJavaScript · 8 min read

React Performance Optimization in 2025

Practical, real-world techniques for optimizing React apps — useMemo, useCallback, lazy loading, Suspense, and the new React Compiler.

Read More