#kotlin
Read more stories on Hashnode
Articles with this tag
In this article we continue diving into TestContainers and Supabase, and run unit tests against a full local self-hosted Supabase. Supabase <3...
TL;DR : The easiest way I found to test my database service is to mimick Supabase using Docker Compose and Test Containers. Here's the code In case...
The past week, KotlinConf took place in Amsterdam. It was my very first KotlinConf ever, and to be fair I had been excitingly waiting for it for a...
_TL;DR: The data class copy method in Kotlin creates shallow copies and data classes are NOT immutable data structures by themselves. They become...
TL;DR : 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...
Last month, with Compose Multiplatform going 1.0, I've been wanting to build a simple application for myself. It's barely more than a personal note...