HomeBlogProjectsAbout

© Adarsha Acharya. All rights reserved.

SitemapRSS feedPrivacy PolicySource code

Blog

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

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·23 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·21 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

tRPC File Uploads to AWS S3 with Next.js

Upload files and images to an AWS S3 bucket via pre-signed url using tRPC and Next.js. This guide covers AWS setup, tRPC API integration, and image uploader component implementation in Next.js.

February 2, 2025·7 min read

Typesafe Internationalization (i18n) in Next.js with next-intl

Comprehensive guide to internationalize your Next.js app with next-intl, typesafety for translation strings, split translations into multiple files and translate outside React components.

September 30, 2024·9 min read
Prev
1234
Next