List of blog posts

Using binary search to troubleshoot rust dependencies

We use `git bisect` to trobuleshoot sqlx.

On Java Exceptions

Some thoughts on exceptions. In Java and in general. Also looking at checked vs unchecked ones.

Mirroring your own repo automatically to github

Why and how to mirror your selfhosted git repository to github on every change.

Using systemd timers to clean the pacman cache

A way to periodically clean up the pacman cache using paccache and systemd timers.

Using multiple DataSources with Spring Boot

When you want to use multiple DataSources with Spring Boot there are many ways. Lets take a look how Spring Boot configures a single DataSource and then do the same with multiple DataSources.