<?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>DOM</title>
          <link>https://nextjs-blog-template.pages.dev/blog/first-post</link>
          <description>블로그를 시작하며, Notion과 Github를 연동하고 NextJS와 React Library를 이용해 만드는 블로그/포트폴리오</description>
          <pubDate>Tue, 05 Nov 2024 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>
    </channel>
  </rss>