
In this article, I want to show you from a beginner perspective how a programmer can implement higher-order functions in the beautiful language Kotlin! I tried to write my code snippets in a way that...
Read more

In this article we would like to explain how build lifecycles work, clear up what exactly "mvn clean install" does and when to use it. Then we want to go into more detail about POMs...
Read more

Looking for a neat Kotlin assertion library? We got a blog series looking at several Kotlin assertion libraries for you! -> Kluent
Read more

In my project I really need to generate objects with different ids which I can use in my tests. I know a lot of developers who write tests. And I also think most of them...
Read more

July 2021
JIB – Build Docker images for your Java Application without a Docker Daemon

June 2021
Kotlin Assertion Libraries – Assertk

March 2021
Kotlin Assertion Libraries - AssertJ as Baseline

March 2021
Kotlin Assertion Libraries - Introduction

February 2021
Look, Ma! No JS! - Compiling Rust to WebAssembly

February 2021
Testing Quarkus with Kotlin, JUnit and MockK