<?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: shameem-dev</title>
    <description>The latest articles on DEV Community by shameem-dev (@shameemdev).</description>
    <link>https://dev.to/shameemdev</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1207118%2Feae9f047-90f4-45db-91c4-b55935e161db.png</url>
      <title>DEV Community: shameem-dev</title>
      <link>https://dev.to/shameemdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shameemdev"/>
    <language>en</language>
    <item>
      <title>Alert vs confirm in javascript</title>
      <dc:creator>shameem-dev</dc:creator>
      <pubDate>Wed, 17 Jan 2024 09:57:48 +0000</pubDate>
      <link>https://dev.to/shameemdev/alert-vs-confirm-in-javascript-16pp</link>
      <guid>https://dev.to/shameemdev/alert-vs-confirm-in-javascript-16pp</guid>
      <description>&lt;p&gt;In JavaScript, an alert box is used to display information to the user, while a confirmation box is used to &lt;strong&gt;verify or accept something.&lt;br&gt;
**&lt;br&gt;
the confirmation box provides the user with the option **to confirm or cancel an action.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>website</category>
      <category>tutorial</category>
      <category>tip</category>
    </item>
    <item>
      <title>My Typing</title>
      <dc:creator>shameem-dev</dc:creator>
      <pubDate>Sun, 31 Dec 2023 03:40:03 +0000</pubDate>
      <link>https://dev.to/shameemdev/my-typing-368n</link>
      <guid>https://dev.to/shameemdev/my-typing-368n</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--R55Y7vFL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zzz9jnnicbhihzxfhstd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--R55Y7vFL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zzz9jnnicbhihzxfhstd.png" alt="Image description" width="800" height="331"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>synchronization and asynchronization in javascript</title>
      <dc:creator>shameem-dev</dc:creator>
      <pubDate>Thu, 28 Dec 2023 16:25:30 +0000</pubDate>
      <link>https://dev.to/shameemdev/synchronization-and-asynchronization-in-javascript-27j4</link>
      <guid>https://dev.to/shameemdev/synchronization-and-asynchronization-in-javascript-27j4</guid>
      <description>&lt;p&gt;In JavaScript, synchronization and asynchronization refer to the ways in which code execution is managed in relation to asynchronous operations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Synchronization:
&lt;/h3&gt;

&lt;p&gt;Synchronization refers to the coordination of multiple tasks or threads to ensure they execute in a specific order or at specific points in time. In the context of JavaScript, which is primarily a single-threaded language, synchronization is less common. However, it becomes relevant in scenarios like:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Blocking Code Execution:&lt;/strong&gt;
In a synchronous operation, the code is executed in a blocking manner. Each operation completes before moving on to the next one.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Asynchronization:
&lt;/h3&gt;

&lt;p&gt;Asynchronization is a key concept in JavaScript, especially when dealing with operations that might take some time to complete, such as fetching data from an API, reading a file, or handling user input.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Callbacks:&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Promises:&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Async/Await:&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In summary, synchronization and asynchronization in JavaScript involve managing the flow of code execution, either in a blocking or non-blocking manner, depending on the nature of the operations being performed. Asynchronous patterns are commonly used in modern JavaScript to handle tasks that might take time to complete without blocking the main thread.``&lt;/p&gt;

</description>
    </item>
    <item>
      <title>My simple pratice project</title>
      <dc:creator>shameem-dev</dc:creator>
      <pubDate>Mon, 04 Dec 2023 12:10:53 +0000</pubDate>
      <link>https://dev.to/shameemdev/my-simple-pratice-project-1e88</link>
      <guid>https://dev.to/shameemdev/my-simple-pratice-project-1e88</guid>
      <description>&lt;p&gt;I am working on JS simple projects&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bavHmO7i--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e8lj4yf02wz48f39nt5q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bavHmO7i--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e8lj4yf02wz48f39nt5q.png" alt="Image description" width="800" height="604"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tuSnGvJc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lh1ancbecw9ql7gqp3go.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tuSnGvJc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lh1ancbecw9ql7gqp3go.png" alt="Image description" width="800" height="1068"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>100 days of CSS - Day 1</title>
      <dc:creator>shameem-dev</dc:creator>
      <pubDate>Wed, 22 Nov 2023 16:06:48 +0000</pubDate>
      <link>https://dev.to/shameemdev/100-days-of-css-day-1-3ko5</link>
      <guid>https://dev.to/shameemdev/100-days-of-css-day-1-3ko5</guid>
      <description>&lt;p&gt;Check out this Pen I made!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/shameem-dev/embed/NWoMRbX?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>css</category>
      <category>fullstack</category>
      <category>website</category>
    </item>
  </channel>
</rss>
