Video Courses
Setting up a CI/CD Pipeline
A well-structured CI/CD pipeline is essential for automating software development and deployment. This course will explore different options for hosting and building your CI/CD process. We start from setting up a basic git repository and adding commits into it. We then build on that by setting up an end-to-end build process using GitHub Actions. We then expand into other CI/CD Platform providers: Azure DevOps and GitLab, and compare and contrast how the same build process works in each platform.
Hands-On Labs
Deploying a NodeJS WebServer
In this lab, you’ll practice writing a basic NodeJS webserver from scratch. We’ll start with a blank environment and work our way up to a fully functional Express.JS API.