What is CD?
Stands for continuous deployment.
Definition
Continuous Deployment, or Continuous Delivery, is a software engineering approach where code changes are automatically released to the production environment through a series of automated tests.
Process
New code changes go through a test and inspection pipeline, and if they are approved, are directly deployed to the production environment.
Correction
Frequent deployments facilitate the finding and fixing of bugs, as bugs are more recent and easier to trace.
Want to learn more?
If you're curious to learn more about CD, reach out to me on X. I love sharing ideas, answering questions, and discussing curiosities about these topics, so don't hesitate to stop by. See you around!
What is a Parking Lot?
A Parking Lot is a designated space, either physical or virtual, used to re...
What is Cycle Time?
Cycle time refers to the time it takes for an item to go through the produc...
What is Crystal Method?
Crystal Method is a project management framework that prioritizes people an...