JMockit extensions for Kotlin

Sometimes you have to deal with existing libraries… also libraries that do not provide out-of-the-box support for Kotlin (bastards!). What do you do in such a scenario? Write your own …

Spring Boot Admin

While browsing the internet I stumbled upon a nice tool called spring-boot-admin (https://github.com/codecentric/spring-boot-admin). This tool, made by Codecentric, offers a nice overview that gives you access to things like metrics, …

Kotlin DSL Development

As all of us who write Java on a daily basis have experienced, we tend to spend a considerable amount of time writing boilerplate code. We can sometimes refactor that …