Kotlin goodies that make a developer’s life easier
09/20/18
This post shows some useful functions from the Kotlin standard library and how to write your own functions for cleaner and better code. Read more
09/20/18
This post shows some useful functions from the Kotlin standard library and how to write your own functions for cleaner and better code. Read more
06/24/18
The Kotlin language gets more and more attention. One area it excels in is in writing custom DSLs. In this post I show how to write your own DSL for example to work with Apache Kafka. Read more