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

A collection of 19 posts
My experience and impressions attending KotlinConf a couple weeks back. And some thoughts on the future of Kotlin.
This blog shows a way to use the Jetbrains HTTP Client to replace Postman and test third party APIs, share requests and even run them in CI all of that within minutes!
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 🔥
Are Kotlin data classes immutable? And does the copy method create shallow or deep copies of my class instances? Let's have a look together
Just starting with Kotlin/JS, I found it hard to use large NPM libraries like Firebase. But my past experiences with Elm and its system of ports helped me find a suitable solution. Let's dive into it!