Published onApril 23, 2023Guide to using Protocol Buffers with KotlinconcurrencycoroutineskotlinThis post provides a guide on integrating Kotlin and Protocol Buffers, and compares the efficiency of this technology with others.
Published onJanuary 5, 2023Java CompletableFuture vs Kotlin CoroutinescompletablefutureconcurrencycoroutinesjavakotlinWhat a Java CompletableFuture is. We will illustrate it with some examples, and later we will try to implement those examples with Kotlin coroutines.
Published onSeptember 1, 2022Kotlin coroutines a basic approachconcurrencycoroutineskotlinIn this article, we are going to see how Kotlin solves the handling of asynchronous and non-blocking functions in a very elegant way through its coroutines.