My YouTube channel has been finally released! It is available here: https://www.youtube.com/channel/UCAieNgran7umupT_D50KaGw. I'm going to publish there tutorials and courses in the same subject matter as on my dev blog:…
Java, Spring, Kotlin, microservices, Kubernetes, containers
My YouTube channel has been finally released! It is available here: https://www.youtube.com/channel/UCAieNgran7umupT_D50KaGw. I'm going to publish there tutorials and courses in the same subject matter as on my dev blog:…
This is the fourth part of my tutorial to Micronaut Framework - created after a longer period of time. In this article I'm going to show you some examples of…
In this part of my tutorial to Micronaut framework we are going to create a simple HTTP server-side application running on Netty. We have already discussed the most interesting core…
Micronaut is a relatively new JVM-based framework. It is especially designed for building modular, easy testable microservice applications. Micronaut is heavily inspired by Spring and Grails frameworks, which is not…