ALL
POSTS

59 posts so far.

April 10, 2026React7 min read

React Query changed how I think about state — and I have not used Redux since

The server state vs client state distinction that React Query makes explicit replaced my need for Redux entirely. Here is the mental model shift.

April 9, 2026React7 min read

Your Next.js app has 3 dead API routes. Most teams miss it.

Profile, notifications, settings — 3 routes I deleted last month. Server Actions made them obsolete and most teams haven't noticed yet.

April 8, 2026React6 min read

The React pattern that eliminated 80% of my useEffect calls

Most useEffect calls are just bad data derivation. Here is the derived state pattern that cleaned up years of accumulated complexity in my React components.

April 4, 2026Claude7 min read

The Claude tool use pattern I copy-paste into every AI project

The exact function calling pattern for Claude tools — structured output, error handling, retries — that saves 2 hours per project. Here is the reusable ToolRunner class.

April 3, 2026Claude8 min read

The Claude extended thinking mode that changes how I debug hard problems

Most engineers use Claude like a search engine. Turn on extended thinking and it reasons through your problem like a senior engineer thinking out loud — the difference is remarkable.

April 3, 2026Claude6 min read

I stopped writing boilerplate. Claude generates it from a single comment

The prompting pattern that generates production-ready code with type hints, error handling, and tests — from a single comment. The secret is not the prompt itself.

April 2, 2026Claude7 min read

Claude can hold your entire codebase in memory — here's what I built with that

Most engineers use Claude for snippets. I started feeding it my entire repo — and it changed how I do architecture reviews, refactors, and onboarding.

March 31, 2026Claude7 min read

The Claude API feature that cut my AI costs by 80% overnight

Most engineers send the full context on every Claude API call. There's a built-in feature that changes that — and most people have never heard of it.

PAGE 3 / 8  ·  59 POSTS

Blog — Page 3 | Darshan Turakhia | Darshan Turakhia