Kotlin is great for writing DSLs

Kotlin is the rising star of the new programming languages. After Google has announced that it is officially supporting Kotlin as a first-class language in Android development, it’s interest has grown drastically.


Reacto is now on the github!

Just wanted to announce that my newest open source library “reacto” is now on the github.

Reacto is able to abstract away Observables from RxJava so that they can be executed on different servers. This is especially useful when building microservices…


Simple reactive microservices using rxJava Observables

Functional Reactive Programming is what interest me the most nowadays. RxJava is a great library which implements reactive extensions for the JVM. There are many reasons why functional reactive programming using RxJava is beneficial: