~/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
Building Products with AI in 2025: What Actually Works
#ai#product#llms

Building Products with AI in 2025: What Actually Works

After months of integrating LLMs into real user-facing products, here's what I've learned about what makes AI features actually usefuland what's just hype.

Apr 20258 min read
Next.js Performance Patterns I Use in Every Project
#next.js#performance#webvitals

Next.js Performance Patterns I Use in Every Project

From streaming SSR to selective hydration, these are the patterns that consistently move core web vitals from red to green.

Mar 20256 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 20257 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.

Nov 20249 min read