You Don't Need Embeddings for RAG
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.
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.
Learn how to use Toxiproxy with Docker Compose to inject real network failures into your Node.js backend. Verify that your TypeScript SDK actually handles latency, timeouts, and connection resets.
Compare three ways to run Claude Code without manual confirmations: the --dangerously-skip-permissions flag, Docker sandboxes, and Claude's auto mode. Learn the trade-offs in safety, isolation, and flexibility for your TypeScript projects.
Voice coding is changing how developers interact with their editors. Learn how VS Code Speech and AI agents let you build TypeScript projects, orchestrate agent teams, and even run standups, all without touching a keyboard.
Discover how JavaScript private fields change TypeScript from structural typing to nominal typing, creating hard boundaries between classes that look identical.