Articles by Tag #kotlin

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Finding the Right Balance Between DDD, Clean and Hexagonal Architectures

Choosing the right software architecture is challenging, especially when balancing theory and...

Learn More 143 7Sep 21 '24

Getting started with splash screen in Jetpack Compose

Introduction As Jetpack Compose continues to gain popularity in the Android ecosystem, it is...

Learn More 48 1Oct 1 '24

Why You Should Learn Kotlin in 2025

Greetings Dev.to community! Today, I want to spark your interest and motivate you to learn Kotlin in...

Learn More 44 10Jan 17

One click dependencies fix

Photo by Maxim Hopman on Unsplash If you maintain a JVM1 or Android project, chances are you've...

Learn More 36 0Oct 8 '24

Spring Boot Avengers: Uniting Spring Data JDBC and PostgreSQL's JSONB

TL;DR When working with Spring Data JDBC and a jsonb database column, you may face...

Learn More 25 1Oct 1 '24

A Comprehensive Guide to Mastering Kotlin Coroutines

Introduction Coroutines simplify asynchronous programming by making it more readable and...

Learn More 25 0Jan 3

KMP-102 - Modularização no KMP

No último artigo, entramos em detalhes e aprendemos sobre as peculiaridades do código exportado nos...

Learn More 22 2Mar 7

Ktor -Create asynchronous applications the Kotlin way!!

Ktor 3.0 has been released, introducing significant enhancements and features for developers building...

Learn More 20 0Nov 13 '24

Pull request testing on Kubernetes: testing locally and on GitHub workflows

Imagine an organization with the following practices: Commits code on GitHub Runs its CI/CD...

Learn More 19 1Feb 13

Project KARL

Hello Readers It's day #44 of building KARL - AI. Update: Project is in Development...

Learn More 18 8Jun 8

Beyond the Binary - More Inclusive Gender Options with Compose

If your gender matches the one that was assigned to you at birth, you probably don't notice flaws in...

Learn More 17 2Sep 2 '24

Feature Flags in Android with Jetpack Compose

Feature flags are an essential tool for controlling feature rollouts, enabling A/B testing, and...

Learn More 17 1Feb 3

KMP-102 - Otimizando o Kotlin para o Obj-c/Swift

No último post, aprendemos como utilizar código Kotlin no Swift. Aprendemos sobre algumas técnicas...

Learn More 16 0Jan 18

Emulating classes with functions in Kotlin for maximum performance 🚀

If you're building quality software in Kotlin, you'll undoubtedly be using classes and dependency...

Learn More 13 2Oct 7 '24

Project KARL AI

Hello Readers It's day #36 of building KARL - AI. Update: Project is in Development...

Learn More 12 4May 31

Paint the Stars - Drawing with Compose and Canvas

I've always struggled with drawing in Canvas, not just with Compose's Canvas but with any technology....

Learn More 12 0Sep 26 '24

Pattern matching across different languages

Pattern matching is a major feature in software development. While pattern matching applies in...

Learn More 12 3Jul 24

Using SVGs on Canvas with Compose Multiplatform

One thing that has continued to amaze me with building my Compose Multiplatform app is how easily...

Learn More 11 1Jan 15

Project KARL

Hello Readers It's day #77 of building KARL - AI. Update: Project is in Development...

Learn More 11 5Jul 11

Google Maps In Jetpack Compose: All You Need To Know

Background Integrating Google Maps into your Jetpack Compose application can significantly...

Learn More 11 0Sep 13 '24

OpenTelemetry Tracing on the JVM

You may know I'm a big fan of OpenTelemetry. I recently finished developing a master class for the...

Learn More 11 0Aug 7

Implementing Mixins (or Traits) in Kotlin Using Delegation

(Read this article in french on my website) In object-oriented programming, a Mixin is a way to add...

Learn More 11 0Oct 18 '24

First Impressions of Compose Multiplatform

I finally had the time to dive into Compose Multiplatform - and this was also my first experience...

Learn More 10 2Oct 17 '24

Project KARL

Hello Readers It's day #66 of building KARL - AI. Update: Project is in Development...

Learn More 10 2Jun 30

Effective Map Composables: Draggable Markers

Effective patterns for draggable markers with the android-maps-compose library

Learn More 10 0Aug 22 '24

Introduction to Kotlin

Kotlin is a modern, statically-typed programming language that runs on the Java Virtual Machine (JVM)...

Learn More 10 0Feb 4

Project KARL AI

Hello Readers It's day #40 of building KARL - AI. Update: Project is in Development...

Learn More 10 2Jun 4

Project KARL AI

Hello Readers It's day #45 of building KARL - AI. Update: Project is in Development...

Learn More 10 3Jun 9

Android Manifest file checklist

Welcome to the fourth article in a series of tips and tricks about Compose Multiplatform. The content...

Learn More 10 4Apr 6

Supercharge Your Android App: 6 Powerful Performance-Boosting Techniques

Hello, fellow Android enthusiasts! 👋 Following our discussions on boosting app performance, it's...

Learn More 9 0Sep 24 '24