Posts tagged “ai”
7 posts found
Build a Custom MCP Server for Your API in 30 Minutes
January 22, 2026
Step-by-step TypeScript tutorial to build your first MCP server. Connect any API to Claude, ChatGPT, or other AI assistants using the Model Context Protocol.
5 Voice Coding Patterns That Boosted My Productivity 3x with Claude Code
January 17, 2026
Boost your coding speed 3x with voice input. Learn 5 practical patterns for voice-driven development using VoiceMode MCP and Claude Code.
15 Miraculous AI Agent Strategies for Code Generation in 2026
January 15, 2026
Master 15 proven strategies to configure AI coding agents like Claude Code for better output. Includes CLAUDE.md examples, ESLint rules, and MCP workflows.
5 AI-Powered TypeScript Refactoring Workflows That Save Hours
January 13, 2026
Transform legacy code faster with these practical AI-assisted refactoring patterns. From callbacks to async/await, class components to hooks, and more.
Why TypeScript Works Better with AI Coding Tools
January 12, 2026
Discover how TypeScript's type system gives AI tools the context they need for smarter refactoring, better code generation, and fewer bugs. Real examples included.
5 Test Integrity Rules Every AI Agent Should Follow (Before They Break Your Tests)
January 10, 2026
Learn the 5 critical test integrity rules that prevent AI agents from creating self-validating tests. Includes TypeScript examples and research-backed best practices.
Teaching AI Agents to Batch React State Updates with ESLint
January 9, 2026
Learn how to prevent AI coding assistants from creating useState render waterfalls by combining custom ESLint rules with Claude instructions for automatic useImmer enforcement.