Design Pattern

The Compensating Transaction Pattern

The Bird-Eye View A Compensating Transaction Pattern is a technique used to ensure consistency when multiple steps are involved in a …

16 min
Java

Serialising in Java - Birds Eye View

Serialisation in Java is implemented to convert the state of an object into a byte stream, which can be quickly persisted to a file or sent …

16 min
EclipseStore

EclipseStore High-Performance-Serializer

I will introduce you to the serializer from the EclipseStore project and show you how to use it to take advantage of a new type of …

10 min
EclipseStore

How to start with EclipseStore - 01

We will take the first steps with the Eclipse Store here. I will show what the Eclipse Store is, how you can integrate it into your project …

7 min
DevSecOps

The quick Wins of DevSecOps

Hello and welcome to my DevSecOps post. Here in Germany, it’s winter right now, and the forests are quiet. The snow slows down …

8 min