Been working on this for a short while now, a new design, a new more modern blogging system... It's been a blast working on the new site, the design is almost complete with only a few more pages left to build out.

Once the system build is complete I'll outline how I went about the design and the build.

A single yearly post is becoming tradition, one that I'm not too fond of TBH. Much prefer to build the tools then to write about them I suppose. :)

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.