<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Deep Dive Into Kotlin Coroutines on Vasilije Jukić</title>
    <link>https://vjukic.com/series/deep-dive-into-kotlin-coroutines/</link>
    <description>Recent content in Deep Dive Into Kotlin Coroutines on Vasilije Jukić</description>
    <generator>Hugo -- 0.148.2</generator>
    <language>en</language>
    <lastBuildDate>Thu, 04 Dec 2025 10:00:00 +0200</lastBuildDate>
    <atom:link href="https://vjukic.com/series/deep-dive-into-kotlin-coroutines/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Coroutines Deep Dive - Part 5: Testing</title>
      <link>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part5/</link>
      <pubDate>Thu, 04 Dec 2025 10:00:00 +0200</pubDate>
      <guid>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part5/</guid>
      <description>The series finale. We&amp;#39;re looking at runTest, virtual time, and how to stop your tests from being nightmares.</description>
    </item>
    <item>
      <title>Coroutines Deep Dive - Part 4: Advanced Flow &amp; Resilience</title>
      <link>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part4/</link>
      <pubDate>Wed, 22 Oct 2025 10:00:00 +0200</pubDate>
      <guid>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part4/</guid>
      <description>Dive into advanced Flow operators. We&amp;#39;ll cover backpressure strategies (buffer, conflate, collectLatest), context switching, and declarative error handling.</description>
    </item>
    <item>
      <title>Coroutines Deep Dive - Part 3: Streams &amp; Kotlin Flow</title>
      <link>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part3/</link>
      <pubDate>Mon, 22 Sep 2025 10:00:00 +0200</pubDate>
      <guid>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part3/</guid>
      <description>We cover cold and hot streams, learn to combine and transform them, and master StateFlow and SharedFlow for state management and events.</description>
    </item>
    <item>
      <title>Coroutines Deep Dive - Part 2: Scope, Context, and Cancellation</title>
      <link>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part2/</link>
      <pubDate>Fri, 19 Sep 2025 10:00:00 +0200</pubDate>
      <guid>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part2/</guid>
      <description>Explore the backbone of coroutines: CoroutineScope for structured concurrency, Dispatchers for thread management, and cancellation and error handling.</description>
    </item>
    <item>
      <title>Coroutines Deep Dive - Part 1: The Fundamentals</title>
      <link>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part1/</link>
      <pubDate>Tue, 09 Sep 2025 10:00:00 +0200</pubDate>
      <guid>https://vjukic.com/posts/coroutines/coroutines-deep-dive-part1/</guid>
      <description>We will tackle the core problem of blocking UI and introduce the  builders: &amp;#39;launch&amp;#39; and &amp;#39;async/await&amp;#39;.</description>
    </item>
  </channel>
</rss>
