Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

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 corrotinas podem ter comportamento imprevisível devido a atrasos, execução concorrente e ...
13.03.2025 0 Read More

Unit Testing with Coroutines in Kotlin: Tools and Best Practices

1 – Introduction Testing asynchronous code can be challenging. Functions that use coroutines can have unpredictable behavior due to delays, concurrent execution, and context switches. Fortu...
13.03.2025 0 Read More

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 esses conceitos em cenários reais é onde as coisas realmente ganham vida. Neste artigo, explo...
20.03.2025 0 Read More

Asynchronous Programming in Practice with Kotlin: Real Examples and Optimization

1 – Introduction Understanding the concepts of asynchronous programming is essential, but applying these concepts in real-world scenarios is where things really come to life. In this articl...
20.03.2025 0 Read More

Kapper 1.3 supports flows - more Kotlin goodness

Kapper, Kotlin's most lightweight and idiomatic ORM library brings more Kotlin goodness with support for Flows. Kapper 1.3 supports queries returning Kotlin Flows. What are Flows? Flows are a ...
23.03.2025 0 Read More

Optimizing Asynchronous Programming with Flows in Kotlin: Introduction to Flow

1 – Introduction As the complexity of applications grows, handling multiple asynchronous events in real time becomes essential. To this end, Kotlin offers a powerful tool called Flow, which...
27.03.2025 0 Read More

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 eventos assíncronos em tempo real se torna essencial. Para isso, o Kotlin oferece uma poderosa f...
27.03.2025 0 Read More
Loading...
#reading
Todo App
0
How to Convert Markdown Files to PNG Images
0
Foreign Key in DBMS
0
Understanding the `sed` Command in Linux: A Guide with Examples
0
Turning APIs into Revenue: Passive Income Strategies for Developers
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0