ALL
POSTS

50 posts so far.

April 4, 2026Claude7 min read

How I use Claude's 200K context window without burning my API budget

A 200K context window is powerful but expensive if you fill it carelessly. Here are the strategies I use to send the right context, not all the context.

April 4, 2026Claude7 min read

My Claude code review workflow catches things I always miss manually

A structured prompt that uses Claude to review code for security issues, performance problems, and API design consistency — the things humans skip when tired.

April 4, 2026Claude5 min read

I automated changelog generation with Claude and git log — never again manually

A script that turns raw git log into polished, user-facing changelogs grouped by type. Takes 30 seconds instead of 30 minutes before every release.

April 4, 2026Claude6 min read

Claude's Batch API cuts my AI processing costs by 50% for overnight jobs

The Message Batches API processes up to 10,000 requests asynchronously at half the price. Perfect for document processing, classification, and content generation jobs.

April 4, 2026Claude5 min read

Claude writes better API documentation than most humans do — here's the prompt

The prompt that turns a raw TypeScript function signature into complete API documentation with examples, error descriptions, and edge case notes.

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 2, 2026Database7 min read

1.2s → 85ms. The LATERAL join 90% of devs have never written.

Four nested Python loops. One slow endpoint. I replaced all of it with one Postgres LATERAL join. Most backend devs don't know it exists.

April 2, 2026Python7 min read

FastAPI Depends() — the pattern I learned 7 weeks too late

Tutorials show you Depends() in week 1. Nobody shows you composition until your auth is already a mess. The 4-day refactor I could have skipped.

PAGE 1 / 7  ·  50 POSTS

Blog | Darshan Turakhia | Darshan Turakhia