My Favorite FOSS Tools: Fish Shell

Fish is a user-friendly command line shell for Linux and macOS. It has tab completions, syntax highlighting and scripting was never that easy.

AI Instructions in Code Repositories

In this blog post we will explore how to make your codebase ready for AI supported contributions based on the recent RFC proposal regarding AI coding assistants in the Linux Kernel.

Gzip: Reduce Website Load Times

Gzip is a simple, free tool to provide zipped resources on your server. Compressed files are smaller and thus, website load times improve drastically...

Hugo: Create a Post Series

Want to write posts that are part of a series of posts? Hugo allows doing so by utilizing its taxonomy feature...

Hugo directory structure & routing

Hugo offers directory structure based routing but also offers other ways to control under which routes your content is made available...

Set up a new Hugo project

Hugo is an open-source static site generator focused on speed and flexibility, written in Go...

Get started with self-hosting

There are different providers on the market. Famous, big names might be Amazon Web Services (AWS) or GCP (Google Cloud Platform). You can also self-host a blog using GitHub Pages...

Self-Hosting: Pro and Contra

Self-hosting means to run and maintain your website or service using a private web server. In the context of this article series you can think of it as the opposite of using a managed hosting solution...