You’ve may heard of CI/CD, which stands for Continuous Integration and Continuous Delivery. Both relate to broader topic which is DevOps — a set of practices that’s the main goal is to create and release software in smaller pieces, faster and more reliably, to make release of the software fast. And such can be reached by automating its building process. To achieve it CI/CD practice can be introduced which covers frequently commits to the main application branch, testing it and then releasing it.