Blog
February 17, 2020
Lambda Sans Return
I created a lambda in Kotlin the other day and was perplexed that I couldn't avoid giving it a return type.
ReadFebruary 16, 2020
Oh GraphQL, May I Have Some Users?
Where in I struggle and then succeed to get some users from the users query in GraphQL.
ReadFebruary 15, 2020
I'll Receive You Some Test Events!
A fix for the Intellij message "Test events were not received" when running tests with Gradle and Kotlin.
ReadFebruary 13, 2020
Single Expression Functions
I recently learned about single expression functions and am amazed at how simple the function you can created with them are.
Read