Browsing Tag
kotlin
36 posts
Hello Folks. I have written my first post on dev to, about Scope Functions in Kotlin. Feel free to give it a read and drop a review or suggestion. Also, would love to know your favourite scope function, or your favourite feature of Kotlin. Happy reading!
Scope Functions in Kotlin Prithviraj Kapil ・ May 30 #kotlin #oop #tutorial #programming
Why Java Is Still a Good Choice for Enterprise Software Development
Java has always been one of the most in-demand programming languages, with around 40% of employers looking to…
Call for Contributors
Hey everyone! I’m looking for more contributors for my open source project: Avisen. If you’re interested in Kotlin,…
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.…