So this took a long time, but I think we've made some progress.
Last post I've mentioned we're going to add a tech stack and an explanation for why we chose each part.
So here we go:
This site is hosted on Azure, since I'm a developer at Microsoft. We get credits towards using Azure each month for personal use, and I thought it would be a good way to learn about some of the technologies that are available on Azure.
Secondly, I've selected App Services with Node-JS as a server, since it's mostly lightweight, pretty popular and for my site's traffic it should be more than enough. When it comes to a server, Express.js was one of the easier choices here, both suggested by the quickstart guide and I have some previous experience with it so this was a no brainer.
Lastly, I've selected Gatsby-JS starter template as a front-end \ static stack to be served from said Node.JS server, since it has some really interesting properties for me:
Upcoming content: