Kotlin
-

Kotlin Month Post 4: Properties
Intro In this, the fourth and final post in the Kotlin Month series, we take a look at a widely…
Read More » -

Kotlin Month Post 3: Safety
Intro In this third post for Kotlin Month, Iām going to go over some of the safety features that Kotlin…
Read More » -

Kotlin Month Post 2: Inheritance and Defaults
Intro Continuing on with Kotlin Month, this week, Iāll be discussing topics in Kotlin that have to do with inheritance…
Read More » -

Kotlin Month Post 1: Assorted Features
To open up Kotlin Month, weāll look at a small assortment of Kotlinās features that arenāt big enough to merit…
Read More » -

A Very Peculiar, but Possibly Cunning Kotlin Language Feature
This has caught me by surprise. After studying the Kotlin language to learn about how to best leverage this interesting…
Read More » -

Null safety in Kotlin
Kotlin is a statically typed JVM language developed by Jetbrains. It has some good documentation so today I will focus…
Read More »