Tag:kotlin
All the articles with the tag "kotlin".
Kotlin Coroutines and JVM – Writing Non Blocking Code With Ease
Posted on:July 10, 2022 at 05:04 AMThe systems we build nowadays don’t really do a lot of computation, instead they communicate between services such as Database, REST API’s, etc. If you look deeper we are building a system that wait’s most of the time. We send a request to the server and we wait for the response. Microservices, Rest API that’s part of our daily life. So, What’s the problem with waiting ?