Running a Webservice, Part 3: Using Version Control

Intro Hi! This is part 3 of the mini series about running a webservice. We previously learned how to write a basic app in part 1, and how we can use Docker to containerize it in part 2. Today we will focus on something different: How to use Git to keep track of our project. Overview In any project (not only coding/programming!), there will at some point exist multiple versions of files. We all probably had a folder looking like this at some point in our lives: ...

October 30, 2021 · 7 min