DevOps & Monitoring — Cloud Computing
AWS, serverless, and cloud infrastructure
A hardened, paste-ready setup for adding Anthropic's claude-code-action to a GitHub repo, with the security and cost knobs spelled out for production use.
A practical guide to building an org-level shared GitHub Actions platform: architecture decisions, security governance, adoption, and 7 costly mistakes.
Run Bun and Deno on AWS Lambda with custom runtimes: real performance benchmarks, cost analysis, and production deployment patterns.
A technical guide to choosing and implementing AWS edge computing for global apps, with practical examples and cost optimization strategies.
A practical guide to Mozilla SOPS for encrypting secrets in Git: age encryption, AWS CDK and Lambda patterns, and production-ready serverless security.
A practical guide to building Internal Developer Platforms with golden paths, self-service infrastructure, and product thinking, using Backstage, Port, and AWS.
Systematic strategies to cut production LLM costs by 60-80%: prompt caching, intelligent model routing, and token budgets, all without sacrificing quality.
Build a testing strategy for AWS Lambda, API Gateway, DynamoDB, and Step Functions with practical patterns for fast feedback and reliability.
Overcome CloudFormation's 500 resource limit with nested stacks, cross-stack references, SSM Parameter Store, and microstack architecture, shown in TypeScript CDK.
A beginner's guide to OpenTelemetry covering traces, metrics, and logs with practical implementation examples, common pitfalls, and a terminology glossary.
Practical approaches to managing Lambda Layer versions across dev, staging, and production with AWS CDK, automated deployment pipelines, and rollbacks.
Multi-environment deployment, performance optimization at scale, cost management, and monitoring with solid incident response patterns.
Multi-region deployment, database scaling, disaster recovery, and long-term maintenance patterns for production systems at scale.
Set up a production-grade link shortener with AWS CDK, DynamoDB, and Lambda: architecture decisions, initial setup, and lessons from URL shorteners at scale.
Build the redirect engine, analytics collection, and API Gateway config: performance optimizations and debugging strategies for millions of daily redirects.
A practical guide to AWS Fargate from someone who's managed too many EC2 instances. Learn when serverless containers make sense and when they don't.
Advanced Fargate patterns learned from running production workloads. From cost optimization to stateful containers, here's what the docs won't tell you.
Production incidents from running Fargate at scale. Memory leaks, ENI limits, subnet failures, and debugging techniques that work.
How to deploy Fargate effectively with different IaC tools. Practical patterns, common gotchas, and what works best for each approach.
Production monitoring and debugging for AWS Lambda from real incidents: CloudWatch metrics, X-Ray tracing, structured logging, and alerting.
Achieve sub-10ms AWS Lambda response times through runtime selection, database tuning, bundle size reduction, and caching, with real benchmarks.
Moving from Express.js to Lambda: the common mistakes teams make along the way, and the TypeScript patterns that reduce AWS bills at scale.
A comprehensive guide to implementing OpenTelemetry in React Native applications with Firebase integration and enterprise APM solutions for production monitoring.
Execute a smooth migration from Serverless Framework to AWS CDK with proven strategies, testing approaches, rollback procedures, and performance optimization techniques.