CI/CD3 articles
CI/CD
All articles filed under CI/CD. Drawn from real client work, not tutorials.
March 10, 2026
GitHub Actions vs Jenkins in 2026: Which CI/CD Tool Should Your Team Actually Use?
Jenkins still powers 40% of CI/CD in production. GitHub Actions is eating the rest. Here's a clear-eyed comparison - including when Jenkins is the right answer and when it's legacy debt.
6m
March 4, 2026
GitOps with ArgoCD: The Right Way to Deploy to Kubernetes
kubectl apply in production is an antipattern. GitOps solves the core problem: making your Git repository the single source of truth for what is running in your cluster. Here's a complete ArgoCD setup from scratch.
6m
March 1, 2026
How to Set Up a CI/CD Pipeline for Your Startup in 2026 (Step-by-Step)
A practical guide to CI/CD pipeline setup for startups. Which tools to pick, how to structure your pipeline, what a working GitHub Actions config looks like, and what to avoid.
6m