Tools I use

I recently got a new work computer and went through the process of setting it up. In the likely event that I need to go trough this process again I’ve listed most of the tools and documented the installation process of them. The list is non-exhaustive as I’m sure I’ve forgotten some kind of obscure linux CLI tool I use once a month. Whenever I discover something new or swap out a tool I’ll document it here. My development workflow revolves heavily around WSL so the biggest section is related to getting a nice Linux development environment inside WSL setup. Hopefully you’ll find something cool in here. ...

September 9, 2024

Building a personal website with Hugo and Github Pages

There’s a ton of different frameworks, tools and platforms available when building a personal website today. In this post I’ll go into how and why I chose to build my webpage using the Hugo framework. I’ll also show how to setup the hosting on Github pages which includes pushing the webpage from a private repository to a public one with Github Actions. My requirements for the tech stack were: ...

August 19, 2024