Blog
Migrating to Hugo
In this blog post I’ll document migrating my blog to Hugo. I’ve been picking away at this migration throughout various days Red Hat has encouraged us to learn new subjects. The suggested subject for these days was LLMs, which I’m not too fussed on. Why Here are the main appeals of Hugo to me: It doesn’t use Ruby Jekyll has been a pain to set up. Sometimes some required packages are missing after installing the jekyll binary, or the wrong versions of the libraries are shiped with the OS.
October 7, 2024
Using esbuild for your VS Code Extensions
Motivation If you develop a VS Code extension, one of the following has probably happened to you: You packaged the extension using vsce package and received the notification that your extension consists of thousands of JavaScript files. Then, you promptly ignored it. Instead of ignoring it, you followed the tutorial from Microsoft to set up webpack. Now, all your code is in one .js file, but it takes a long time to compile.
June 13, 2023
Welcome!
Hello, I decided to create a blog! The posts will be related to software development and technology.
June 13, 2023