kotlin Featured Hosting Kotlin applications using Coolify TL;DR : With Coolify you can host you Kotlin applications in seconds on your own server and benefit from auto deploys, custom domains, preview branches and more. You can see the code here, and access the sample here.
supabase Featured [Unit] Testing Supabase in Kotlin using Test Containers In this article, I'll dive into several methods I've been looking into to unit test a Kotlin application using Supabase and why I finally decided to go for a Docker Compose / Test Containers solution.
docker Reducing our Carbon Docker image size further! Second post of the series, we keep diving into more ways to reduce our Docker image size. Let's see how we manage to reach a factor 10!
docker Reducing Docker's image size while creating an offline version of Carbon.now.sh Creating a docker image of carbon.now.sh that is as small as possible, step by step so we can create beautiful snippets offline.