ALL
POSTS

59 posts so far.

May 6, 2026Claude7 min read

I use Claude to design data pipelines from rough specs in one afternoon

The iterative Claude workflow that turns a rough product requirement into a complete ETL pipeline design with schema, error handling, and monitoring strategy.

April 30, 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 25, 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 23, 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 23, 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 16, 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 15, 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 11, 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 2 / 8  ·  59 POSTS

Blog — Page 2 | Darshan Turakhia | Darshan Turakhia