Track
DevOps
CI/CD, containers, orchestration, IaC — shipping fast without breaking prod.
- 01
What is the difference between CI and CD
CI is a factory quality gate: every merge triggers a build-and-test conveyor belt. CD is the conveyor belt continuing all the way to production — either automatically (Continuous Deployment) or with one human door (Continuous Delivery).