Cloud Resume Challenge, Step 14 & 15, CI/CD

I’m nearly on the home stretch of the Cloud Resume Challenge! In this penultimate step (technically two steps but I’ll discuss them at the same time here), you’re required to set up CI/CD pipelines for your front and back ends, such that when commits are pushed to GitHub, your code is tested and – following … Read more

Cloud Resume Challenge – Step 13, Source Control

This step of the Cloud Resume Challenge requires that you maintain and version your code using some form of Source Control. I’ve actually been doing this all along but it’s technically step 13 so I’ve held off talking about it until now 🙂 Like most people, I’m using Git. Technically other Source Control tools are … Read more