April 2018
Intermediate to advanced
280 pages
8h 37m
English
The term DevOps is the latest buzzword and has been getting a lot of attraction in recent years. To leverage the advantages of the DevOps processes, it is necessary to start adapting this new paradigm. DevOps changes the way applications are developed, built, and deployed. Using the CI/CD approach when developing hybrid cloud applications will offer its own benefits, such as faster deployment and faster test cycles.
Continuous integration is a technique that involves frequently integrating the code changes made by various developers into the main branch of the code repository. It also involves testing this merged code frequently, which results in finding any integration errors much earlier in the release ...