Hi, I'm
Rajiv
Software EngineerNew Delhi, India
Hi, I'm Rajiv. This is my digital garden — I write about React, Next.js, TanStack, TypeScript, and the small craft decisions that add up to better web apps.
Latest writing
All posts
10 min read
Migrating My Blog from Nextra to TanStack Start
Migrating from Nextra to TanStack Start: why I left, how to add cached API routes with @vercel/functions, and SEO patterns that replace the Next.js metadata export.
tanstack-start
nextra
nextjs
vercel
migration
seo

7 min read
Next.js 16 SEO: The Complete Guide to Ranking Higher
Learn how to improve SEO in Next.js 16 using the Metadata API, dynamic OG images, sitemap.ts, robots.ts, and streaming metadata — everything you need to rank.
nextjs
seo
metadata
opengraph
typescript
nextjs-16

5 min read
Hey API: Auto-Generate a Type-Safe TypeScript SDK from OpenAPI
Learn how to use @hey-api/openapi-ts to auto-generate a fully type-safe TypeScript SDK, React Query hooks, and Zod schemas directly from your OpenAPI spec — no more writing API clients by hand.
typescript
openapi
react-query
zod
hey-api
openapi-ts
code-generation