<?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>Mastering TypeScript: Advanced Tips for JavaScript Developers</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/typescript</link>
          <description>Take your TypeScript skills to the next level with these advanced patterns and techniques that will make your code more robust and maintainable.</description>
          <pubDate>Tue, 09 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding JavaScript Closures: The Magic Behind the Curtain</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/closures</link>
          <description>Demystifying JavaScript closures with practical examples and real-world applications that will level up your code.</description>
          <pubDate>Mon, 08 Apr 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Optimizing React Performance: 5 Practical Techniques</title>
          <link>https://portfolio-blog-starter.vercel.app/blog/optimize-react</link>
          <description>Learn how to significantly improve your React application performance with these battle-tested optimization techniques.</description>
          <pubDate>Sun, 07 Apr 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>