Ktor roadmap 2024
We’ve decided to create our own open-source project, in which we’ve chosen to use Ktor as the main library. We’re particularly excited
When (Not) to Choose Sequences over Lists in Kotlin
In my previous post, I hinted that using sequences over lists can provide substantial performance benefits. Today, I’d like to delve deeper
Efficient Synchronization of Shared State with Coroutines
Synchronizing a complex state in Kotlin can be achieved using a combination of coroutines and shared flow properties. This approach leverages the
Effective Transformations of Immutable Lists in Kotlin
In Kotlin, filtering an immutable list (read-only list) does not require creating additional copies. The filter function in Kotlin already creates a

