Unlock the power of caching in your Kotlin projects with Caffeine - the high-performance in-memory caching library
ReadAdvanced features of mapstruct in Kotlin, such as injecting repositories or writing complex custom queries
ReadHow to avoid writing boilerplate code for DTO mapping with mapstruct in Kotlin
ReadHow to create a special serialization for a class, containing even additional logic for currency conversion
ReadHow to handle changing responses in a static pipeline testing with Newman
ReadUnderstand the outgoing request and the incoming response made by the WebClient in your HTTP requests
ReadHow to test the WebClient in Kotlin, using either JUnit with MockK or full on integration tests with @SpringBootTest
ReadMake HTTP requests to third parties using the Spring WebClient
ReadOperate on variables in a given scope using let, also, apply, run or with
Read