Apr 11, 2018
Kotlin runtime checks — require and check —
Hey everyone, and welcome to article number 10 on the Kotlin Playground Series. Last time we looked into a few Kotlin standard functions…
Mar 28, 2018
Kotlin standard functions — just another guide —
Hello everyone and welcome to article number 9 in the series. Today we’re going to look at something that maybe should have come up after…
Mar 14, 2018
Kotlin backend? Yes it’s possible —
Hi everyone, welcome to article number 7 in the series, today we’re going to look at something different. We all know how powerful Kotlin…
Feb 26, 2018
Kotlin Static Analysis — why and how? —
Hello everyone, welcome to article number 7 of the series. Before we jump into other examples, I think it would be nice to check the quality of the code I wrote so far to support the previous articles. So today we’ll be looking into ways of performing some static analysis on Kotlin code.
Feb 16, 2018
Kotlin Sealed Classes — enums with swag —
Hi there everyone, welcome to article number 6 on the series. Today we’ll be looking at Kotlin Sealed classes and how they can take enums…