Speed Up CI/CD

Caching is used to speed up CI/CD. Let's learn how to use caching in this lesson.

We'll cover the following...

You have two GitHub workflows defined so far. For each new service, you will introduce a new workflow to truly keep services independent. It also helps you significantly speed up the CI/CD pipelines when ...