<?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>ORM, 왜 등장했을까?</title>
          <link>https://nextjs-blog-template.pages.dev/blog/orm-introduction</link>
          <description>ORM이 등장한 배경에 대해 알아봅시다.</description>
          <pubDate>Fri, 20 Jun 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>한글테스트입니다.</title>
          <link>https://nextjs-blog-template.pages.dev/blog/hangul-test-post</link>
          <description>한글 테스트를 위한 목적</description>
          <pubDate>Fri, 11 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>여러토글을 확인합니다.</title>
          <link>https://nextjs-blog-template.pages.dev/blog/toggle-test</link>
          <description>여러토글을 확인합니다.</description>
          <pubDate>Fri, 11 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Naver Search Bar UX: Analysis and Implementation Guide</title>
          <link>https://nextjs-blog-template.pages.dev/blog/naver-search-bar-ux</link>
          <description>Explore the UX analysis of Naver's search bar and strategies for replicating its features. The post examines the UX triggers, selection of search results, and the refreshing of result lists. It also compares coding approaches for implementing search bar functionalities, aiming for a concise and effective execution.</description>
          <pubDate>Mon, 23 Oct 2023 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>