Kotlin

Kotlin

Getting started with Caffeine - An introduction to caching in Kotlin

Unlock the power of caching in your Kotlin projects with Caffeine - the high-performance in-memory caching library

Read
Kotlin

Advanced mappings with mapstruct in Kotlin

Advanced features of mapstruct in Kotlin, such as injecting repositories or writing complex custom queries

Read
Kotlin

Mapstruct in Kotlin projects

How to avoid writing boilerplate code for DTO mapping with mapstruct in Kotlin

Read
Kotlin

Custom Jackson serialization per class, with additional logic

How to create a special serialization for a class, containing even additional logic for currency conversion

Read
Kotlin

Let, also, apply, run, with - Scope functions in Kotlin

Operate on variables in a given scope using let, also, apply, run or with

Read
Kotlin

Road to Kotlin - Nullables vs Optionals

One step of migrating from Java to Kotlin is the better handling of values that could be null

Read
Kotlin

Val, var, copy - Immutability in Kotlin

Adding a historical development to entities

Read