This post is a recap of 2022, and a look into what's coming in 2023. In short, Devrel is amazing and doesn't require flying, I became a GDE and we grew over 160kg of vegetables this year!
2022 retro, and what's up

A collection of 31 posts
This post is a recap of 2022, and a look into what's coming in 2023. In short, Devrel is amazing and doesn't require flying, I became a GDE and we grew over 160kg of vegetables this year!
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
Why I still take notes on paper every day. Let's dive a bit into why it works for me, in no particular order.
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