Scope functions is one of the Kotlin feature I really like. When using such a function on an object, you are executing a block of code within the context of…
Java, Spring, Kotlin, microservices, Kubernetes, containers
Scope functions is one of the Kotlin feature I really like. When using such a function on an object, you are executing a block of code within the context of…
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:…
In this article I’ll guide you through the steps required for building and running simple Kotlin microservice on Google Kubernetes Engine. We will use such and framework like Spring Boot,…