Avoiding Stringly-typed in Kotlin
It is more beneficial to use sealed and value class instead of enumerations in Kotlin; let’s find out why.

Nicolas Frankel
2,738 viewsIt is more beneficial to use sealed and value class instead of enumerations in Kotlin; let’s find out why.

Julien Lengrand-Lambert
5,795 viewsThe DurationAPI is coming out of its experimental stage and offers a nice DSL to easily work with time durations.

Nicolas Frankel
6,003 viewsConsidering a fast data producer and a slow data consumer, backpressure "pushes back" on the producer, not to be overwhelmed by data.

Nicolas Frankel
2,581 viewsLearn how to improve the API provided by third-party libraries by combining Kotlin extension functions and delegation.

Nicolas Frankel
3,768 viewsQuarkus brings an exciting take to the table. Unlike Micronaut, it doesn't generate additional bytecode during each compilation.

Bjorn van der Laan
27,145 viewsIn this article, we will develop a simple RESTful API using Spring WebFlux and aim to leverage the special Kotlin extensions in Spring.

Nicolas Frankel
3,683 viewsLast week, I wrote a native web app that queried the Marvel API using Spring Boot. This week, let's do the same with the Micronaut …

Nicolas Frankel
3,193 viewsAs the Cloud has become more widespread, the Spring ecosystem has been forced to cope with GraalVM native.

Nicolas Frankel
2,629 viewsI'd like to describe how to add new behavior to an existing object/type. I won't use any reactive type to make it more general.

Nicolas Frankel
2,867 viewsIn this article I will describe how you can benefit from such a data visualization front-end without writing a single line of code.