Search⌘ K

Overview: CI/CD Pipelines and Integrated Testing

Explore common continuous integration and delivery patterns, set up GitHub Actions pipelines for automated builds and deployments, and implement integration testing to ensure resilient and bug-free event-driven microservices applications.

We'll cover the following...

Objective

Continuous integration (CI) and continuous delivery (CD) are two concepts that have been at the heart of software development for many years. The notion that faster compilation and faster delivery of code to ...