
How to: Nulls and Exceptions in Kotlin
Dealing with Null and Exception in Kotlin.
Dealing with Null and Exception in Kotlin.
How to continuously deploy every ktor/kotlin code change to Kubernetes (EKS) cluster on AWS in seconds.
How Kotlin 1.4M1 optimizes the lazy function compilation and how you can leverage that also in Kotlin 1.3.
My Kotlin solutions to exercism’s kotlin learning track.
Kotlin Ranges Creation using different options and how to deal with different results.
Kotlin Extensions – this is one reason why I love working with Kotlin.
Kotlin Extensions can be very powerful and do not so often appear when reading about why to use Kotlin. I like Extensions very much and provide some examples.
Continuous Delivery of every ktor/kotlin code change to kubernetes within seconds.
Converting Characters of a string containing only numbers to Int was a Kotlin task I recently faced. Coding a for loop to iterate over the […]