ALL
POSTS
59 posts so far.
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.
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.
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.
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.
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.
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.
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.
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