
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Modern Web Dev Insights</title>
      <link>https://mehditareghi.vercel.app/blog</link>
      <description>Insights and tutorials on modern web development</description>
      <language>en-us</language>
      <managingEditor>mehditareghi@gmail.com (Mehdi Tareghi)</managingEditor>
      <webMaster>mehditareghi@gmail.com (Mehdi Tareghi)</webMaster>
      <lastBuildDate>Mon, 04 Nov 2024 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://mehditareghi.vercel.app/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://mehditareghi.vercel.app/blog/javascript-essentials-for-react</guid>
    <title>JavaScript Essentials for Learning React: What You Need to Know</title>
    <link>https://mehditareghi.vercel.app/blog/javascript-essentials-for-react</link>
    <description>Equip yourself with essential JavaScript knowledge needed to start learning React. This guide covers variables, functions, objects, ES6 features, asynchronous programming, closures, and more to build a strong foundation for React development.</description>
    <pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate>
    <author>mehditareghi@gmail.com (Mehdi Tareghi)</author>
    <category>javascript</category><category>react</category><category>fundamentals</category>
  </item>

  <item>
    <guid>https://mehditareghi.vercel.app/blog/call-stack-javascript</guid>
    <title>Understanding the Call Stack in JavaScript: A Comprehensive Guide</title>
    <link>https://mehditareghi.vercel.app/blog/call-stack-javascript</link>
    <description>Explore the call stack in JavaScript with this comprehensive guide. Learn how it manages function execution, handles asynchronous operations, and discover best practices to optimize your code.</description>
    <pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate>
    <author>mehditareghi@gmail.com (Mehdi Tareghi)</author>
    <category>javascript</category><category>callstack</category><category>asynchronous</category>
  </item>

  <item>
    <guid>https://mehditareghi.vercel.app/blog/closures-javascript</guid>
    <title>Mastering Closures in JavaScript: A Comprehensive Guide</title>
    <link>https://mehditareghi.vercel.app/blog/closures-javascript</link>
    <description>Understand JavaScript closures with this comprehensive guide. Learn how closures work, explore practical examples, discover common use cases, and apply best practices to write efficient and maintainable code.</description>
    <pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate>
    <author>mehditareghi@gmail.com (Mehdi Tareghi)</author>
    <category>javascript</category><category>closure</category><category>scope</category>
  </item>

  <item>
    <guid>https://mehditareghi.vercel.app/blog/copying-objects-javascript</guid>
    <title>Ultimate Guide to Copying Objects in JavaScript: Methods, Pros &amp; Cons, and Best Practices</title>
    <link>https://mehditareghi.vercel.app/blog/copying-objects-javascript</link>
    <description>Explore methods to copy objects in JavaScript, including Object.assign(), spread syntax, JSON techniques, structuredClone(), and Lodash. Understand shallow and deep copies and their applications.</description>
    <pubDate>Mon, 28 Oct 2024 00:00:00 GMT</pubDate>
    <author>mehditareghi@gmail.com (Mehdi Tareghi)</author>
    <category>javascript</category><category>object</category>
  </item>

    </channel>
  </rss>
