~/priyank$
> Initializing portfolio...
> Loading components... ✓
> Fetching experience... ✓
> Compiling skills... ✓
> Ready.
~/priyank $
~/home/blog

Writing about
what I build.

Deep dives into React, Next.js, performance, and the craft of building things that work well.

5 articles published
blog.config.ts
const blog = {
author"Priyank",
topics: ["React""Next.js""Perf"],
posts5,
coffeeCountInfinity, // no cap
}
> 
Featured Post
All Posts
4 more
Code Splitting & Lazy Loading in React
#react#performance#javascript

Code Splitting & Lazy Loading in React

Learn how to make your React app lightning fast by splitting your code into smaller chunks and loading them only when needed. Explained so simply, even a kid could get it.

02 May 202618 min read
Next.js Performance Patterns I Use in Every Project (To Keep Lighthouse from Crying)
#next.js#performance#webvitals

Next.js Performance Patterns I Use in Every Project (To Keep Lighthouse from Crying)

Server Components, next/dynamic, priority images, script strategies, and streaming Suspense. The architectural rules I reach for on every project to keep the main thread breathing and Core Web Vitals in the green.

May 20269 min read
TypeScript Patterns That Made My Codebase Bulletproof
#typescript#engineering

TypeScript Patterns That Made My Codebase Bulletproof

Moving beyond basic types to discriminated unions, template literal types, and conditional types that catch bugs before they ship.

Feb 20267 min read
Accessibility Isn't Optional: A Pragmatic Developer's Guide
#accessibility#wcag#frontend

Accessibility Isn't Optional: A Pragmatic Developer's Guide

WCAG compliance doesn't have to slow you down. Here's how I bake accessibility into my workflow without it feeling like extra work.

June 20269 min read