Tag: CI/CD
Browse all articles, tutorials, and guides about CI/CD
Posts
⌘K
DevOps
2025-11-17|12 min read
Deployment Strategies: Blue-Green, Canary, and Rolling Deployments Explained
Learn how to deploy applications safely using blue-green, canary, and rolling deployment strategies. Understand the theory, trade-offs, and decision-making behind each approach.
DevOps
2025-07-14|12 min read
The Hidden Costs of Over-Automation in DevOps
Automation speeds things up, but too much of it can hide failures, slow incident response, and add fragile layers you have to maintain.
Terraform
2025-03-12|7 min read
How to Save Terraform Plan and Apply Output to a File
Learn how to save Terraform plan output for review, share readable apply logs, and use the -out flag for safe two-step deployments.