
What is Kotlin and Why Should You Learn It?
If you have ever been wondering what is Kotlin, or why is it worth spending your time learning it, then check out my latest video.
Ktor Server Pro course is out ๐ฅStart learning today
Articles
If you have ever been wondering what is Kotlin, or why is it worth spending your time learning it, then check out my latest video.
This time, we will cover the basics of the Kotlin- loops. We will see, how to use for-loop, forEach, while, break and continue in our code.
In this article, we will cover the most important scenarios of kotlinx.serialization in Kotlin and how to use it to your advantage.
This time, I will show you how to control scope with @DslMarker annotation when creating your DSLs in Kotlin.
In this article, we will take a look at a concept of data classes in Kotlin and how they can help us in a day-to-day work.
In this publication, we will learn how to implement statically-typed, type-safe Kotlin builders which we can use to implement our own DSLs.
In this article, we will see how easily we can generate a Kotlin client from any OpenAPI Spec (both 2.0 and 3.0) and save hours of work.
In this article, I will show you how to implement your custom TriFunction in Kotlin and how SAM conversions, and lambdas can help us with it.
In this article I will teach you what exactly SOLID principles are with Kotlin examples to get an even better understanding of the topic.