#kotlin
Read more stories on Hashnode
Articles with this tag
I recently had to work with Kafka Streams for the first time and, as usual, when encountering a new technology, made some mistakes. I want to share...
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...