<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Concurrency on Dev &amp; Platform Engineering Hub</title><link>https://rhidayat.work/topics/concurrency/</link><description>Recent content in Concurrency on Dev &amp; Platform Engineering Hub</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Rachmat Hidayat</copyright><lastBuildDate>Sun, 09 Aug 2026 15:40:00 +0000</lastBuildDate><atom:link href="https://rhidayat.work/topics/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>TS Ep 67: Concurrency and Fibers</title><link>https://rhidayat.work/series/typescript/functional-effect/12-concurrency-and-fibers/</link><pubDate>Sun, 09 Aug 2026 15:40:00 +0000</pubDate><guid>https://rhidayat.work/series/typescript/functional-effect/12-concurrency-and-fibers/</guid><description>Learn how Effect-TS implements Fibers (green threads) to allow millions of concurrent operations. Master &lt;code&gt;Effect.all&lt;/code&gt;, concurrency limits, and safe interruption of background tasks.</description></item><item><title>Go Ep 11: Advanced Concurrency &amp; Worker Pools</title><link>https://rhidayat.work/series/go/11-advanced-concurrency-patterns/</link><pubDate>Sun, 09 Aug 2026 09:40:00 +0000</pubDate><guid>https://rhidayat.work/series/go/11-advanced-concurrency-patterns/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 Channel communication handles message passing, but shared memory synchronization requires standard primitives like &lt;code&gt;sync.Mutex&lt;/code&gt; and &lt;code&gt;sync.WaitGroup&lt;/code&gt;. Learn how to build thread-safe concurrent systems.
&lt;/div&gt;</description></item><item><title>Go Ep 10: Goroutines &amp; Channel Basics</title><link>https://rhidayat.work/series/go/10-goroutines-and-channels-basics/</link><pubDate>Sun, 09 Aug 2026 09:30:00 +0000</pubDate><guid>https://rhidayat.work/series/go/10-goroutines-and-channels-basics/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 Do not communicate by sharing memory; instead, share memory by communicating. Goroutines and Channels form the core primitives of Go&amp;rsquo;s concurrency model.
&lt;/div&gt;</description></item></channel></rss>