Blog
Notes on building software
Practical write-ups on Node.js, React, Next.js, TypeScript, architecture, and performance. Separate from the client work on this site.
Cloud & DevOps
Feb 1, 202611 min read
Infrastructure as Code: AWS CDK vs Terraform
An objective analysis of modern Infrastructure as Code (IaC). Should you use HCL with Terraform, or program your cloud natively using AWS CDK?
#AWS CDK#Terraform#DevOps
Read article →Cloud & DevOps
Apr 10, 202613 min read
GitHub Actions: Building Production-Grade CI/CD Pipelines
From lint and test to staged deployments and rollback strategies, learn how to design secure, fast GitHub Actions workflows for Next.js and Node.js applications in production environments.
#GitHub Actions#CI/CD#DevOps
Read article →