Category: Software, github, gitlab, automation, Software, github, gitlab, automation

You may have heard about CI / CD practices from your coworker or boss and wonder what the heck CI / CD is? In this article I’m going to explain CI / CD practices in the simplest way possible. CI / CD is the abbreviation for the combination of continuous integration (CI) and continuous delivery (CD) practices. CI / CD practices are currently the widely accepted choice to reduce the software development and the delivery cycle time.

CI / CD are two of the best practices of DevOps in addressing misalignment between developers and the operational team.

Related Articles