Continuous integration or development, known commonly as CI/CD is really just a high level plan for how you will be developing and maintaining code in your project/company/etc. It is the idea that instead of pushing major changes to the main branch of your code all at once, you (and your…