Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Why this article? I've built 15+ apps and read thousands of articles on Kotlin Dev, and...
⚙️ Kotlin Coroutines Cheat Sheet (For Android Devs) I like to share content that I use...
⚠️ IMPORTANT UPDATE: This article describes behavior from Kotlin coroutines versions prior to 0.27.0...
1 – Introdução À medida que a complexidade das aplicações cresce, lidar com múltiplos...
1 – Introduction As the complexity of applications grows, handling multiple asynchronous...
1 – Introdução Entender os conceitos de programação assíncrona é essencial, mas aplicar...
1 – Introduction Managing the lifecycle of coroutines is one of the most important aspects...
Introdução Nos últimos anos, a comunidade Java tem testemunhado uma evolução significativa na forma...
1 – Introduction Both threads and coroutines handle concurrent tasks, but in very...
Kapper, Kotlin's most lightweight and idiomatic ORM library brings more Kotlin goodness with support...
1 – Introduction Understanding the concepts of asynchronous programming is essential, but...
1 – Introduction Testing asynchronous code can be challenging. Functions that use...
1 – Introdução Testar código assíncrono é, muitas vezes, um desafio. Funções que utilizam...
1 – Introduction When working with coroutines in Kotlin , there are utility methods and...
1 – Introdução Ao trabalhar com corrotinas no Kotlin, existem métodos utilitários e...
1 – Introdução Gerenciar o ciclo de vida de corrotinas é um dos aspectos mais importantes...
1 – Introdução As corrotinas no Kotlin são uma solução moderna para programação...
1 – Introduction Coroutines in Kotlin are a modern solution for asynchronous programming....
1 – Introduction Although Kotlin introduced coroutines as a more modern and efficient way...
1 – Introdução Embora o Kotlin tenha introduzido corrotinas como uma forma mais moderna e...
1 – Introdução Tanto as threads quanto as corrotinas lidam com tarefas concorrentes, mas...
When I set out to build Kapper, I wanted it to be the most Kotlin idiomatic micro ORM, with the goal...
We talk a lot about reactive, but reactive is also meant to make our applications resilient as possible, but what does that mean?
A (click)bait? Let me explain. Take a look at this simple code. Can you predict what will be...
1 – Introduction Imagine using a social media app where you have to wait for the feed to load...
1 – Introdução Imagine usar um aplicativo de rede social onde você precisa esperar o feed carregar...