micronaut How to Micronaut with Kotlin and Java with Groovy tests Recently, I came across Micronaut framework. It's a super light framework that fills the need for something in between Spring Boot and Vert.x. I have been playing with it and wanted to
kotlin Kotlin generic extension functions I have been educating myself in Kotlin recently. One of the most powerful feature that Kotlin provides is: Extension Functions. The simplest of example of a Extension Function that I can come up