<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Leo&apos;s dev blog – stories, insights, and ideas — #sequential</title><description>Leo&apos;s dev blog – stories, insights, and ideas sequential tagged content</description><link>https://www.leohuynh.dev</link><language>en-us</language><item><title>Does JavaScript Promise.all() run in parallel or sequential?</title><link>https://www.leohuynh.dev/log/does-promise-all-run-in-parallel-or-sequential</link><guid isPermaLink="true">https://www.leohuynh.dev/log/does-promise-all-run-in-parallel-or-sequential</guid><description>JavaScript is a single-threaded programming language, so it can&apos;t run multiple things at the same time, Promise.all() actually runs promises concurrently, not in parallel!. Let&apos;s dive in to see how it works.</description><pubDate>Mon, 04 Sep 2023 00:00:00 GMT</pubDate><category>javascript</category><category>promise</category><category>parallel</category><category>sequential</category><category>concurrently</category></item></channel></rss>