Running a Webservice, Part 1: Creating the App
Intro This is a mini-series describing how to set up a simple webservice. I’ll try to cover as much as possible from the whole service lifecycle, from developing the app itself to actually running and maintaining it. This contains at least the following steps (not necessarily in that order): Develop the app Write tests Containerize the app Set up CI/CD Run the app This list will probably change as I make progress and shall be updated accordingly. ...