A change advisory board (or CAB) is a collective of representatives from different departments within the company who run that company’s formal change management processes. …
Tag: c
Configuration Drift
More and more companies are beginning to understand that using a staging environment to test features causes more harm than good. Because this process separates …
Continuous Integration
Continuous integration is the practice of merging the code of all developers on a project and testing for conflicts continuously, as changes are made.
Chaos Engineering
In any complex system, failure is inevitable. Chaos engineering, or chaos testing, embraces this reality, allowing you to introduce failures in a controlled way.
CI/CD – Continuous Integration/Continuous Delivery
CI/CD is the acronym in software development for the combination of continuous integration (CI) and continuous delivery (CD). It can also be expanded to include …