<?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: Vault Developer</title>
    <description>The latest articles on DEV Community by Vault Developer (@vaultdeveloper).</description>
    <link>https://dev.to/vaultdeveloper</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%2F1085541%2F2eb4a22c-c98d-409b-bc42-859cfff6d7e9.jpeg</url>
      <title>DEV Community: Vault Developer</title>
      <link>https://dev.to/vaultdeveloper</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vaultdeveloper"/>
    <language>en</language>
    <item>
      <title>Event loop visualiser for lerners</title>
      <dc:creator>Vault Developer</dc:creator>
      <pubDate>Sun, 27 Oct 2024 08:23:25 +0000</pubDate>
      <link>https://dev.to/vaultdeveloper/event-loop-visualiser-for-lerners-ee8</link>
      <guid>https://dev.to/vaultdeveloper/event-loop-visualiser-for-lerners-ee8</guid>
      <description>&lt;p&gt;Hey dev.to!&lt;/p&gt;

&lt;p&gt;My name is Albert, I am a software engineer. &lt;br&gt;
Sometimes I help junior developers on their professional growth journey.&lt;/p&gt;

&lt;p&gt;While the event loop concept might be challenging for learners and beginners, it’s one of the fundamentals in the frontend.&lt;/p&gt;

&lt;p&gt;This topic was explained in several conferences and even there were some interactive playgrounds (Andrew Dillon’s simulator mostly inspired me).&lt;/p&gt;

&lt;p&gt;However, my idea was to add more dynamics and cover all important sections: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;web api;&lt;/li&gt;
&lt;li&gt;request animation frame;&lt;/li&gt;
&lt;li&gt;macro tasks;&lt;/li&gt;
&lt;li&gt;micro tasks;&lt;/li&gt;
&lt;li&gt;callstack;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I decided to have fun and created a small pet project.&lt;/p&gt;

&lt;p&gt;It aims to visualize event loop steps in a browser environment.&lt;br&gt;
You can change the code in the editor or select one of the existing examples.&lt;br&gt;
I hope you could find it useful! Have fun!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vault-developer.github.io/event-loop-explorer/" rel="noopener noreferrer"&gt;https://vault-developer.github.io/event-loop-explorer/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;P.S. Given that it's just a simulation of browser behavior, it has some limitations. Feel free to check details in readme on github!&lt;/p&gt;

&lt;p&gt;Project is published under MIT license, any contribution is warmly welcome.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>frontend</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
