My favorite Kotlin feature
January 18, 2022
Over the last several years I’ve seen many discussions on Kotlin’s features. Nullability is always a very high ranked one. I like it, but it’s definitely not my favorite feature.
January 18, 2022
Over the last several years I’ve seen many discussions on Kotlin’s features. Nullability is always a very high ranked one. I like it, but it’s definitely not my favorite feature.
December 5, 2021
Webinar with Anton Arhipov & Alejandro Serrano about functional microservices with Ktor and Arrow.
November 28, 2021
Coroutines is one of the most liked features in Kotlin. Most people are familiar with the KotlinX Coroutines implementation,
and many are also familiar with suspendCoroutine
from the Kotlin Standard Library and then have also come across Continuation
.