Codersee
Kotlin on the backend
Codersee
Kotlin on the backend
In this tutorial, we will learn the most important htmx concepts and create a basic application with Kotlin HTML DSL and Tailwind CSS.
In the last article in a series, we are going to learn everything we need to know to work with MockK and Kotlin coroutines.
In the fourth artcile in a series, we are going to learn what are MockK spies, relaxed mocks and how to do a partial mocking.
In the third artcile in a series, we are going to focus on Kotlin objects, top-level and extension functions in MockK.
In the second article in a MockK Kotlin series, we are going to learn more about various verification techniques.
In this, first article in a series dedicated to MockK and Kotlin, we will learn how to create mocks, define stubbings and utilize matchers.
This article provides a general overview of Reactive Programming and tools available in Kotlin in terms of Reactive Programming.
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.