Blog
February 16, 2020
Oh GraphQL, May I Have Some Users?
Sure GraphQL is straightforward. That doesn't mean it's obvious(to me anyway).
ReadFebruary 15, 2020
I'll Receive You Some Test Events!
I ran into some trouble tonight try to get Intellij to run all my tests. It kept saying "Test events were not received". I scratched my head and wondered aloud what could be the cause of this.
ReadFebruary 13, 2020
Single Expression Functions
Many of the functions in the Kotlin standard library are implemented as Single Expression Functions. I started wondering how I could use them in my own code.
Read