Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Computers nowadays are blazingly fast. When they to do a really large amount of work though, it can...
1 – Introdução Gerenciar o ciclo de vida de corrotinas é um dos aspectos mais importantes...
1 – Introdução Imagine usar um aplicativo de rede social onde você precisa esperar o feed carregar...
Introdução Nos últimos anos, a comunidade Java tem testemunhado uma evolução significativa na forma...
1 – Introdução As corrotinas no Kotlin são uma solução moderna para programação...
1 – Introdução Embora o Kotlin tenha introduzido corrotinas como uma forma mais moderna e...
1 – Introdução Ao trabalhar com corrotinas no Kotlin, existem métodos utilitários e...
1 – Introdução Tanto as threads quanto as corrotinas lidam com tarefas concorrentes, mas...
1 – Introduction Both threads and coroutines handle concurrent tasks, but in very...
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...
Kapper, Kotlin's most lightweight and idiomatic ORM library brings more Kotlin goodness with support...
1 – Introduction Managing the lifecycle of coroutines is one of the most important aspects...
1 – Introduction Imagine using a social media app where you have to wait for the feed to load...
1 – Introdução À medida que a complexidade das aplicações cresce, lidar com múltiplos...
A (click)bait? Let me explain. Take a look at this simple code. Can you predict what will be...
We talk a lot about reactive, but reactive is also meant to make our applications resilient as possible, but what does that mean?
1 – Introduction Although Kotlin introduced coroutines as a more modern and efficient way...
When I set out to build Kapper, I wanted it to be the most Kotlin idiomatic micro ORM, with the goal...
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 – Introduction Coroutines in Kotlin are a modern solution for asynchronous programming....
Learn how to: 👉 control thread execution with Coroutine Dispatchers, 👉 harness the power of...
When building Android apps, you’ll often need to perform tasks like fetching data from a server,...
1 – Introduction Testing asynchronous code can be challenging. Functions that use...
1 – Introduction As the complexity of applications grows, handling multiple asynchronous...