Book Image

DevOps for Web Developers [Video]

By : Mitesh Soni
Book Image

DevOps for Web Developers [Video]

By: Mitesh Soni

Overview of this book

This course shows you how to accelerate web development with DevOps. It starts by introducing you to the culture and collaboration that need to be promoted in order to use DevOps within your organization. You will learn why itis essential to build and deploy modern apps efficiently when embracing the DevOps methodology. You will learn to use GitHub to push code and commit the changes using git. Moving on, you’ll understand the basics of configuration management and the architecture of DevOps. You’ll see how to take care of deploying the code into our new shiny servers. Then we’ll explore monitoring and varioussolutions to the range of problems we might face. Finally, you’ll be able to develop, deploy, manage, and automate your complete web application on a cloud service.
Table of Contents (9 chapters)
Chapter 3
Building the Code and Configuring the Build Pipeline
Content Locked
Section 2
Creating a Pipeline for Compiling and Executing Test Units
Learn to create a pipeline for compiling source files and executing unit test cases. - Add the console output to verify the execution process - Create two stages and name it as compile and test - Verify the pipeline steps