Serious About AI in TypeScript? Start With Prompting Techniques
An AI once told me to walk to the car wash. Here is why low-context prompts produce wrong answers, and the prompting techniques that get you better TypeScript out of any model.
An AI once told me to walk to the car wash. Here is why low-context prompts produce wrong answers, and the prompting techniques that get you better TypeScript out of any model.
When the same AI agent writes both the implementation and the tests, "all tests pass" is no longer evidence of correctness. Learn TypeScript testing patterns that prevent agents from gaming your test suite.
A step-by-step guide to migrating Node.js apps written in TypeScript from Heroku to a Hetzner dedicated server with Dokku, saving hundreds of dollars per year while keeping GitHub auto-deploy and managed Postgres.
Learn the configuration scopes in Claude Code, their precedence order, and how to use each one to streamline your TypeScript development workflow.
Build a RAG pipeline where Claude queries your PostgreSQL database directly via MCP. No vector store, no embeddings, no chunking. Just SQL and the Claude Agent SDK for TypeScript.