Live data from Hacker News

How to Be a CI/CD Engineer

circleci.com

1–2 of 2 posts

Re: How to Be a CI/CD Engineer

#2
CI and CD stand for continuous integration and continuous delivery/continuous deployment. ... Automated build-and-test steps triggered by CI ensure that code changes being merged into the repository are reliable. The code is then delivered quickly and seamlessly as a part of the CD process.