<?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>Async-Await on Paul Coding</title>
    <link>https://blog.paulcoding.com/tags/async-await/</link>
    <description>Recent content in Async-Await on Paul Coding</description>
    <generator>Hugo -- 0.147.0</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 24 Jun 2026 10:47:56 +0700</lastBuildDate>
    <atom:link href="https://blog.paulcoding.com/tags/async-await/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Why Array.forEach() Doesn&#39;t Work with async/await (And What to Use Instead)</title>
      <link>https://blog.paulcoding.com/posts/foreach-not-work-with-async-await/</link>
      <pubDate>Wed, 24 Jun 2026 10:37:48 +0700</pubDate>
      <guid>https://blog.paulcoding.com/posts/foreach-not-work-with-async-await/</guid>
      <description>forEach() doesn&amp;rsquo;t wait for async callbacks because it doesn&amp;rsquo;t handle Promises. Use for&amp;hellip;of for sequential execution or Promise.all() for parallel async operations.</description>
    </item>
  </channel>
</rss>
