My experience and impressions attending KotlinConf a couple weeks back. And some thoughts on the future of Kotlin.
My KotlinConf experience

A collection of 13 posts
My experience and impressions attending KotlinConf a couple weeks back. And some thoughts on the future of Kotlin.
I found and fixed a tiny bug in OpenAPI, learnt about the library, jackson and git in the process. In short, get and set methods are visited by Jackson even when they aren't used anywhere in the code! Be careful how you name your methods 🔥
In this article, I'm sharing some tips and tricks on how to get productive with creating OpenAPI generators. How to run and debug, create your own easily and more
The DurationAPI is coming out of experimental stage, and offers a nice DSL to easily work with Time durations (duh!). If offers the obvious but also nice extra goodies like coercions and ISO/ String conversions and is notably used to calculate processing time.
In this article, I describe a way to paginate results in picocli applications.