Kotlin set to surpass Java as the most popular language on Android
A new report released earlier this week estimates that Kotlin will surpass Java as the primary programming language used for Android apps by December 2018. (more…)
Read more »In this blog post I will go through some practical examples of using the Try monad for exception handling in Java. The purpose is to see how we can write more functional code in a non-functional but widely adopted language such as Java. Read more