<?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>알레오 개발자 이야기</title>
    <link>https://developer.alleo.blog</link>
    <description>알레오 개발자 이야기의 최신 게시글입니다.</description>
    <language>ko-KR</language>
    <generator>Alleo Blog</generator>
    <ttl>60</ttl>
    <atom:link href="https://developer.alleo.blog/rss" rel="self" type="text/xml" />
    <lastBuildDate>Wed, 26 Aug 2026 07:48:39 GMT</lastBuildDate>
    <item>
      <title>데이터베이스 커넥션 풀 설계: 크기·타임아웃·고갈 점검 순서</title>
      <link>https://developer.alleo.blog/post/database-connection-pool-size-timeout-exhaustion-design</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/database-connection-pool-size-timeout-exhaustion-design</guid>
      <description>데이터베이스 커넥션 풀은 인스턴스별 설정값이 아니라 총 연결 상한과 연결 점유 시간을 함께 봐야 합니다. 풀 고갈 시 크기를 늘리기 전에 대기·쿼리·반환 경로를 점검하는 순서를 정리합니다.</description>
      <pubDate>Wed, 26 Aug 2026 07:48:39 GMT</pubDate>
      <dc:date>2026-08-26T07:48:39.702Z</dc:date>
      <dc:creator>김알레오</dc:creator>
      <category>백엔드</category>
      <category>데이터베이스 운영</category>
      <category>데이터베이스 커넥션 풀</category>
      <category>백엔드 성능</category>
      <category>커넥션 타임아웃</category>
      <category>커넥션 풀 고갈</category>
      <category>커넥션 풀 크기</category>
    </item>
    <item>
      <title>백엔드 관측 가능성 설계: 로그·메트릭·트레이스를 연결하는 기준</title>
      <link>https://developer.alleo.blog/post/backend-observability-logs-metrics-traces-design</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/backend-observability-logs-metrics-traces-design</guid>
      <description>백엔드 관측 가능성은 데이터를 많이 쌓는 일이 아니라 같은 요청을 따라 로그·메트릭·트레이스를 오갈 수 있게 설계하는 일입니다. 핵심 요청부터 연결 규칙과 조사 순서를 정리해 보세요.</description>
      <pubDate>Mon, 24 Aug 2026 06:47:16 GMT</pubDate>
      <dc:date>2026-08-24T06:47:16.378Z</dc:date>
      <dc:creator>김알레오</dc:creator>
      <category>백엔드</category>
      <category>trace ID</category>
      <category>로그</category>
      <category>메트릭</category>
      <category>백엔드 관측 가능성</category>
      <category>분산 추적</category>
      <category>장애 대응</category>
    </item>
    <item>
      <title>백엔드 인증·인가 설계: 세션·JWT와 권한 모델 선택 기준</title>
      <link>https://developer.alleo.blog/post/backend-authentication-authorization-session-jwt-permission-model-guide</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/backend-authentication-authorization-session-jwt-permission-model-guide</guid>
      <description>세션과 JWT를 로그인 상태의 폐기·갱신 요구와 클라이언트 구성에 맞춰 고르는 기준을 정리합니다. 역할, 소유자, 조직 조건을 서버 정책으로 분리해 API 인가를 설계하는 방법도 살펴봅니다.</description>
      <pubDate>Thu, 20 Aug 2026 07:19:05 GMT</pubDate>
      <dc:date>2026-08-20T07:19:05.974Z</dc:date>
      <dc:creator>김알레오</dc:creator>
      <category>백엔드</category>
      <category>API 보안</category>
      <category>JWT</category>
      <category>RBAC</category>
      <category>백엔드 인증</category>
      <category>세션 인증</category>
      <category>인가 설계</category>
    </item>
    <item>
      <title>백엔드 API 멱등성 설계: 결제·주문 중복 처리를 막는 기준</title>
      <link>https://developer.alleo.blog/post/backend-api-idempotency-payment-order-duplicate-request-design</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/backend-api-idempotency-payment-order-duplicate-request-design</guid>
      <description>결제·주문 API에서 중복 요청을 막으려면 멱등 키만 저장해서는 부족합니다. 한 번만 확정할 작업을 정의한 뒤 키의 범위, 상태 기록, 동시 요청 처리, 응답 유실 후 확인 경로를 함께 설계하는 기준을 정리합니다.</description>
      <pubDate>Thu, 20 Aug 2026 06:46:23 GMT</pubDate>
      <dc:date>2026-08-20T06:46:23.810Z</dc:date>
      <dc:creator>김레오</dc:creator>
      <category>백엔드</category>
      <category>API 멱등성</category>
      <category>결제 API</category>
      <category>멱등 키</category>
      <category>분산 시스템</category>
      <category>주문 중복 처리</category>
      <category>트랜잭션 설계</category>
    </item>
    <item>
      <title>데이터베이스 인덱스 설계와 실행 계획으로 느린 쿼리 찾는 법</title>
      <link>https://developer.alleo.blog/post/database-index-design-execution-plan-slow-query-guide</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/database-index-design-execution-plan-slow-query-guide</guid>
      <description>느린 DB 쿼리는 인덱스 개수보다 실행 계획에 드러난 읽기 범위를 먼저 확인해야 합니다. 조건·정렬·조인·반환 행 수를 기준으로 복합 인덱스 후보를 비교하고, 변경 뒤 쓰기 영향까지 함께 점검하는 순서를 정리합니다.</description>
      <pubDate>Thu, 20 Aug 2026 01:08:01 GMT</pubDate>
      <dc:date>2026-08-20T01:08:01.216Z</dc:date>
      <dc:creator>김레오</dc:creator>
      <category>백엔드</category>
      <category>EXPLAIN</category>
      <category>데이터베이스 인덱스</category>
      <category>백엔드 최적화</category>
      <category>복합 인덱스</category>
      <category>실행 계획</category>
      <category>쿼리 성능</category>
    </item>
    <item>
      <title>SSR·CSR·하이브리드 렌더링 선택 기준: Next.js 페이지별 판단법</title>
      <link>https://developer.alleo.blog/post/ssr-csr-hybrid-rendering-selection-criteria-nextjs</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/ssr-csr-hybrid-rendering-selection-criteria-nextjs</guid>
      <description>Next.js 도입 시 SSR, CSR, 하이브리드 렌더링을 서비스 전체의 기본값이 아니라 페이지별 목적에 따라 선택하는 방법을 정리합니다. 검색 노출, 첫 화면, 최신성, 개인화, 상호작용, 운영 부담을 비교하고 대표 페이지 검증 절차를 제시합니다.</description>
      <pubDate>Fri, 07 Aug 2026 01:34:48 GMT</pubDate>
      <dc:date>2026-08-07T01:34:48.976Z</dc:date>
      <dc:creator>알레오 개발자</dc:creator>
      <category>프론트엔드</category>
    </item>
    <item>
      <title>대규모 프론트엔드 프로젝트에서 폴더 구조와 컴포넌트 기준 세우는 법</title>
      <link>https://developer.alleo.blog/post/frontend-folder-structure-component-guidelines</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/frontend-folder-structure-component-guidelines</guid>
      <description>대규모 프론트엔드 프로젝트에서 폴더 구조와 컴포넌트 설계 기준을 정하는 방법을 실제 협업 문제와 운영 기준 중심으로 정리합니다.</description>
      <pubDate>Wed, 29 Jul 2026 01:19:44 GMT</pubDate>
      <dc:date>2026-07-29T01:19:44.861Z</dc:date>
      <dc:creator>알레오</dc:creator>
      <category>프론트엔드</category>
      <category>React 폴더 구조</category>
      <category>공통 컴포넌트</category>
      <category>대규모 프론트엔드 프로젝트</category>
      <category>도메인 기반 구조</category>
      <category>유지보수성</category>
      <category>컴포넌트 설계</category>
      <category>프론트엔드 아키텍처</category>
      <category>프론트엔드 폴더 구조</category>
    </item>
    <item>
      <title>프론트엔드 번들 관리와 코드 스플리팅을 실무 기준으로 설계하는 방법</title>
      <link>https://developer.alleo.blog/post/frontend-bundle-management-code-splitting</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/frontend-bundle-management-code-splitting</guid>
      <description>프론트엔드 번들 관리와 코드 스플리팅을 실무에 맞게 적용하는 기준을 정리합니다. 지표 확인, 분리 대상 선정, 구현 방식, 주의사항을 단계별로 설명합니다.</description>
      <pubDate>Thu, 16 Jul 2026 02:07:29 GMT</pubDate>
      <dc:date>2026-07-16T02:07:29.742Z</dc:date>
      <dc:creator>알레오 테스터</dc:creator>
      <category>프론트엔드</category>
      <category>LCP</category>
      <category>Lighthouse</category>
      <category>Next.js dynamic</category>
      <category>React.lazy</category>
      <category>Suspense</category>
      <category>TBT</category>
      <category>Web Vitals</category>
      <category>dynamic import</category>
      <category>webpack bundle analyzer</category>
      <category>코드 스플리팅</category>
      <category>프론트엔드 번들 관리</category>
    </item>
    <item>
      <title>프론트엔드 테스트 자동화 구축 순서와 꼭 필요한 도구 정리</title>
      <link>https://developer.alleo.blog/post/frontend-test-automation-setup-tools-guide</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/frontend-test-automation-setup-tools-guide</guid>
      <description>프론트엔드 테스트 자동화를 시작할 때 필요한 구축 순서, 우선순위 기준, 실무 도구 조합, 운영 체크포인트를 절차 중심으로 정리합니다.</description>
      <pubDate>Thu, 16 Jul 2026 02:03:48 GMT</pubDate>
      <dc:date>2026-07-16T02:03:48.438Z</dc:date>
      <dc:creator>알레오 테스터</dc:creator>
      <category>프론트엔드</category>
      <category>E2E 테스트</category>
      <category>GitHub Actions</category>
      <category>Jest</category>
      <category>MSW</category>
      <category>Playwright</category>
      <category>React 테스트</category>
      <category>Testing Library</category>
      <category>Vitest</category>
      <category>테스트 자동화 구축</category>
      <category>프론트엔드 테스트 자동화</category>
    </item>
    <item>
      <title>프론트엔드 성능 최적화에서 가장 먼저 점검할 핵심 요소</title>
      <link>https://developer.alleo.blog/post/frontend-performance-optimization-first-checkpoints</link>
      <guid isPermaLink="true">https://developer.alleo.blog/post/frontend-performance-optimization-first-checkpoints</guid>
      <description>프론트엔드 성능 최적화를 시작할 때 가장 먼저 확인할 지표와 병목을 정리합니다. LCP, INP, CLS, 번들 크기, 이미지 최적화 우선순위를 설명합니다.</description>
      <pubDate>Thu, 16 Jul 2026 01:59:25 GMT</pubDate>
      <dc:date>2026-07-16T01:59:25.841Z</dc:date>
      <dc:creator>알레오 테스터</dc:creator>
      <category>프론트엔드</category>
      <category>CLS</category>
      <category>Core Web Vitals</category>
      <category>INP</category>
      <category>LCP</category>
      <category>React 렌더링</category>
      <category>번들 크기</category>
      <category>웹 성능</category>
      <category>이미지 최적화</category>
      <category>프론트엔드 성능 최적화</category>
    </item>
  </channel>
</rss>
