Tag: devops

CI/CD: How to switch from Manual to Automated development

CI/CD: How to switch from Manual to Automated development

When speaking of manual and automatic development, the importance of CI/CD is no longer in question. Speed and reliability are the two main benefits of CI/CD. In this blog I am sharing what made me do CI/CD and all the ins and outs one needs to implement CI/CD pipeline in their projects. The post will also cover how you…