
I wrote a RabbitMQ executor service in Java.
I show off an open-source project I started writing a RabbitMQ executor in Java. This little tool is something you can deploy on a machine in order to execute workloads from a RabbitMQ queue. The executor will run the commands defined by a file and return the result to another queue.

How to solve the global id reclaim in your Ceph cluster
We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m […]

How to use JReleaser and release to github
We look into how to use jreleaser and deploy our code to Github and creating release documentation with some simple steps.

I’ll give you an example for hardware to your ceph cluster
In this video we will cover what I use in my ceph cluster. I’m not an hardware reviewer but this is an example of what kind of hardware that could be used in a ceph cluster. Especially if you want to create a cluster for home use or testing.

Talking a little about PineTime and the heartrate monitor
I will look into the PineTime watch and the code for the heartrate monitor. PineTime is a “smart” watch that you can be a part of building the software to. The code is pretty small and pretty easy to follow.

How to set up log4j configuration with XML and properties
We look into how to set up log4j configuration with XML and properties. XML is pretty simple to configure, and properties are similar in structure but might need a bit more explanation. Configuration in log4j could also be done via code, but I have another video for that.

How top convert decimal to roman numeral in java
I challenge you to create a function to convert decimal to roman numeral in java. We are a long way from advent of code but I thought a coding challenge could be fun trying to create a good function to convert decimal numbers to roman.

Looking into Java paint functions by example
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities […]

We build ceph from source
We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph […]

We look into the Java 17 switch statement
I will compile a version of Java 17 and try out the new switch statement. In the new Java version, the switch statement will give you a lot more flexibility when it comes to types and other interesting functions. Building Java gave me some insights into what is possible and not in Linux and Windows.

Java 17 – Clean Power
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.

I explain the way I prototyping software tools
When I do prototyping on new software tools I usually create something quick and simple in order to show the concept in a straightforward approach. This might not be the solution to use but in this video, you will see one of my prototypes and I talk about the process of creating tools for prototyping […]