War Story: Debugging a Ktor 2.2 Coroutine Leak in Kotlin 2.0 Microservices
At 3:17 AM on a Tuesday in Q3 2024, our production Kotlin 2.0 microservice fleet hit a 92% memory...
Tag archive
At 3:17 AM on a Tuesday in Q3 2024, our production Kotlin 2.0 microservice fleet hit a 92% memory...

TL;DR: Technical deep-dive comparing C++20 coroutines and Areg SDK. Understand the trade-offs, use...
How We Use Kotlin Coroutines & Flow in Enterprise Android In this article, I'll show...
코루틴은 Kotlin에서 비동기 프로그래밍을 위한 강력한 도구입니다. 가벼운 스레드라고 생각할 수 있습니다. 설정 Gradle...
Liquid syntax error: Unknown tag 'highlight'

Recently I saw an interesting combination usage of Mutex and suspendCancellableCoroutine. This...

Modern Android development is all about writing clean, efficient, and asynchronous code — and Kotlin...

Introduction Hypervel is a high-performance PHP framework inspired by Laravel, offering...

If you have this question, perhaps you are a long time server-side developer and are wondering what...
Ever since Flow was first introduced in Kotlin version 1.3.0, it has become an important and highly...
In previous post, we have gone through most of the key concepts and methods in Coroutine: Kotlin...

A coroutine is one of the major feature introduced with the C++20 standard apart from Module, Ranges ...