<?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 portfolio RSS feed</description>
        <item>
          <title>빌드 전에 version.json 만든다고요? npm version 한 줄이면 돼요</title>
          <link>http://localhost:3000/blog/npm-version</link>
          <description>npm version 으로 블로그 버전 관리하기</description>
          <pubDate>Wed, 02 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>아직도 블로그 버전을 하드코딩하니?</title>
          <link>http://localhost:3000/blog/blog-version</link>
          <description>블로그 버전 관리하기</description>
          <pubDate>Tue, 01 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>SSR 로 블로그 배포하다 마주친 의문의 500 에러 - runtime edge 만날 썰 푼다</title>
          <link>http://localhost:3000/blog/runtime-edge</link>
          <description>Edge 런타임 환경이 SSR 을 지원하지 않아 발생하는 문제 및 해결</description>
          <pubDate>Mon, 24 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>command 및 commandfor</title>
          <link>http://localhost:3000/blog/command-commandfor</link>
          <description>command 및 commandfor 소개 및 정리</description>
          <pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>SEO - Open Graph 적용하기</title>
          <link>http://localhost:3000/blog/seo-open-graph</link>
          <description>SEO - Open Graph 적용하기</description>
          <pubDate>Wed, 12 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>NotionPresso 단점 발견</title>
          <link>http://localhost:3000/blog/notionpresso-cons</link>
          <description>NotionPresso 단점 발견</description>
          <pubDate>Wed, 12 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>첫번째 블로그 포스팅</title>
          <link>http://localhost:3000/blog/first-blog-post</link>
          <description>Go 를 시작하며</description>
          <pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Naver Search Bar UX: Analysis and Implementation Guide</title>
          <link>http://localhost:3000/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>http://localhost:3000/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>