Switching my blog from Vue.js to Hugo

Moving the blog to a new technology, setting up pipeline and deploy. Why change at all? TLDR - I want to read my blog in a text only way When I started writing the blog, I wanted make a serverless application running on AWS. That worked just fine and the application did almost everything that I wanted it to do. Some details needed to be finished, but the base was there: upload a markdown document, compile it to html page and display in a Vue....

November 18, 2023

Tutorial - Publishing a Vue.js app to Azure Static Web Apps and setting up routing

Publishing a Vue.js app on Azure Static Web Apps, setting up pipeline and routing. Why Azure? When I started writing the blog, I stated that I am going to make a serverless application running on AWS. Well, I was lying. But not intentionally. When I stared with the front end of the page, I developed locally on my machine and was originally planning to deploy it as a static web page on a AWS S3 bucket....

October 1, 2023