
Auto-reload in Ktor
In this, short quide, I will show you how to enable the development mode and auto-reload feature in Ktor application.
Ktor Server Pro course is out ๐ฅStart learning today
Articles
In this, short quide, I will show you how to enable the development mode and auto-reload feature in Ktor application.
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.
In this lesson, we are going to learn how to work with MongoDB and coroutines using the MongoDB Kotlin Driver in Ktor.
Learn how to perform integration testing for Spring WebClient that invokes external REST APIs with WireMock and JUnit 5.
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.