Blog
Thoughts on Android development, architecture, and engineering.
tailrec 🐈
Understanding Kotlin's tailrec modifier — what tail recursion is, how the compiler converts it to an imperative loop, and why the JVM needs trampolining.
5 min read
Kotlin Android
Understand Boxing in Kotlin 🥊
What it is, when it happens and how to deal with it.
4 min read
Kotlin Performance Android