Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Choosing the right software architecture is challenging, especially when balancing theory and...
Introduction As Jetpack Compose continues to gain popularity in the Android ecosystem, it is...
Greetings Dev.to community! Today, I want to spark your interest and motivate you to learn Kotlin in...
Photo by Maxim Hopman on Unsplash If you maintain a JVM1 or Android project, chances are you've...
TL;DR When working with Spring Data JDBC and a jsonb database column, you may face...
Introduction Coroutines simplify asynchronous programming by making it more readable and...
No último artigo, entramos em detalhes e aprendemos sobre as peculiaridades do código exportado nos...
Ktor 3.0 has been released, introducing significant enhancements and features for developers building...
Imagine an organization with the following practices: Commits code on GitHub Runs its CI/CD...
Hello Readers It's day #44 of building KARL - AI. Update: Project is in Development...
If your gender matches the one that was assigned to you at birth, you probably don't notice flaws in...
Feature flags are an essential tool for controlling feature rollouts, enabling A/B testing, and...
No último post, aprendemos como utilizar código Kotlin no Swift. Aprendemos sobre algumas técnicas...
If you're building quality software in Kotlin, you'll undoubtedly be using classes and dependency...
Hello Readers It's day #36 of building KARL - AI. Update: Project is in Development...
I've always struggled with drawing in Canvas, not just with Compose's Canvas but with any technology....
Pattern matching is a major feature in software development. While pattern matching applies in...
One thing that has continued to amaze me with building my Compose Multiplatform app is how easily...
Hello Readers It's day #77 of building KARL - AI. Update: Project is in Development...
Background Integrating Google Maps into your Jetpack Compose application can significantly...
You may know I'm a big fan of OpenTelemetry. I recently finished developing a master class for the...
(Read this article in french on my website) In object-oriented programming, a Mixin is a way to add...
I finally had the time to dive into Compose Multiplatform - and this was also my first experience...
Hello Readers It's day #66 of building KARL - AI. Update: Project is in Development...
Effective patterns for draggable markers with the android-maps-compose library
Kotlin is a modern, statically-typed programming language that runs on the Java Virtual Machine (JVM)...
Hello Readers It's day #40 of building KARL - AI. Update: Project is in Development...
Hello Readers It's day #45 of building KARL - AI. Update: Project is in Development...
Welcome to the fourth article in a series of tips and tricks about Compose Multiplatform. The content...
Hello, fellow Android enthusiasts! 👋 Following our discussions on boosting app performance, it's...