<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Rooam Lee&apos;s Blog</title>
    <description>Python Developer | Automation, Backend &amp; Data Engineering
</description>
    <link>https://leewr9.github.io/</link>
    <atom:link href="https://leewr9.github.io/feed.xml" rel="self" type="application/rss+xml" />
    <pubDate>Sun, 29 Mar 2026 00:09:44 +0000</pubDate>
    <lastBuildDate>Sun, 29 Mar 2026 00:09:44 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    <language>ko-KR</language>
    <webMaster>leewr9@naver.com (leewr9)</webMaster>
    <managingEditor>leewr9@naver.com (leewr9)</managingEditor>
    
    
      
      <item>
        <title>Wrapping Up 2025</title>
        <description>
          
            
  2025년 한 해를 돌아보며, 개인적인 성장과 기술적 발전에 대한 생각을 나눕니다. 새로운 도전과 배움의 여정을 정리하고, 다가오는 2026년을 준비하는 마음가짐을 공유합니다.



          
        </description>
        <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/insight/Wrapping-Up-2025/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/insight/Wrapping-Up-2025/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Insight</category>
        
        
        
        <category>Insight</category>
        
      </item>
      
    
      
      <item>
        <title>Authentication Methods</title>
        <description>
          
            
  Django REST Framework (DRF)에서 인증은 “누가 요청했는가?”를 확인하는 과정이고, 인가는 “이 사용자가 이 작업을 할 수 있는가?”를 결정하는 과정입니다. 다양한 인증 방식을 이해하고, 서비스 요구사항에 맞는 적절한 방법을 선택하는 것이 중요합니다.



          
        </description>
        <pubDate>Sun, 21 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/django/Authentication-Methods/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/django/Authentication-Methods/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Authentication</category>
        
        <category>REST Framework</category>
        
        <category>Python</category>
        
        <category>Django</category>
        
        
        
        <category>Django</category>
        
      </item>
      
    
      
      <item>
        <title>Request Session</title>
        <description>
          
            
  웹 크롤링 시 단순한 HTTP 요청부터 로그인, 쿠키 관리 등 상태 유지를 필요로 하는 작업까지 다양합니다. Python의 requests 라이브러리는 간단한 요청부터 세션 관리를 통한 복잡한 크롤링 작업까지 폭넓게 지원합니다.



          
        </description>
        <pubDate>Sun, 14 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/crawling/Request-Session/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/crawling/Request-Session/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>requests</category>
        
        <category>Python</category>
        
        <category>Crawling</category>
        
        
        
        <category>Crawling</category>
        
      </item>
      
    
      
      <item>
        <title>Automation Markets</title>
        <description>
          
            
  GitHub Actions에서는 자동화 마켓플레이스를 통해 다양한 커뮤니티 제작 액션과 워크플로우 템플릿을 쉽게 찾아 설치할 수 있습니다. 이를 활용하면 복잡한 CI/CD 파이프라인 구축과 워크플로우 자동화를 간편하게 구현할 수 있습니다.



          
        </description>
        <pubDate>Sun, 07 Dec 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/github/Automation-Markets/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/github/Automation-Markets/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Marketplace</category>
        
        <category>GitHub Actions</category>
        
        <category>GitHub</category>
        
        
        
        <category>GitHub</category>
        
      </item>
      
    
      
      <item>
        <title>Automation Actions</title>
        <description>
          
            
  GitHub에서는 코드 변경, 풀 리퀘스트, 이슈 생성 등 다양한 이벤트에 반응하여 자동으로 작업을 수행할 수 있는 GitHub Actions 기능을 제공합니다. 이를 통해 CI/CD 파이프라인 구축, 코드 빌드/테스트/배포 자동화, 워크플로우 관리 등을 손쉽게 구현할 수 있습니다.



          
        </description>
        <pubDate>Sun, 30 Nov 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/github/Automation-Actions/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/github/Automation-Actions/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>GitHub Actions</category>
        
        <category>GitHub</category>
        
        
        
        <category>GitHub</category>
        
      </item>
      
    
      
      <item>
        <title>Certificate Setup</title>
        <description>
          
            
  Nginx는 HTTP와 HTTPS 프로토콜을 모두 지원하는 서버입니다. 안전한 통신을 위해 HTTPS 설정 시 SSL 인증서를 적용해야 하며, 이를 통해 데이터 암호화와 무결성을 보장할 수 있습니다. 인증서는 발급, 설정, 갱신 등의 과정을 올바르게 관리하는 것이 중요합니다.



          
        </description>
        <pubDate>Sun, 23 Nov 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/nginx/Certificate-Setup/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/nginx/Certificate-Setup/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Certbot</category>
        
        <category>Let&apos;s Encrypt</category>
        
        <category>HTTPS</category>
        
        <category>HTTP</category>
        
        <category>Nginx</category>
        
        
        
        <category>Nginx</category>
        
      </item>
      
    
      
      <item>
        <title>Structure Configuration</title>
        <description>
          
            
  Nginx는 고성능 웹 서버이자 리버스 프록시, 로드 밸런서, 캐시 서버로 널리 사용되는 오픈소스 소프트웨어입니다. 다양한 프로토콜 지원과 비동기 이벤트 기반 아키텍처 덕분에 높은 동시성 처리 능력을 자랑하며, 정적 파일 서비스, API 게이트웨이, 로드 밸런싱 등 다양한 용도로 활용됩니다.



          
        </description>
        <pubDate>Sun, 16 Nov 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/nginx/Structure-Configuration/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/nginx/Structure-Configuration/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Nginx</category>
        
        
        
        <category>Nginx</category>
        
      </item>
      
    
      
      <item>
        <title>Chain Component</title>
        <description>
          
            
  LangChain의 핵심 컴포넌트 중 하나인 체인은 여러 LLM 호출, 프롬프트, 도구 사용 등을 순차적으로 연결해 하나의 파이프라인처럼 처리하는 구조입니다. 복잡한 워크플로우를 간단하게 구성할 수 있어, 다양한 AI 애플리케이션 개발에 필수적인 요소입니다.



          
        </description>
        <pubDate>Sun, 09 Nov 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/langchain/Chain-Component/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/langchain/Chain-Component/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Chain</category>
        
        <category>LangChain</category>
        
        
        
        <category>LangChain</category>
        
      </item>
      
    
      
      <item>
        <title>Agent Architecture</title>
        <description>
          
            
  LangChain은 대형 언어 모델 기반 애플리케이션을 쉽고 유연하게 개발할 수 있도록 다양한 컴포넌트와 아키텍처 패턴을 제공하는 오픈소스 프레임워크입니다. LLM을 활용한 챗봇, AI 에이전트, 문서 검색, 자동화 등 다양한 AI 서비스 개발을 위한 핵심 컴포넌트와 아키텍처를 제공합니다.



          
        </description>
        <pubDate>Sun, 02 Nov 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/langchain/Agent-Architecture/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/langchain/Agent-Architecture/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Retriever</category>
        
        <category>Memory</category>
        
        <category>Tool</category>
        
        <category>Chain</category>
        
        <category>LangChain</category>
        
        
        
        <category>LangChain</category>
        
      </item>
      
    
      
      <item>
        <title>RESTful API</title>
        <description>
          
            
  RESTful API는 웹 서비스 설계의 표준으로, 일관성 있고 확장성 높은 시스템을 구축할 수 있게 해주는 아키텍처 스타일입니다. HTTP 메서드와 URI를 활용해 자원을 명확히 표현하고, 상태 비저장성과 캐싱을 통해 효율적인 통신을 지원합니다.



          
        </description>
        <pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/architecture/RESTful-API/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/architecture/RESTful-API/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>RESTful API</category>
        
        <category>Architecture</category>
        
        
        
        <category>Architecture</category>
        
      </item>
      
    
      
      <item>
        <title>Bootstrap Stylesheet</title>
        <description>
          
            
  스타일시트는 웹 페이지의 시각적 표현을 정의하는 중요한 요소입니다. Bootstrap과 SCSS는 효율적이고 일관된 스타일링을 가능하게 하여, 개발 생산성을 높이고 유지보수를 용이하게 합니다. 변수, 믹스인, 함수 등 SCSS의 강력한 기능을 활용하면, 일관성 있는 디자인과 생산성 높은 프론트엔드 개발이 가능합니다.



          
        </description>
        <pubDate>Sun, 19 Oct 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/frontend/Bootstrap-Stylesheet/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/frontend/Bootstrap-Stylesheet/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Bootstrap</category>
        
        <category>SCSS</category>
        
        <category>Sass</category>
        
        <category>Frontend</category>
        
        
        
        <category>Frontend</category>
        
      </item>
      
    
      
      <item>
        <title>Bootstrap Framework</title>
        <description>
          
            
  Bootstrap은 빠른 UI 개발, 반응형 웹 지원, 다양한 컴포넌트와 유틸리티 클래스를 제공하여 별도의 디자인 없이도 일관된 프론트엔드 화면을 쉽게 만들 수 있는 프레임워크입니다. 생산성과 일관성을 높여주며, 방대한 커뮤니티와 다양한 테마·플러그인으로 확장성도 뛰어납니다.



          
        </description>
        <pubDate>Sun, 12 Oct 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/frontend/Bootstrap-Framework/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/frontend/Bootstrap-Framework/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Bootstrap</category>
        
        <category>Frontend</category>
        
        
        
        <category>Frontend</category>
        
      </item>
      
    
      
      <item>
        <title>Multi Tenant</title>
        <description>
          
            
  멀티테넌트는 하나의 소프트웨어 인스턴스가 여러 고객에게 서비스를 제공하면서, 각 테넌트의 데이터와 설정을 논리적으로 격리하는 아키텍처 패턴입니다. SaaS(Software as a Service) 환경에서 핵심적으로 사용되며, 비용 효율성과 확장성을 동시에 달성할 수 있습니다.



          
        </description>
        <pubDate>Sun, 05 Oct 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/architecture/Multi-Tenant/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/architecture/Multi-Tenant/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>SaaS</category>
        
        <category>Multitenancy</category>
        
        <category>Architecture</category>
        
        
        
        <category>Architecture</category>
        
      </item>
      
    
      
      <item>
        <title>Event Handling</title>
        <description>
          
            
  Django는 특정 이벤트가 발생했을 때 자동으로 실행되는 콜백 함수를 정의할 수 있는 강력한 기능을 제공합니다. 이를 통해 Observer 패턴을 구현하고, 애플리케이션의 다양한 부분에서 발생하는 이벤트에 유연하게 반응할 수 있습니다.



          
        </description>
        <pubDate>Sun, 28 Sep 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/django/Event-Handling/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/django/Event-Handling/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Signal</category>
        
        <category>Python</category>
        
        <category>Django</category>
        
        
        
        <category>Django</category>
        
      </item>
      
    
      
      <item>
        <title>Model Relationship</title>
        <description>
          
            
  Django에서 모델 간의 관계를 정의하는 것은 데이터베이스 설계의 핵심입니다. Django에서는 다양한 필드를 제공하여 모델 간의 관계를 쉽게 설정할 수 있도록 합니다. 이러한 관계를 이해하고 적절히 활용하는 것은 효율적인 데이터 관리를 위해 매우 중요합니다.



          
        </description>
        <pubDate>Sun, 21 Sep 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/django/Model-Relationship/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/django/Model-Relationship/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>ManyToManyField</category>
        
        <category>OneToOneField</category>
        
        <category>ForeignKey</category>
        
        <category>Python</category>
        
        <category>Django</category>
        
        
        
        <category>Django</category>
        
      </item>
      
    
      
      <item>
        <title>Recursion Function</title>
        <description>
          
            
  재귀 함수는 함수가 자기 자신을 호출하는 프로그래밍 기법입니다. 복잡한 문제를 작은 문제로 나누어 해결할 수 있도록 해주며, 특히 반복적 접근보다 직관적으로 문제를 표현할 수 있는 장점이 있습니다.



          
        </description>
        <pubDate>Sun, 14 Sep 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/algorithm/Recursion-Function/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/algorithm/Recursion-Function/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Python</category>
        
        <category>Recursion</category>
        
        <category>Algorithm</category>
        
        
        
        <category>Algorithm</category>
        
      </item>
      
    
      
      <item>
        <title>Style Pattern</title>
        <description>
          
            
  소프트웨어 개발에서 아키텍처 스타일과 패턴은 시스템 구조를 설계하고 구현하는 데 반복적으로 사용되는 방법입니다. 아키텍처 스타일은 소프트웨어 전체 구조의 기본 틀과 원리를 제공하며, 패턴은 특정 문제를 해결하기 위한 구체적 구현 방법을 제시합니다.



          
        </description>
        <pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/architecture/Style-Pattern/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/architecture/Style-Pattern/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>MVC</category>
        
        <category>MVVM</category>
        
        <category>MVP</category>
        
        <category>MVI</category>
        
        <category>Architecture</category>
        
        
        
        <category>Architecture</category>
        
      </item>
      
    
      
      <item>
        <title>Relational System</title>
        <description>
          
            
  관계형 데이터베이스는 데이터를 행과 열로 구성된 테이블에 저장하고 SQL로 정의 및 조작하는 시스템으로, 데이터 무결성과 일관성을 보장하며 복잡한 트랜잭션과 쿼리를 안정적으로 처리할 수 있습니다. 효율적인 검색과 데이터 관리가 가능해 웹 서비스, 엔터프라이즈 시스템 등 다양한 분야에서 활용됩니다.



          
        </description>
        <pubDate>Sun, 31 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/database/Relational-System/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/database/Relational-System/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>MySQL</category>
        
        <category>MariaDB</category>
        
        <category>SQLite</category>
        
        <category>PostgreSQL</category>
        
        <category>Oracle</category>
        
        <category>RDBMS</category>
        
        <category>Database</category>
        
        
        
        <category>Database</category>
        
      </item>
      
    
      
      <item>
        <title>Virtualization</title>
        <description>
          
            
  가상화는 물리적인 하드웨어 자원을 추상화하여, 하나의 물리 서버에서 여러 개의 독립적인 운영체제, 실행 환경을 동시에 실행할 수 있도록 하는 기술입니다. 이를 통해 서버 자원의 효율적인 사용, 유연한 배포, 테스트 환경 격리, 비용 절감 등을 달성할 수 있습니다.



          
        </description>
        <pubDate>Sun, 24 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/operating%20system/Virtualization/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/operating%20system/Virtualization/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>Virtualization</category>
        
        <category>OS</category>
        
        <category>Operating System</category>
        
        
        
        <category>Operating System</category>
        
      </item>
      
    
      
      <item>
        <title>Web Communication</title>
        <description>
          
            
  웹에서는 사용자와 서버 간에 다양한 정보가 실시간으로 오가며, 이 과정은 정해진 규칙과 절차에 따라 이루어집니다. 이런 규칙들은 데이터가 올바르게 전달되고, 필요한 경우 보안이 유지되도록 도우며, 안정적이고 효율적인 정보 교환은 원활한 웹 서비스 제공의 핵심 요소입니다.



          
        </description>
        <pubDate>Sun, 17 Aug 2025 00:00:00 +0000</pubDate>
        <link>https://leewr9.github.io/post/network/Web-Communication/</link>
        <guid isPermaLink="true">https://leewr9.github.io/post/network/Web-Communication/</guid>
        
        <dc:creator>Rooam Lee</dc:creator>
        
        
        
        <category>HTTPS</category>
        
        <category>HTTP</category>
        
        <category>Network</category>
        
        
        
        <category>Network</category>
        
      </item>
      
    
  </channel>
</rss>