Part of starting to blog again is to reacquaint myself with the code base that runs this site. The site itself is hosted within a Microsoft Azure App Service and the source code hosted in a private github repo.

Each commit to the branch triggers a webhook that Azure is listening on that pulls in the latest code. Easy mode!

Visual Studio code is my current editor of choice, the seamless integration with GitHub and it allowing me to run on my Mac or Windows PC makes it an easy choice.