If you are building reactive microservices you would probably have to merge data streams from different source APIs into a single result stream. It inspired me to create this article…
Java, Spring, Kotlin, microservices, Kubernetes, containers
If you are building reactive microservices you would probably have to merge data streams from different source APIs into a single result stream. It inspired me to create this article…
There are pretty many technologies listed in the title of this article. Spring WebFlux has been introduced with Spring 5 and Spring Boot 2 as a project for building reactive-stack…
Ktor is a framework for building asynchronous applications on the server and client side. It is fully written in Kotlin. The main goal of Ktor is to provide an end-to-end…
In this article I’m going to compare a few selected features: Kotlin vs Java. Kotlin language is gaining more and more popularity recently. It is widely used no longer just…