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

Throwing away the prototype

Why and when is it beneficial to just throw away all your code and start from scratch. The motivation Some time ago, I read this article. TLDR - when you are building something new, that you don’t know that much about, it is a very good idea to spend a few days building and exploring the domain and technologies around it and then throw it away and start from scratch with a clear view of what you are actually building....

September 12, 2023

Creating a serverless blog

I am creating a blog. Mainly to learn new stuff. During the build I will document the process on the blog itself. Technology and intentions The main purpose of building this blog is to deepen my skills in the AWS environment and also to have a place to document some of the stuff that i learn along the way. The high level goal is to build a fully serverless application using the AWS serverless application model - AWS SAM....

September 4, 2023