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...

Fun Ways to Learn Sql

If you are new to SQL, there are some nice games you can use to start learning it...

Google I/O Connect 2024 Impressions

Google I/O is a conference hosted by and about Google. While the main conference is taking place in the US in San Francisco, Google started to host the Google I/O Connect conferences in 2023. Those are taking place in multiple places in the world...

Marp Vscode Setup

Marp is a tooling to create presentations based on markdown and css. VSCode has a plugin offering built in support for previews and exports...

Symfony AssetMapper & Bootstrap

It has been over a year now that Symfony offers a new way of asset handling, the AssetMapper Component. This is a short guide on how to enable Bootstrap (styling, js and icons) when using it...