Mastering Kotlin Coroutines: Dispatchers, Jobs, and Structured Concurrency📅 Nov 7, 2025 · ☕ 5 min read · ✍️ Ignacio CarriónA practical, in-depth guide to Kotlin Coroutines, Dispatchers, and Jobs with mental models, code recipes, pitfalls, and testing tips.
Kotlin Mutex: Thread-Safe Concurrency for Coroutines📅 Oct 3, 2025 · ☕ 11 min read · ✍️ Ignacio CarriónA comprehensive guide to using Mutex in Kotlin coroutines — understanding use cases, best practices, and how it compares to traditional synchronization methods.