<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>http://localhost:3000</link>
        <description>This is my blog RSS feed</description>
        <item>
          <title>Just living your life.</title>
          <link>http://localhost:3000/blog/living-your-life</link>
          <description>Why living your life like it belong to other people? Why you need other people to make meaning for your life</description>
          <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The Power of Static Typing in Programming my love</title>
          <link>http://localhost:3000/blog/static-typing</link>
          <description>In the ever-evolving landscape of software development, the debate between dynamic and static typing continues to be a hot topic.</description>
          <pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>