Welcome to my website.
I am a software engineer from Bavaria, Germany. I am interested in cool technology especially Open Source.
I am working with Linux, .NET, Kubernetes, Docker and a lot of other cool technologies.
This webpage acts as a “home base” for all the stuff I do on the internet.
I will post here about all the different things I am interested in.
What is Fedodo? First of all, to get everyone on the same page, I need to explain what Fedodo is and why I started developing it.
With the rise of Mastodon, I became more and more interested in the ActivityPub protocol. I really like the idea of having a big decentralized platform that can compete with the walled gardens of big tech. The ActivityPub protocol seemed to be just right to achieve that....
I love using the browser and want to share my experience with you. In this post I will showcase Brave and its features.
Privacy 🕵️ In my opinion privacy is the most important feature of a browser. A modern browser should protect you while you surfe the internet. Brave does have a lot of privacy features build in. And most important a lot more than Google Chrome which lacks a lot of privacy features....
General In this post I want to join exurb1a on his statement about privacy and the importance of it in our day-to-day life. And much more important than this I want to showcase how to do it better. For this I will create posts about Privacy Tools and Privacy in general from time to time.
Prerequisites This post is based on this video. I highly recommend watching it. It is a 10 out of 10 video about modern privacy....
Introduction In this post I will teach you how to set up a blog like this with hugo and GitHub-Pages.
What you need GitHub-Account Markdown Knowledge Basic understanding of Pipelines (This time GitHub-Actions) Basic understanding of Git Repository All the actions below must be executed in a repository connected to GitHub.
Hugo Install Hugo Snap (Linux) snap install hugo --channel=extended Chocolatey (Windows) choco install hugo-extended -confirm Homebrew (Mac / Linux) brew install hugo If you need more information or installation options: Hugo - Docs - Installation...