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 …
The Bird-Eye View A Compensating Transaction Pattern is a technique used to ensure consistency when multiple steps are involved in a …
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 …
What is - Input Validation? Input validation is a process used to ensure that the data provided to a system or application meets specific …
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 …
How to store complex data structures using EclipseStore? Are there any restrictions? How can you work more efficiently on such structures? …
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 …
Builder-Pattern The book from the “gang of four” is part of the essential reading in just about every computer science branch. …
Intro In this article, we will look at the difference between the inheritance and delegation concepts. Or, to put it better, why I prefer …
Hello and welcome to my DevSecOps post. Here in Germany, it’s winter right now, and the forests are quiet. The snow slows down …