HomeBlogProjects

Stay up to date

Get new articles in your inbox when I publish.

© Adarsha Acharya. All rights reserved.

SitemapRSS feedPrivacy PolicyBook a call

Blog

Technical writing on TypeScript, React, Next.js, and AI.

MCP at 10,000 Tools: Why Code Mode Wins

At 10,000 tools, MCP catalogs eat your context before the task even starts. Here's where lazy loading stops helping, and how Code Mode runs the workflow in a sandbox instead.

July 23, 2026·19 min read

React Hook Form Avoids State. TanStack Form Scopes It.

React Hook Form begins with registered inputs. TanStack Form begins with controlled fields backed by a store. That difference changes some code paths, but not as many as the APIs suggest.

July 20, 2026·10 min read

TanStack Start: A Mental Model for Next.js Developers

Understand TanStack Start from a Next.js developer’s perspective: its router-first architecture, explicit server boundaries, typed routing, caching, rendering, and server functions.

June 11, 2026·24 min read

It's Not Just a Loop: Inside a Coding Agent Harness

A technical dissection of what runs inside coding agents: tool loops, sandboxing, compaction, memory, why the model is the smallest part, and what I learned replicating the harness.

June 7, 2026·22 min read

Building a RAG System with Supabase Hybrid Search and AI SDK

Master RAG implementation with supabase hybrid search to combine keyword and semantic search with Reciprocal Ranked Fusion (RRF) and integration with Vercel AI SDK.

September 28, 2025·18 min read

Automating Repository Generation in NestJS with Prisma

Learn how to automate repository generation in a Prisma + NestJS application. Reduce boilerplate, ensure consistency, and speed up development with a custom repository generation script.

April 4, 2025·8 min read
Prev
1234
Next