September 15th, 2018

Yesterday, I happen to attend the BlrKotlin September Meetup. We learned Spek framework for testing and for the later half we delved into the Kotlin Coroutines.

I can see myself use Spek framework now that I know basics of it even if it takes a little bit extra time. It’s code pretty much looks like English.

The focus of the meetup was solving Conway’s Game of Life. This was the first time I looked into how the Game of Life worked. I plan to implement the code myself at some point of time.

Android Reading June 19th 2017

Creators of modern programming languages have a big advantage because they are able to analyze the weaknesses of established languages and make things better themselves.

Lukas Lechner in How “Effective Java” may have influenced the design of Kotlin — Part 1

They’re common sense language features that, when compared to Java, end up saving you a bunch of cognitive overhead, keystrokes, and time.

Dan Kim in Kotlin: It’s the little things