<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://portfolio-blog-starter.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>The Complete Guide to HTML Script Tags: Part 2 — Script Positioning</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/html-script-tags-guide-part-2</link>
          <description>Script positioning in HTML is not just about organization — it\'s a critical performance factor. Use techniques like defer, DOMContentLoaded, ES6 type="module", and dynamic injection to optimize loading and keep your UI fast.</description>
          <pubDate>Sat, 03 May 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Complete Guide to HTML Script Tags: Part 1</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/html-script-tags-guide</link>
          <description>The script tag is deceptively simple but can cause serious issues if used incorrectly. This guide covers what it is, how its attributes work (async, defer, module, etc.), and how to avoid common pitfalls like execution order bugs and cross-origin errors.</description>
          <pubDate>Sat, 03 May 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Common Pitfalls When Using HTML Script Tags (And How to Fix Them)</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/html-script-tags-pitfalls</link>
          <description>Incorrect use of script tags can cause broken functionality, performance issues, and hard-to-debug errors. This guide covers the top 5 pitfalls and shows how to fix each one with practical solutions.</description>
          <pubDate>Sat, 03 May 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>