Discover strategies for converting callbacks to coroutines.
Baeldung Author
Mikhail Rykov
Mikhail has graduated from Samara State Aerospace University in Russia in 2010. Since 2007 he has been working as a software engineer. He mostly used Java until 2016 when he discovered for himself Kotlin. Currently, he is a Software Engineer and Kotlin Competence Lead at Wolt Enterprises.
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Concurrency (3)
- Kotlin (3)
- Asynchronous Programming (3)
- Libraries (2)
- Kotlin Strings (2)
- Kotlin Basics (2)
- Testing (1)
- Spring (1)
- Kotlin Server-Side (1)
- Kotlin IO (1)
- Kotlin Collections (1)
Regular Expression Matching at Specific Indices in Kotlin
Filed under Kotlin Strings
A quick and practical guide to matching regular expression at a specific index.
Apache Kafka with Kotlin
Learn more about Apache Kafka with Kotlin.
Capitalize Every Word in a String with Kotlin
Filed under Kotlin Strings
A quick and practical guide to capitalizing every word in a String in Kotlin.
Moshi JSON Library for Kotlin Applications
Filed under Libraries
A quick and practical guide to Moshi library.
Sum All the Items in a List of Integers in Kotlin
Filed under Kotlin Collections
Explore one of the Kotlin standard library collection functions sum().
Kotlin Coroutines and RxKotlin Comparison
Filed under Asynchronous Programming, Kotlin Concurrency
A practical comparison between RxKotlin and coroutines.
Creating a Thread Pool in Kotlin
Filed under Kotlin Concurrency
A practical introduction to thread pool management in Kotlin.
Idiomatic Way to Treat Nullable Values
Filed under Kotlin Basics
A quick and practical introduction to idiomatic nullable types handling in Kotlin.