Tagged: aws
Showing 11–14 of 14 articles
Claude Code Custom Commands: Debugging Distributed Systems at Scale Using custom Claude Code commands to trace issues through AWS logs, identify root causes in minutes, and audit multi-stage workflows. How I built /check-services and /check-orders. Read article Self-Hosting Next.js: OpenNext, AWS, and Running It on Your Own Server Next.js is tightly coupled to Vercel. OpenNext is the project trying to change that, and it now covers most of the hard cases. What it takes to run Next.js yourself. Read article SST to CDK: Lessons from Running Multiple Services on AWS I ran SST across multiple production services for months, then switched everything to CDK. Here's what broke, what I learned, and the rule I now follow about what never goes in a CDK stack. Read article Rewriting a Chat API in Go for Lambda: Cold Starts and Trade-offs The Node.js chat API worked but Lambda cold starts were slow and memory usage was high. Go fixed both, but the rewrite taught me more than I expected. Read article