Introduction This year was the first one in which I participated in Advent of Code (AoC). I am not sure why I haven't noticed it before. Maybe I was...
Things that don't work (Annotation magic) · Even Coroutines have to be taken with a grain of salt. This article is about the things that will not work...
Introduction Today, I want to present to you the book "Effective Kotlin" by Marcin Moskala. A friend and former colleague of mine recommended it to me...
Reactive to blocking · This is the second part of my short series about Spring and Kotlin coroutines. In the first part we learned that we can stay...
Fully reactive · What I have seen several times among my colleagues and myself is that Coroutines are often regarded as an interesting topic, but...
No matter if you follow the classical test pyramid or one of the newer approaches like the Testing Honeycomb you should start writing integration...