<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://kylekwon.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>Build Product - What is skevv?</title>
          <link>https://kylekwon.com/blog/what-is-skevv</link>
          <description>About skevv, a lightweight PDF Editor</description>
          <pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Why did I migrate existing Wordpress + PHP platform to Next.js Web app?</title>
          <link>https://kylekwon.com/blog/migrate-wordpress-to-nextjs</link>
          <description>Share my journey of migrating from Wordpress + Php to Next.js + Supabase</description>
          <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Log - 2025</title>
          <link>https://kylekwon.com/blog/retrospect-2025</link>
          <description>2025년 1월부터 12월까지 한 경험 정리, 그리고 개인적인 생각들을 정리하였습니다.</description>
          <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Is useMutation hook necessary to update the server state on the UI??</title>
          <link>https://kylekwon.com/blog/useMutation-is-in-need</link>
          <description>Consider useMutation is in need on updating Server State on UI</description>
          <pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Design User Authentication Flow on Next.js 14 App Router with Firebase Auth</title>
          <link>https://kylekwon.com/blog/nextjs-authentication-flow-with-firebase</link>
          <description>This is about how I designed the flow of Authentication on Next.js App router with Firebase Auth</description>
          <pubDate>Tue, 01 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>First Step of Database, Tables and CRUD with MySQL</title>
          <link>https://kylekwon.com/blog/mysql-setting</link>
          <description>Initialize MySQL Setting with Mac and CRUD</description>
          <pubDate>Wed, 14 Aug 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Node.js Module System</title>
          <link>https://kylekwon.com/blog/javascript-module</link>
          <description>CommonJS and ECMAScript</description>
          <pubDate>Tue, 13 Aug 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>FineApple Project Retrospect</title>
          <link>https://kylekwon.com/blog/fineapple-project</link>
          <description>이 글은 진행하였던 FineApple 프로젝트를 진행하면서 겪은 문제와 생각, 그리고 경험들을 인터뷰식으로 정리한 글입니다.</description>
          <pubDate>Sat, 30 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Effective TypeScript 3</title>
          <link>https://kylekwon.com/blog/effective-typescript-3</link>
          <description>This is a written summary based on my understanding after reading "Effective TypeScript.</description>
          <pubDate>Sat, 02 Sep 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Log - 2023.01 ~ 08</title>
          <link>https://kylekwon.com/blog/retrospect-2023</link>
          <description>2023년 1월부터 8월까지 개발하면서 느낀 점이나 경험, 그리고 개인적인 생각들을 정리하였습니다.</description>
          <pubDate>Mon, 28 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Web Browser Rendering Process with Performance Optimization</title>
          <link>https://kylekwon.com/blog/web-browser-rendering-process</link>
          <description>브라우저의 렌더링 과정에 대한 정리입니다.</description>
          <pubDate>Sat, 26 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>My Initial Setup Routine With MAC After Reset</title>
          <link>https://kylekwon.com/blog/initial-setup-routine</link>
          <description>M1 맥 초기화 이후 초기 세팅 정리</description>
          <pubDate>Sat, 19 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>SetUp Without CRA or Bundle Tools</title>
          <link>https://kylekwon.com/blog/without-bundler</link>
          <description>Set up React Development Environment without using bundlers like Vite, Rollup, and CRA</description>
          <pubDate>Fri, 11 Aug 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Execution Context of JavaScript</title>
          <link>https://kylekwon.com/blog/execution-context</link>
          <description>이 글은 자바스크립트의 식별자, 스코프 그리고 코드의 실행 순서를 관리하는 실행 컨텍스트와 관련된 글입니다.</description>
          <pubDate>Fri, 14 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Effective TypeScript 2</title>
          <link>https://kylekwon.com/blog/effective-typescript-2</link>
          <description>This is a written summary based on my understanding after reading "Effective TypeScript.</description>
          <pubDate>Sat, 08 Jul 2023 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Effective TypeScript 1</title>
          <link>https://kylekwon.com/blog/effective-typescript-1</link>
          <description>This is a written summary based on my understanding after reading "Effective TypeScript"</description>
          <pubDate>Tue, 27 Jun 2023 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>