CI CD an Overview

Overview In this article we will be learning about CI/CD. What is it? Why you should care? How to do it? What is CI/CD? CI CD are two different things, but both of them are still in the scope of software development. CI/CD are software development practices that enables faster development and deployments. Simply CI/CD can provide you with a pipeline that can automate the process of test, build, and deployments....

September 23, 2021 · 5 min · Me