Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
⚠️ IMPORTANT UPDATE: This article describes behavior from Kotlin coroutines versions prior to 0.27.0...
1 – Introduction Although Kotlin introduced coroutines as a more modern and efficient way...
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 – Introdução Imagine usar um aplicativo de rede social onde você precisa esperar o feed carregar...
1 – Introdução Tanto as threads quanto as corrotinas lidam com tarefas concorrentes, mas...
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...
1 – Introdução Embora o Kotlin tenha introduzido corrotinas como uma forma mais moderna e...
A (click)bait? Let me explain. Take a look at this simple code. Can you predict what will be...
When I set out to build Kapper, I wanted it to be the most Kotlin idiomatic micro ORM, with the goal...
1 – Introduction Managing the lifecycle of coroutines is one of the most important aspects...
1 – Introduction Testing asynchronous code can be challenging. Functions that use...
1 – Introduction Coroutines in Kotlin are a modern solution for asynchronous programming....
1 – Introduction As the complexity of applications grows, handling multiple asynchronous...
1 – Introdução Testar código assíncrono é, muitas vezes, um desafio. Funções que utilizam...
1 – Introdução À medida que a complexidade das aplicações cresce, lidar com múltiplos...
We talk a lot about reactive, but reactive is also meant to make our applications resilient as possible, but what does that mean?
When building Android apps, you’ll often need to perform tasks like fetching data from a server,...
1 – Introdução Entender os conceitos de programação assíncrona é essencial, mas aplicar...
1 – Introduction Understanding the concepts of asynchronous programming is essential, but...
1 – Introduction When working with coroutines in Kotlin , there are utility methods and...
Kapper, Kotlin's most lightweight and idiomatic ORM library brings more Kotlin goodness with support...
1 – Introduction Imagine using a social media app where you have to wait for the feed to load...