Blog

[EN] Enumset in Der Datenbank
[EN] Enumset in Der …

Motivation Even in this day and age, when storage is comparatively cheap, it can still make sense to have it not to be wasted.

[EN] arc42
[EN] arc42

arc42 is a proven method for documenting software architectures. It helps with the most important aspects to structure and communicate in a software architecture.

[EN] Beyond Java 8 Examples
[EN] Beyond Java 8 …

Now that we have clarified the theory in the first part, we now add some practice.

[EN] Beyond Java 8
[EN] Beyond Java 8

Beyond Java 8 - What’s next? After I’ve been working with Java 8 for some time now due to customer projects.

[EN] JUnit 5 Basics
[EN] JUnit 5 Basics

JUnit 5 is the latest version of the popular testing framework for Java.

[EN] Java Predicate Chain
[EN] Java Predicate Chain

1. What is a Predicate? A Predicate is a functional interface in Java 8 that checks a condition and returns a boolean DayOfWeek returns: true or false.

[EN] Useful Mac Apps
[EN] Useful Mac Apps

Apps for the Mac that I can’t live without! Since I come from the Linux world, I am used to being able to highly customize my OS to suit my needs.

[EN] Java Faker - Custom Fakes
[EN] Java Faker - Custom …

As a beginner in the Java library “Faker”, there are many interesting ways you can generate custom fake data.

[EN] Java Faker
[EN] Java Faker

1. What is Faker? Faker is a Java library that helps you generate realistic-looking test data.

[EN] Representational State Transfer
[EN] Representational …

[Re]presentational [S]tate [T]ransfer Introduction The acronym REST stands for Representational State Transfer and describes a programming paradigm for distributed systems.