Browsing Tag
kotlin
41 posts
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…
Kotlin Coroutine mechanisms: runBlocking v. launch
Introduction to coroutine behavior through playful examples Sometimes you think you know coroutines and then after a while, you’re…
Jetpack Compose Mastery Series Finale: 38 Key Issues in Compose UI
Preface Jetpack Compose is a modern UI development framework for Android that uses a declarative approach to build…