Recent Posts

JUnit 5 unit testing with Kotlin

4 minute read

At Returnly, we are using, among others, JUnit Jupiter to test our back-end services. There is some lack of documentation and examples, so I will setup some ...

Having fun with Kotlin delegates

3 minute read

I have been learning Kotlin lately, and I have been playing with delegates and reified functions. By using composition over inheritance, we’ll compose some c...