The Other Side of Stack Overflow
My experiences and thoughts after using Stack Overflow from the other side for over a year now, answering questions mostly under the Kotlin tag.
2018-06-02
On "From Java to Kotlin and Back Again"
My thoughts on the allegro.tech article telling their tale of woe about Kotlin.
2018-05-24
Top 10 Kotlin Stack Overflow questions, pt 3 - nulls and such
The third and final part covers topics of nullability and some small extras to wrap up the series.
2018-05-08
Top 10 Kotlin Stack Overflow questions, pt 2 - the big ones
In the second part of the series, I'm covering various possible issues with using SAM conversions, as well as how to create "static" things in Kotlin.
2018-05-01
Top 10 Kotlin Stack Overflow questions, pt 1 - decisions, decisions
I've been hanging out around the Kotlin tag on Stack Overflow a lot this last year or so. This is the first part of a series covering the most frequently asked questions there. For a start, we'll be taking a look at various decisions around using collections in Kotlin. I'm hoping there's something new for everyone in here.
2018-04-24
Kotlin DSL design with VillageDSL
A companion article for a talk I've given on Kotlin DSL design possibilities, with many code examples.
2017-09-20