<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    
    <title>개발 블로그</title>
    
    
    <description>This website is a virtual proof that I&apos;m awesome</description>
    
    <link>https://jyoungho.github.io/</link>
    <atom:link href="https://jyoungho.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
    
      <item>
        <title>모순</title>
        <description>
          양귀자 - 
          p296 “삶의 어떤 교훈도 내 속에서 체험된 후가 아니면 절대 마음으로 들을 수 없다.” “뜨거운 줄 알면서도 뜨거운 불 앞으로 다가가는 이 모순, 이 모순 때문에 내 삶은 발전할 것이다. 나는 그렇게 믿는다.” “인생은 탐구하면서 살아가는 것이 아니라, 살아가면서 탐구하는 것이다. 실수는 되풀이된다. 그것이 인생이다” 줄거리 책은 이렇게 시작한다. “그래,...
        </description>
        <pubDate>Mon, 20 Jan 2025 00:00:00 +0900</pubDate>
        <link>https://jyoungho.github.io/2025-01-20-%EB%AA%A8%EC%88%9C/</link>
        <guid isPermaLink="true">https://jyoungho.github.io/2025-01-20-%EB%AA%A8%EC%88%9C/</guid>
      </item>
    
      <item>
        <title>Certified Kubernetes Administrator (CKA)</title>
        <description>
          CKA - 
          😜 Introduce 백엔드 개발자로서 더 높은 수준으로 성장하기 위해, Kubernetes의 핵심 기술을 다루는 CKA(Certified Kubernetes Administrator) 자격증 공부를 시작했습니다. 클라우드 네이티브 환경에서의 운영 경험은 필수적인 트랜드가 되었습니다. CKA 자격증 준비과정을 통하여 해당 환경에서 운영 능력을 갖추고, 안정적이고 효율적인 시스템 구축에 기여하고자 합니다. 이 글은 Kubernetes 와 함께하는 여정을 담는 첫...
        </description>
        <pubDate>Fri, 17 Jan 2025 00:00:00 +0900</pubDate>
        <link>https://jyoungho.github.io/2025-01-17-CKA-start/</link>
        <guid isPermaLink="true">https://jyoungho.github.io/2025-01-17-CKA-start/</guid>
      </item>
    
      <item>
        <title>장부서비스 postgres 사용 이유</title>
        <description>
          postgres vs mysql - 
          들어가며 장부와 관련된 많은 서비스에서 postgreSQL 를 활용하여 서비스를 구축합니다. 그 이유는 무엇인지 궁금하여 찾아보게 되었습니다. postgres 사용이유 Mysql 은 단순 CRUD, OLAP(Online Analytical Processing) 에 적합하고, Postgres 는 Mysql 에 비해 다양한 기능들을 제공하며 대규모 분석 프로세스에 접합하다고 한다. insert 에 적합 postgreSQL 은 update 에 취약한 데이터 베이스입니다....
        </description>
        <pubDate>Sun, 04 Jun 2023 00:00:00 +0900</pubDate>
        <link>https://jyoungho.github.io/2023-06-04-reason_why_postgres/</link>
        <guid isPermaLink="true">https://jyoungho.github.io/2023-06-04-reason_why_postgres/</guid>
      </item>
    
      <item>
        <title>DDD 아키텍쳐 정리</title>
        <description>
          
          DDD 들어가며 DDD 는 도메인 주도 방식(Domain Driven Design)의 설계를 의미한다. 기존에도 단순한 도메인을 중요시 여기는 문화는 많이 자리잡고 있었다. 하지만, 소스 코드 단까지 도메인을 중요시 여기고, 이를 설계까지 담아내는 것을 도메인 주로 설계 방식이라고 한다. 아키텍쳐 크게 4계층의 레이어로 아키텍쳐를 구분합니다. 프레젠테이션(Presentation): 외부의 입/출력 처리 애플리케이션(Application): 사용자 시나리오 구현...
        </description>
        <pubDate>Wed, 10 May 2023 00:00:00 +0900</pubDate>
        <link>https://jyoungho.github.io/2023-05-10-DDD/</link>
        <guid isPermaLink="true">https://jyoungho.github.io/2023-05-10-DDD/</guid>
      </item>
    
      <item>
        <title>LeftJoinAndMapMany 성능개선 - Typeorm</title>
        <description>
          take, skip distinct alias 제거하기 - 
          😀 들어가며 배치 테스크에서 보내는 API 중 일부가 점차 지연이 발생되기 시작하였습니다. 해당 이슈는 처음에는 단순한 방편(timeout 시간 증가 등)으로 해결하려고 했으나, 문제가 지속적으로 발생하였고 이를 해결하고자 typeorm 쿼리를 분석해 보았습니다. 이를 통해서 leftJoinAndMapMany 를 사용할 때 주의해야될 점 성능을 향상시키는 방법에 대하여 공유하려고 합니다. 😧 문제사항 기존 Typeorm QueryBuilder Typeorm...
        </description>
        <pubDate>Wed, 26 Apr 2023 00:00:00 +0900</pubDate>
        <link>https://jyoungho.github.io/2023-04-26-leftJoinAndMapMany-typeorm/</link>
        <guid isPermaLink="true">https://jyoungho.github.io/2023-04-26-leftJoinAndMapMany-typeorm/</guid>
      </item>
    
      <item>
        <title>Sample blog post</title>
        <description>
          Each post also has a subtitle - 
          This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc. Here is some bold text Here is a secondary...
        </description>
        <pubDate>Fri, 28 Feb 2020 00:00:00 +0900</pubDate>
        <link>https://jyoungho.github.io/2020-02-28-test-markdown/</link>
        <guid isPermaLink="true">https://jyoungho.github.io/2020-02-28-test-markdown/</guid>
      </item>
    
  </channel>
</rss>
