top of page
64293070_2519572091387246_61847311393457

Speaker

Karin-Aleksandra%20Monoid_edited.jpg
Karin-Aleksandra Monoid

Senior Software Engineer at Delivery Hero

Karin is a Senior Software Engineer with a background in various programming languages. Currently, she is specializing in Kotlin and advocating for functional programming (the good parts!). She probably tried your favorite backend language on the frontend (Scala.js and Kotlin/JS).

  • Twitter
  • LinkedIn
Talks

Migrating from Jackson to kotlinx.serialization may be quite a challenge due to differences in approaches. One of them is not having a global naming strategy.

But we solve this? Sure, we can with Arrow Meta. Arrow Meta is a functional companion to Kotlin's compiler. This library opens a way to write compiler plugins, linters, and other source transformations. In this talk, we are going to cover the following:

• Setup a multi-module project for compiler plugin development with gradle

• Overview of Arrow Meta features

• Use case: Adding a global naming strategy to Kotlin Serialization

bottom of page