<?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>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>