Articles by Tag #coroutines

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

Bad Nesting in Kotlin Coroutines: The Bug That's not a Bug (Until it is)

⚠️ IMPORTANT UPDATE: This article describes behavior from Kotlin coroutines versions prior to 0.27.0...

Learn More 7 3Jul 30

Exploring the Use of Thread in Kotlin

1 – Introduction Although Kotlin introduced coroutines as a more modern and efficient way...

Learn More 1 0Feb 13

Métodos Utilitários e de Execução no Kotlin: Trabalhando com Corrotinas

1 – Introdução Ao trabalhar com corrotinas no Kotlin, existem métodos utilitários e...

Learn More 1 0Mar 6

Escopos no Kotlin: Controlando Ciclo de Vida e Cancelamento de Corrotinas

1 – Introdução Gerenciar o ciclo de vida de corrotinas é um dos aspectos mais importantes...

Learn More 1 0Feb 27

Dispatchers e Contextos no Kotlin: Escolhendo o Lugar Certo para Suas Corrotinas

1 – Introdução As corrotinas no Kotlin são uma solução moderna para programação...

Learn More 1 0Feb 20

Programação Assíncrona no Kotlin: O que é, e por que você deve usar?

1 – Introdução Imagine usar um aplicativo de rede social onde você precisa esperar o feed carregar...

Learn More 1 0Jan 27

Threads vs. Corrotinas: Qual é a Diferença e Por Que Isso Importa?

1 – Introdução Tanto as threads quanto as corrotinas lidam com tarefas concorrentes, mas...

Learn More 1 0Feb 6

Threads Virtuais e Corrotinas em Java:  Explorando o Futuro da Concorrência

Introdução Nos últimos anos, a comunidade Java tem testemunhado uma evolução significativa na forma...

Learn More 1 0Feb 10

Threads vs. Coroutines: What's the Difference and Why Does It Matter?

1 – Introduction Both threads and coroutines handle concurrent tasks, but in very...

Learn More 1 0Feb 6

Explorando o Uso de `Thread` no Kotlin

1 – Introdução Embora o Kotlin tenha introduzido corrotinas como uma forma mais moderna e...

Learn More 1 0Feb 13

When ConcurrentHashMap is not concurrent and runBlocking is not blocking

A (click)bait? Let me explain. Take a look at this simple code. Can you predict what will be...

Learn More 0 0Jun 8

Coroutine support in Kapper 1.1

When I set out to build Kapper, I wanted it to be the most Kotlin idiomatic micro ORM, with the goal...

Learn More 0 0Feb 2

Scopes in Kotlin: Controlling Lifecycle and Cancellation of Coroutines

1 – Introduction Managing the lifecycle of coroutines is one of the most important aspects...

Learn More 0 0Feb 27

Unit Testing with Coroutines in Kotlin: Tools and Best Practices

1 – Introduction Testing asynchronous code can be challenging. Functions that use...

Learn More 0 0Mar 13

Dispatchers and Contexts in Kotlin: Choosing the Right Place for Your Coroutines

1 – Introduction Coroutines in Kotlin are a modern solution for asynchronous programming....

Learn More 0 0Feb 20

Optimizing Asynchronous Programming with Flows in Kotlin: Introduction to Flow

1 – Introduction As the complexity of applications grows, handling multiple asynchronous...

Learn More 0 0Mar 27

Testes Unitários com Corrotinas no Kotlin: Ferramentas e Boas Práticas

1 – Introdução Testar código assíncrono é, muitas vezes, um desafio. Funções que utilizam...

Learn More 0 0Mar 13

Otimizando Programação Assíncrona com Fluxos no Kotlin: Introdução ao `Flow`

1 – Introdução À medida que a complexidade das aplicações cresce, lidar com múltiplos...

Learn More 0 0Mar 27

Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application

We talk a lot about reactive, but reactive is also meant to make our applications resilient as possible, but what does that mean?

Learn More 0 0Dec 26 '24

Getting Started with Coroutines in Android Kotlin: Asynchronous Programming in Android

When building Android apps, you’ll often need to perform tasks like fetching data from a server,...

Learn More 0 0Dec 3 '24

Programação Assíncrona na Prática com Kotlin: Exemplos Reais e Otimização

1 – Introdução Entender os conceitos de programação assíncrona é essencial, mas aplicar...

Learn More 0 0Mar 20

Asynchronous Programming in Practice with Kotlin: Real Examples and Optimization

1 – Introduction Understanding the concepts of asynchronous programming is essential, but...

Learn More 0 0Mar 20

Utility and Execution Methods in Kotlin: Working with Coroutines

1 – Introduction When working with coroutines in Kotlin , there are utility methods and...

Learn More 0 0Mar 6

Kapper 1.3 supports flows - more Kotlin goodness

Kapper, Kotlin's most lightweight and idiomatic ORM library brings more Kotlin goodness with support...

Learn More 0 0Mar 23

Asynchronous Programming in Kotlin: What is it, and why should you use it?

1 – Introduction Imagine using a social media app where you have to wait for the feed to load...

Learn More 0 0Jan 27