Blog
March 8, 2020
When Type Inference Doesn't Cut It
It turns out you can't always use Kotlin's type inference. There are times when you need to explicitly call out the type.
ReadFebruary 21, 2020
Support Many Authors in Jigsaw
A quick guide on how to support more than one author in Jigsaw.
ReadFebruary 19, 2020
First Attempt At Collections
How I started using Kotlin's list and determined how to iterate over it.
ReadFebruary 18, 2020
Shorthand Function Syntax
Save yourself some typing(and reading) with Kotlin's shorthand function syntax.
Read