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
Kotlin Data Classes, shallow copies and immutability

A collection of 27 posts
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!
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, we'll look into use cases where CLIs are a great idea. We'll also dive into best practises, and discover one of the most used library for CLIs in the JVM world : picoCLI.
A simple setup to use LitElement with tailwindcss for small projects.