<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Study Blog</title><description>개발 공부 기록 블로그</description><link>https://chakki-the-potato.github.io/</link><item><title>git branch는 포인터, git worktree는 작업 공간 — 언제 무엇을 쓸까</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/git-branch-vs-worktree/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/git-branch-vs-worktree/</guid><description>git branch와 git worktree의 내부 동작 차이를 살펴보고, 동시에 여러 브랜치를 체크아웃해야 하는 상황에서 worktree가 어떻게 context switching 비용을 줄여주는지 정리합니다.</description><pubDate>Mon, 04 May 2026 14:28:41 GMT</pubDate></item><item><title>Roboflow Safety Helmet ONNX 모델이란? 안전모 감지의 개념과 활용</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/roboflow-safety-helmet-onnx/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/roboflow-safety-helmet-onnx/</guid><description>Roboflow가 제공하는 Safety Helmet 탐지 ONNX 모델의 구조와 동작 원리, 그리고 실제 현장에서 추론까지 어떻게 이어지는지 설명합니다.</description><pubDate>Mon, 04 May 2026 13:28:32 GMT</pubDate></item><item><title>LLM Wiki: 위키 유지보수를 LLM에게 맡기다</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/llm-wiki-pattern/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/llm-wiki-pattern/</guid><description>Karpathy가 제안한 LLM Wiki 패턴 — RAG처럼 매번 검색하는 대신 LLM이 마크다운 위키를 직접 소유하고 유지보수하는 구조와 그 이유.</description><pubDate>Mon, 04 May 2026 07:12:17 GMT</pubDate></item><item><title>Claude Code에서 브라우저를 열다: garrytan/gstack</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/gstack-claude-browser-qa/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/gstack-claude-browser-qa/</guid><description>헤드리스 Chromium을 Claude Code 스킬로 감싼 gstack — /scrape, /skillify, /browse로 QA 자동화와 사이트 검증을 어떻게 처리하는지 정리했습니다.</description><pubDate>Mon, 04 May 2026 02:02:52 GMT</pubDate></item><item><title>Claude가 만드는 UI가 다 비슷해 보인다면: anthropics/skills frontend-design</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/anthropic-frontend-design-skill/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/anthropic-frontend-design-skill/</guid><description>AI가 생성하는 UI의 범용적 미학을 깨뜨리는 frontend-design 스킬 — 타이포그래피, 색채, 모션, 레이아웃 구성에 대한 미적 원칙과 실제 동작 방식을 정리했습니다.</description><pubDate>Mon, 04 May 2026 02:01:24 GMT</pubDate></item><item><title>학습 데이터가 낡았다면: upstash/context7로 최신 공식 문서 참조</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/context7-live-docs-mcp/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/context7-live-docs-mcp/</guid><description>LLM 훈련 컷오프 이후 달라진 API를 context7이 어떻게 해결하는지 — resolve-library-id와 query-docs 두 도구로 항상 최신 문서를 컨텍스트에 주입하는 방식을 정리했습니다.</description><pubDate>Mon, 04 May 2026 02:00:43 GMT</pubDate></item><item><title>세션이 끊겨도 기억은 남는다: thedotmack/claude-mem</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-mem-persistent-memory/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-mem-persistent-memory/</guid><description>매 세션마다 컨텍스트를 재구성하는 비용을 줄여주는 claude-mem — observation 시스템, knowledge-agent, AST 기반 코드 탐색이 어떻게 협력하는지 정리했습니다.</description><pubDate>Mon, 04 May 2026 01:59:59 GMT</pubDate></item><item><title>컨텍스트 윈도우를 아끼는 MCP: mksglu/context-mode</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/context-mode-context-budget-mcp/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/context-mode-context-budget-mcp/</guid><description>raw tool output이 컨텍스트를 가득 채우는 문제를 FTS5 SQLite sandbox로 해결하는 context-mode — ctx_batch_execute, ctx_search, ctx_stats가 어떻게 동작하는지 정리했습니다.</description><pubDate>Mon, 04 May 2026 01:58:52 GMT</pubDate></item><item><title>65개 스킬로 돌아가는 AI 코딩 워크플로우: gsd-build/get-shit-done</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/gsd-get-shit-done-workflow/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/gsd-get-shit-done-workflow/</guid><description>프로젝트 탐색부터 실행, 리뷰, 검증까지 Phase 기반으로 관리하는 get-shit-done(GSD) — 65개 스킬과 33개 에이전트가 어떻게 맞물리는지 살펴봤습니다.</description><pubDate>Mon, 04 May 2026 01:58:00 GMT</pubDate></item><item><title>Claude Code 스킬 시스템의 시작: obra/superpowers 14가지 핵심 스킬</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/obra-superpowers-skill-system/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/obra-superpowers-skill-system/</guid><description>Claude Code에 워크플로우 규율을 심어주는 obra/superpowers — 브레인스토밍부터 TDD, 체계적 디버깅, 병렬 에이전트 실행까지 14가지 스킬이 어떻게 협력하는지 정리했습니다.</description><pubDate>Mon, 04 May 2026 01:56:15 GMT</pubDate></item><item><title>Claude Code 스킬 디렉토리에 파일을 중첩해도 될까요?</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-code-skill-file-structure/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-code-skill-file-structure/</guid><description>SKILL.md 하나로만 쓰지 않아도 됩니다. 템플릿 파일, 하위 참조 파일을 스킬 폴더 안에 자유롭게 추가하고, 스킬끼리 간접 연결하는 패턴까지 정리합니다.</description><pubDate>Sun, 03 May 2026 11:18:30 GMT</pubDate></item><item><title>80% 에이전트 코딩 시대가 왔다: Karpathy의 Claude 현장 메모</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/thinking/karpathy-claude-coding-notes/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/thinking/karpathy-claude-coding-notes/</guid><description>Andrej Karpathy가 몇 주 만에 코딩 방식을 80% 에이전트 중심으로 전환하며 공유한 현장 관찰 — 패러다임 전환, LLM 함정 세 가지, 그리고 slopacolypse 예측까지 정리했습니다.</description><pubDate>Sun, 03 May 2026 11:15:58 GMT</pubDate></item><item><title>Claude Code의 Skills, Hooks, Subagent — 세 가지 확장 메커니즘 비교</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-code-skills-hooks-subagent/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-code-skills-hooks-subagent/</guid><description>Claude Code를 확장하는 세 가지 방법인 Skills, Hooks, Subagent의 역할과 차이를 정리합니다. 언제 어떤 메커니즘을 선택해야 할지 기준을 잡아드립니다.</description><pubDate>Sun, 03 May 2026 10:18:15 GMT</pubDate></item><item><title>결정 5 — HMAC 양방향 검증과 Telegram secret_token 이중 인증으로 webhook을 단단히 묶은 법</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-hmac-and-webhooks/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-hmac-and-webhooks/</guid><description>public webhook endpoint 3개를 다층으로 잠가야 했습니다. Telegram secret_token 1차, HMAC SHA256 양방향 2차, ALLOWED_CHAT_ID 화이트리스트 3차. 시크릿 7종이 어떤 방향으로 짝지어 검증하는지 정리했습니다.</description><pubDate>Sat, 02 May 2026 07:05:40 GMT</pubDate></item><item><title>결정 4 — claude/* 임시 브랜치를 두고 main에 직접 push하는 이유</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-direct-main-push/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-direct-main-push/</guid><description>PR 거쳐 main에 머지하는 정석 흐름이 자동화에서는 거꾸로 갔습니다. Claude Code Routine 컨테이너의 휘발성 때문에 임시 브랜치를 추적할 주체가 없고, main 직접 push가 임시 브랜치 자연 소멸 패턴으로 가장 깔끔했어요.</description><pubDate>Sat, 02 May 2026 07:05:30 GMT</pubDate></item><item><title>결정 3 — 글쓰기 환경 세팅 — 디자인 토큰 먼저 잡고 SKILL.md로 흐름을 고정한 이유</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-writing-env/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-writing-env/</guid><description>보통은 콘텐츠를 먼저 써보고 디자인을 잡는데 순서를 거꾸로 갔습니다. 토스 그레이 + 딥 그린 토큰으로 렌더링 톤을 먼저 고정하고, SKILL.md의 7단계 흐름과 Zod 스키마 강제로 Claude가 frontmatter를 어기지 못하게 막은 이야기입니다.</description><pubDate>Sat, 02 May 2026 07:05:20 GMT</pubDate></item><item><title>결정 2 — Claude Code Routine을 골랐고 raw API는 Phase A로 미뤘던 이유</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-routine-vs-raw-api/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-routine-vs-raw-api/</guid><description>Anthropic raw API로 직접 호출하는 게 길게 보면 옳은데, Phase 0에서 SDK·프롬프트 설계·tool use까지 동시 학습은 시간 부채가 너무 컸어요. Claude Code Routine으로 시작해 Phase A로 갈아타기로 한 트레이드오프입니다.</description><pubDate>Sat, 02 May 2026 07:05:10 GMT</pubDate></item><item><title>결정 1 — Railway+FastAPI에서 Cloudflare Workers + Routine으로 피봇한 이유</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-platform-pivot/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-decision-platform-pivot/</guid><description>Phase 0에서는 Python+FastAPI를 Railway에 띄울 계획이었는데, Railway 2026 무료 티어 변화로 한 번 막혔습니다. 자체 서버 0개로 가는 Cloudflare Workers + Claude Code Routine 조합으로 피봇한 이야기입니다.</description><pubDate>Sat, 02 May 2026 07:05:00 GMT</pubDate></item><item><title>Blog Draft Bot — 시스템 개요와 9단계 파이프라인</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-system-overview/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/blog-draft-bot/blog-draft-bot-system-overview/</guid><description>폰 텔레그램에 메시지 한 통을 던지면 30초 안에 블로그 본문이 게시되는 시스템. 자매 Idea Capture Bot의 인프라를 더 무거운 작업으로 확장한 9단계 흐름과 5편 결정 미리보기를 6편 시리즈의 첫 글로 정리합니다.</description><pubDate>Sat, 02 May 2026 07:00:00 GMT</pubDate></item><item><title>결정 7 — push와 workflow_run을 분리해 만든 알림 3단계</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-webhook-stages/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-webhook-stages/</guid><description>처음엔 push 알림 하나로 끝냈는데, 빌드 실패는 알 수 없었어요. push와 workflow_run webhook을 별도 endpoint로 갈라 알림을 3단계(commit → 게시 → 실패)로 쪼갰습니다.</description><pubDate>Sat, 02 May 2026 06:36:50 GMT</pubDate></item><item><title>결정 5+6 — 자동 push와 커밋 컨벤션이 알림 메타라인까지 만든다</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-push-and-commit/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-push-and-commit/</guid><description>commit만 하고 push는 수동으로 두면 폰만으로 흐름이 끝나지 않습니다. 자동 push와 idea(category/Tag) 컨벤션을 같이 깔자, 커밋 메시지가 알림의 메타라인까지 채워주더라고요.</description><pubDate>Sat, 02 May 2026 06:36:40 GMT</pubDate></item><item><title>결정 4 — &quot;수정해줘&quot; 사고를 막은 SCOPE 가드레일</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-scope-guardrail/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-scope-guardrail/</guid><description>한국어 명령형 동사 하나가 idea 메모를 코드 수정 명령으로 둔갑시키는 사고가 났습니다. SKILL.md만 손봐서는 못 막고, 시스템 프롬프트에 SCOPE를 박아야 했어요.</description><pubDate>Sat, 02 May 2026 06:36:30 GMT</pubDate></item><item><title>결정 3 — 지침과 SKILL.md를 가르는 한 줄짜리 휴리스틱</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-instruction-vs-skill/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-instruction-vs-skill/</guid><description>처음에는 둘을 섞어 써서 헷갈렸어요. &quot;터미널에서 직접 호출해도 이 규칙이 적용되어야 하나?&quot;라는 한 줄 테스트로 자동 로드와 필요 시 로드를 깔끔하게 갈랐습니다.</description><pubDate>Sat, 02 May 2026 06:36:20 GMT</pubDate></item><item><title>결정 2 — Cloudflare Worker를 대시보드에서 직접 deploy한 이유</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-worker-deploy/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-worker-deploy/</guid><description>Worker를 GitHub repo와 연결해 자동 배포하려다 블로그 빌드와 충돌이 났습니다. 결국 단일 파일은 단일 파일답게 — 대시보드에서 직접 붙여넣고 deploy하는 방식이 가장 깔끔했어요.</description><pubDate>Sat, 02 May 2026 06:36:10 GMT</pubDate></item><item><title>결정 1 — 단일 봇 prefix 라우팅 대신 별도 봇으로 나눈 이유</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-bot-split/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-decision-bot-split/</guid><description>처음에는 한 봇 안에서 [blog/...]·[ideas/...] prefix로 분기했는데, prefix 오타 한 번이 30분짜리 작성 루틴을 돌릴 위험이 있어 결국 둘로 갈랐습니다.</description><pubDate>Sat, 02 May 2026 06:36:00 GMT</pubDate></item><item><title>텔레그램 아이디어 봇 — 시스템 개요와 컴포넌트 분리</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-system-overview/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/idea-capture-bot/idea-bot-system-overview/</guid><description>폰 텔레그램에 메모를 던지면 1분 안에 블로그에 게시되는 자동화 시스템. 라우터·작업자·매뉴얼을 셋으로 분리한 이유를 7편 시리즈의 첫 글로 정리해 봤습니다.</description><pubDate>Sat, 02 May 2026 06:31:07 GMT</pubDate></item><item><title>ccusage로 Claude 사용량 한눈에 파악하기</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/ccusage-claude-usage/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/ccusage-claude-usage/</guid><description>npx ccusage 명령어로 Claude Code 사용량을 일별·월별·세션별로 분석하는 방법을 정리했습니다. 필터 옵션과 실전 활용 예시까지 다룹니다.</description><pubDate>Tue, 28 Apr 2026 16:00:50 GMT</pubDate></item><item><title>Astro + GitHub Pages + 텔레그램 봇 — 이 블로그를 만든 구조</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/hard-working-stack-buildlog/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/hard-working-stack-buildlog/</guid><description>정체성을 코드로 풀어내려고 고른 스택과 핵심 결정. Astro content collection, 카테고리 4종 enum, 텔레그램 자동 초안 파이프라인을 정리합니다.</description><pubDate>Tue, 28 Apr 2026 11:50:30 GMT</pubDate></item><item><title>Hard_Working — 학습·포트폴리오·생각을 한 공간에 쌓기로 했다</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/works/starting-hard-working-blog/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/works/starting-hard-working-blog/</guid><description>학습 노트, 만든 결과물, 생각, 가치관까지 한 블로그에 모으기로 했습니다. 카테고리 4종을 깐 이유와 이 공간을 어떻게 운영할지 정리합니다.</description><pubDate>Tue, 28 Apr 2026 11:49:53 GMT</pubDate></item><item><title>쉽게 쓸 수 있는 BaaS 서비스 비교: Supabase, Firebase, Appwrite</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/baas-comparison/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/baas-comparison/</guid><description>백엔드를 직접 구축하지 않고 빠르게 서비스를 만들 때 유용한 BaaS 도구들을 비교합니다. Supabase, Firebase, Appwrite, PocketBase의 특징과 선택 기준을 정리합니다.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate></item><item><title>파이썬 필수 라이브러리 5선: NumPy, Pandas, Requests, FastAPI, Pytest</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/python-famous-libraries/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/python-famous-libraries/</guid><description>파이썬 생태계에서 가장 많이 사용되는 핵심 라이브러리 5가지를 분야별로 정리합니다. NumPy, Pandas, Requests, FastAPI, Pytest 각각의 역할과 대표적인 사용 패턴을 예제 코드와 함께 파악할 수 있습니다.</description><pubDate>Mon, 27 Apr 2026 09:56:32 GMT</pubDate></item><item><title>.claude 폴더 이름 규칙 — skills인가, skill인가</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-folder-naming-convention/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/claude-folder-naming-convention/</guid><description>Claude Code의 .claude 디렉토리 안 폴더 이름은 agents, commands, skills처럼 항상 복수형을 사용합니다. 각 폴더의 내부 구조와 적용 범위를 정리합니다.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Node.js, Next.js, React, FastAPI, Django 차이와 선택 기준</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/node-nextjs-react-fastapi-django-comparison/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/node-nextjs-react-fastapi-django-comparison/</guid><description>Node.js, Next.js, React, FastAPI, Django는 각자 다른 역할을 합니다. 런타임부터 UI 라이브러리, 백엔드 프레임워크까지 각 기술의 포지션과 선택 기준을 정리합니다.</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate></item><item><title>GitHub 협업에서 자주 발생하는 문제와 해결 방법 정리</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/github-collaboration-common-issues/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/github-collaboration-common-issues/</guid><description>팀 단위로 GitHub를 사용하다 보면 머지 충돌, 잘못된 브랜치 전략, 민감 파일 노출 등 반복적인 문제들을 마주하게 됩니다. 상황별 원인과 빠른 해결 방법을 정리합니다.</description><pubDate>Fri, 24 Apr 2026 16:10:09 GMT</pubDate></item><item><title>JavaScript Map과 Object의 차이점과 선택 기준</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/javascript-map-vs-object/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/javascript-map-vs-object/</guid><description>ES6에 도입된 Map은 Object와 비슷해 보이지만 키 타입, 순서 보장, 성능, 직렬화 방식에서 뚜렷한 차이가 있습니다. 두 자료구조의 특징을 비교하고 상황에 따른 선택 기준을 정리합니다.</description><pubDate>Fri, 24 Apr 2026 15:54:14 GMT</pubDate></item><item><title>Promise.allSettled의 에러 처리 패턴 정리</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/promise-allsettled-error-handling/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/promise-allsettled-error-handling/</guid><description>Promise.all과 달리 모든 프로미스가 완료될 때까지 기다리는 Promise.allSettled의 동작 원리와 실전 에러 처리 패턴을 코드 예제와 함께 정리합니다.</description><pubDate>Fri, 24 Apr 2026 15:34:22 GMT</pubDate></item><item><title>Python 기초 — 데이터 다루기와 실용 문법 정리</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/python-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/python-basics/</guid><description>Python의 핵심 문법과 데이터 처리에 자주 쓰이는 패턴을 정리합니다. 리스트 컴프리헨션, 딕셔너리, 함수, 클래스까지 실용 예제 중심으로 다룹니다.</description><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate></item><item><title>AWS 핵심 서비스 입문 — 개발자가 알아야 할 클라우드 기초</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/aws-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/aws-basics/</guid><description>EC2, S3, RDS, Lambda까지 개발자가 실무에서 자주 쓰는 AWS 핵심 서비스를 정리합니다. 아키텍처 설계 패턴도 함께 다룹니다.</description><pubDate>Sun, 22 Feb 2026 00:00:00 GMT</pubDate></item><item><title>JavaScript 배열 메서드 정리: map, filter, reduce</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/javascript-array-methods/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/javascript-array-methods/</guid><description>자주 사용하는 JavaScript 배열 메서드의 동작 원리와 실전 활용법을 정리합니다. map, filter, reduce를 중심으로 예제와 함께 알아봅니다.</description><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate></item><item><title>스타트업 생존 가이드 — 초기 창업자가 알아야 할 것들</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/thinking/startup-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/thinking/startup-basics/</guid><description>아이디어에서 MVP까지, 스타트업 초기 단계에서 반드시 고민해야 할 핵심 원칙들을 정리합니다. 린 스타트업 방법론부터 PMF 찾기까지.</description><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Node.js 입문 — 비동기와 이벤트 루프 이해하기</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/nodejs-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/nodejs-basics/</guid><description>Node.js의 핵심인 비동기 처리와 이벤트 루프 동작 방식을 이해하고, Express로 간단한 서버를 만드는 방법을 다룹니다.</description><pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate></item><item><title>React Hooks 기초: useState와 useEffect 완벽 가이드</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/react-hooks-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/react-hooks-basics/</guid><description>React의 가장 기본적인 Hook인 useState와 useEffect의 사용법과 주의사항을 예제와 함께 정리합니다.</description><pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Git 기초 명령어 정리</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/git-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/git-basics/</guid><description>개발자라면 반드시 알아야 할 Git 기본 명령어와 워크플로우를 정리합니다. init, add, commit, branch, merge 등 핵심 명령어를 다룹니다.</description><pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate></item><item><title>React 상태 관리 라이브러리 비교 — Zustand vs Jotai vs Redux</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/react-state-management/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/react-state-management/</guid><description>React 프로젝트에서 전역 상태 관리를 어떻게 할지 고민될 때. Zustand, Jotai, Redux Toolkit의 특징과 사용법을 비교해 봅니다.</description><pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate></item><item><title>TypeScript 실전 팁 — 타입을 제대로 쓰는 방법</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/typescript-tips/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/typescript-tips/</guid><description>any를 남발하지 않고 TypeScript를 제대로 활용하는 실전 패턴들. 제네릭, 유틸리티 타입, 타입 가드까지 실무에서 바로 쓸 수 있는 예제로 정리합니다.</description><pubDate>Sun, 08 Feb 2026 00:00:00 GMT</pubDate></item><item><title>pandas로 데이터 분석 시작하기 — 실전 예제 모음</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/python-data-analysis/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/python-data-analysis/</guid><description>Python 데이터 분석의 핵심 라이브러리 pandas를 활용해 데이터를 불러오고, 정제하고, 집계하는 방법을 실전 예제와 함께 정리합니다.</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item><item><title>사이드 프로젝트를 끝까지 완성하는 방법</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/thinking/side-project-launch/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/thinking/side-project-launch/</guid><description>시작은 하지만 완성을 못하는 사이드 프로젝트의 저주. 기획, 개발, 런칭까지 실제로 완주한 경험에서 얻은 교훈을 공유합니다.</description><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate></item><item><title>서버리스 아키텍처 실전 — AWS Lambda + API Gateway</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/aws-serverless/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/aws-serverless/</guid><description>서버 없이 API를 만드는 서버리스 아키텍처. AWS Lambda와 API Gateway로 확장 가능한 백엔드를 구축하는 방법을 실제 예제로 설명합니다.</description><pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Docker 입문 — 컨테이너로 개발 환경 통일하기</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/docker-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/docker-basics/</guid><description>내 컴퓨터에서는 되는데 서버에서 안 된다? Docker로 어디서나 동일한 실행 환경을 만드는 방법을 정리합니다. 이미지, 컨테이너, Compose까지.</description><pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate></item><item><title>SQL 핵심 문법 정리 — 실무에서 자주 쓰는 쿼리 모음</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/sql-basics/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/sql-basics/</guid><description>SELECT부터 JOIN, 서브쿼리, 윈도우 함수까지. 실무에서 반복적으로 쓰이는 SQL 패턴을 예제 중심으로 정리합니다.</description><pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate></item><item><title>CSS Flexbox &amp; Grid 완전 정복</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/design/css-layout/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/design/css-layout/</guid><description>float 시대는 끝났습니다. Flexbox와 Grid로 어떤 레이아웃이든 만들 수 있습니다. 헷갈리는 속성들을 시각적으로 정리합니다.</description><pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate></item><item><title>개발자를 위한 Linux 명령어 치트시트</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/programming/linux-commands/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/programming/linux-commands/</guid><description>서버 작업할 때마다 검색하는 Linux 명령어를 한 곳에 정리했습니다. 파일 관리, 프로세스, 네트워크, 권한까지 실무에서 자주 쓰는 명령어 모음.</description><pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Notion으로 공부 시스템 만들기 — 개발자 버전</title><link>https://chakki-the-potato.github.io/Hard_Working/posts/thinking/notion-productivity/</link><guid isPermaLink="true">https://chakki-the-potato.github.io/Hard_Working/posts/thinking/notion-productivity/</guid><description>Notion을 단순 메모장이 아닌 체계적인 지식 관리 시스템으로 활용하는 방법. 데이터베이스, 템플릿, 자동화까지 개발자에게 맞는 세팅을 공유합니다.</description><pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate></item></channel></rss>