<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://serenity-two.vercel.app</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Languages features: Trying to mimic behaviour of other languages</title>
          <link>https://serenity-two.vercel.app/blog/language-features</link>
          <description>Exploring the pitfalls and benefits of trying to mimic the behavior of other programming languages in Python.</description>
          <pubDate>Wed, 12 Jun 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>