<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://nextjs-blog-template.pages.dev</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>테스트</title>
          <link>https://nextjs-blog-template.pages.dev/blog/first-post</link>
          <description>asasdgawrbabbabab</description>
          <pubDate>Sat, 19 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>첫번째ㅔMaximizing the Benefits of BFF Pattern in API Design</title>
          <link>https://nextjs-blog-template.pages.dev/blog/api-design-in-bff</link>
          <description>Exploring the shift from domain-centric to data-centric API endpoints after introducing BFF. This article introduces BFF and DDD concepts, then proposes API endpoint design strategies in the context of the BFF pattern.</description>
          <pubDate>Sun, 22 Oct 2023 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>