Understanding CI/CD : Continuous Integration and Delivery.
Hello World,
CI stands for Continuous Integration.
CD stands for Continuous Delivery or Continuous Deployment.
CI/CD pipeline is nothing but the set of practices which are followed to automate the build, test and validate the code, so that we can de...
devvalecha.tech2 min read
Tushar Gupta
Python Developer
Very precise and informative!