Recent Posts

Kotlin testing framework

1 minute read

Alright. Who here think that testing is optional? Even though some doesn’t write tests, I believe no one will openly say so. Oops. it hurts.

If expression in String templates

less than 1 minute read

You can insert a value within a String using String templates. Remember to use a $ before the identifier name:

If expression

less than 1 minute read

One of basic things that gives me a spark in the eye is when I realise in Kotlin that:

2 Most Celebrated Kotlin Features

2 minute read

While there are many great features in Kotlin language, there are two features which are very impactful and outstanding.

Why Kotlin

2 minute read

Why Kotlin? I mean why we need Kotlin in this world. Don’t we have enough of programming language already? This was exactly the question that I have when Kot...