All Articles
Claude Code × Next.js 15 App Router Production: RSC, Server Actions, Auth, Testing & Deployment
The practical guide to production Next.js 15 App Router development with Claude Code. Covers RSC architecture decisions, Server Actions patterns, Auth.js v5, Vitest testing, and Cloudflare Workers deployment with practical code examples.
Automate Project Initialization with Claude Code — From CLAUDE.md Design to CI/CD Setup
A practical guide to fully automating project initialization with Claude Code. From CLAUDE.md design patterns and scaffolding automation to Git hooks and CI/CD pipeline setup — all covered systematically.
Managing Your Obsidian Knowledge Base with Claude MCP (2026)
Connecting Obsidian to Claude MCP so an AI can search, write, and reorganize your vault — setup through everyday workflows with Claude Code.
Claude Code × Drizzle ORM: Type-Safe Database Development 2026
A practical guide to building type-safe PostgreSQL applications with Claude Code and Drizzle ORM. Covers schema design automation, migration strategies, advanced query patterns, connection pooling, and edge deployment — everything you need for production-grade development.
Claude Code VS Code 'Not Responding — Try Stopping' — Isolating the Cause
Five step-by-step checks for the 'Not responding — try stopping' error in the Claude Code VS Code extension — root causes, Webview cache, Windows conflicts, and clean reinstalls.
Claude Code /insights Command: Analyze Your Coding Habits and Boost Productivity
Use Claude Code's /insights command to analyze your session history, spot coding inefficiencies, and turn data-driven findings into real productivity gains.
Claude Code + Figma MCP Advanced Guide: Automating Your Personal Design Workflow
Master the deep integration of Claude Code and Figma MCP. Complete Design.md system design, advanced implementation patterns, iteration strategies, and real-world optimization techniques.
Shipping iOS/Android Apps Monthly as a Solo Developer with Claude Code and Expo
A workflow for solo developers shipping iOS/Android apps on a monthly cadence using Claude Code and Expo. Covers CLAUDE.md setup, AdMob monetization, EAS Build, and App Store review hurdles that come up in practice.
Claude Code × Terraform: Complete AWS Infrastructure Automation Guide — Design, Generation, Security Auditing, and Cost Optimization
Combine Claude Code with Terraform to automate AWS infrastructure — IaC generation, security auditing, cost estimation, and drift detection in one AI workflow.
Claude Code's PowerShell Tool — A Native Windows Path That Bypasses WSL
Setup and practical use of the Claude Code PowerShell tool on Windows — when it actually beats WSL2, security hardening for corporate environments, and real automation patterns from daily use.
Claude Code Hooks: Building Automated Workflows in Practice
A systematic guide to Claude Code Hooks. Learn how to use PreToolUse, PostToolUse, Stop, and Notification hooks to automate code quality checks, logging, notifications, and more.
Parallel Development with Claude Code Worktrees
A practical look at running parallel tasks with Claude Code and Git worktrees. Learn how to isolate branches into separate directories so context switches stay cheap, with the rough edges I hit while actually running this day to day.