<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Hamza Bounegab</title>
    <description>The latest articles on DEV Community by Hamza Bounegab (@hamzabounegab).</description>
    <link>https://dev.to/hamzabounegab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3276687%2F07ea51d0-1ffa-4022-92d4-438320f969a1.jpg</url>
      <title>DEV Community: Hamza Bounegab</title>
      <link>https://dev.to/hamzabounegab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hamzabounegab"/>
    <language>en</language>
    <item>
      <title>I've built a threading system in Deno, Node.JS and the browser</title>
      <dc:creator>Hamza Bounegab</dc:creator>
      <pubDate>Thu, 19 Jun 2025 11:52:27 +0000</pubDate>
      <link>https://dev.to/hamzabounegab/ive-built-a-threading-system-in-deno-nodejs-and-the-browser-1d09</link>
      <guid>https://dev.to/hamzabounegab/ive-built-a-threading-system-in-deno-nodejs-and-the-browser-1d09</guid>
      <description>&lt;p&gt;threaded.js is a cooperative threading framework for JavaScript that simulates concurrency using generator functions. It allows developers to pause, resume, sleep, and prioritize functions as if they were true threads — all while staying in JavaScript’s single-threaded event loop.&lt;/p&gt;

&lt;p&gt;It works in the browser, nodejs, deno and/or esm modular javascript&lt;br&gt;
link : &lt;a href="https://flame-opensource.github.io/threaded.js/" rel="noopener noreferrer"&gt;https://flame-opensource.github.io/threaded.js/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>deno</category>
      <category>node</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
