Browsing Tag
kotlin
43 posts
How to setup compose desktop hot reload
Steps: Use Kotlin 2.1.20-RC (or any higher if released) Apply the plugin Wrap the content of a window…
Understanding Selection Sort in Kotlin: A Beginner’s Guide
What is Selection Sort? Selection Sort is a simple and intuitive sorting algorithm that divides the input array…
Configurable Kong API Gateway with Micronaut Services in Kotlin — A very odd Yucca tribute concert
1. Introduction King Kong, the Movie, was released on the 28th of April 1933. Fast forward and Donkey…
Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application
1. Introduction A coroutine is a concept that has been around since at least 1958. It was brought…
Day 68-70. Theme switcher
What I did: It is my Monday report about my challenge and the progress I made over the…
Developer diary #20. My favorite podcasts.
I like to listen podcast, especially about development. This format is more focused on translation of ideas, thoughts,…
Understanding Android Application Lifecycle and Process
Let’s dive into the details of how Android manages processes, components, and the overall lifecycle of an app.…
Kotlin Coroutine mechanisms: launch v. async
Examining join, await, coroutine behavior through playful examples Art by lavnatalia This series serves as spin off from Programming…
KotlinConf ‘24 Highlights Summary Build with Gemini
https://blog.jetbrains.com/kotlin/2024/05/kotlin-roundup-kotlinconf-2024-keynote-highlights/ Google Gemini generated this summary using the Flash Gemini 1.5 model. KotlinConf Keynote Highlights: Hadi Hariri, VP of…
ML Kit Document Scanner in action
Recently, ML Kit released a new library to digitize physical documents directly from your Android application. ML Kit…