<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://linebird.github.io/</id><title>The Blueprint</title><subtitle>클라우드, 빅데이터, AI ... 소프트웨어 기술 소개 및 트렌드 소개.</subtitle> <updated>2026-04-03T18:14:56+09:00</updated> <author> <name>Jinsoo Yoo</name> <uri>https://linebird.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://linebird.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://linebird.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Jinsoo Yoo </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>AI SaaS 개발 - LLM, RAG, Fine tuning, AI Agent</title><link href="https://linebird.github.io/posts/ai-saas-dev-01/" rel="alternate" type="text/html" title="AI SaaS 개발 - LLM, RAG, Fine tuning, AI Agent" /><published>2026-04-03T13:06:00+09:00</published> <updated>2026-04-03T13:06:00+09:00</updated> <id>https://linebird.github.io/posts/ai-saas-dev-01/</id> <content type="text/html" src="https://linebird.github.io/posts/ai-saas-dev-01/" /> <author> <name>Jinsoo Yoo</name> </author> <category term="AI" /> <summary>LLM, RAG, Fine tuning, AI Agent 기초 개념 이해 네 가지 기술은 단계별 발전 과정으로 이해하면 용이함 AI 기술 도입 및 발전 3단계 로드맵 1단계: 기반 구축 (Foundational LLM) 개념: GPT-4o, Claude, Gemini와 같은 범용 거대언어모델 도입 특징: 방대한 지식을 보유하고 있으나, 특정 기업 내부 사정이나 전문 용어에 대한 이해도는 낮음 한계: 우리 회사만의 고유 업무를 처리하기에는 데이터와 맥락이 부족함 2단계: 맞춤화 및 최적화 (Customization: RAG &amp;amp;amp; Fine-tuning) 목적: 범용 LLM을 기업 전용 모델로 개조하여 업무 적합도 향상 방식 선택: RAG (실시간 ...</summary> </entry> <entry><title>MCP, Skills, Agents with scripts</title><link href="https://linebird.github.io/posts/ai-compare-mcp-skill-agent/" rel="alternate" type="text/html" title="MCP, Skills, Agents with scripts" /><published>2026-03-30T19:00:00+09:00</published> <updated>2026-03-30T19:00:00+09:00</updated> <id>https://linebird.github.io/posts/ai-compare-mcp-skill-agent/</id> <content type="text/html" src="https://linebird.github.io/posts/ai-compare-mcp-skill-agent/" /> <author> <name>Jinsoo Yoo</name> </author> <category term="AI" /> <summary>MCP, Skills, Agents with scripts 도대체 뭐가 다르지? 코드 작성에는 claude가 제일이다, codex도 좋다, copilot으로도 충분하다 등등 AI 코딩과 관련된 논의로 어딜가나 시끌시끌한 것 같다. 어떤 제품을 사용하는지에 대해서는 대체로 claude로 개발자들의 의견은 통일되는 것 같다(코드 생산성, 품질 등). 요즈음은 제품(코드)을 생산하는데, MCP, Skills, Agents등등의 용어가 많이 나오며, 그들로 무엇을 어떻게 해야 하는지 혼란스러운 것 같아(적어도 나는) 시간이 생긴김에 간단히 정리하려 한다. 회사의 특정 솔루션에 AI 기능을 추가해야하는데, 무엇을 해야 하는가에 대한 정리 필요 1. MCP(Model Context Protocol) ...</summary> </entry> <entry><title>Manager Portal FE 프로젝트 생성</title><link href="https://linebird.github.io/posts/my-monorepo-01/" rel="alternate" type="text/html" title="Manager Portal FE 프로젝트 생성" /><published>2025-12-08T10:30:00+09:00</published> <updated>2025-12-08T10:30:00+09:00</updated> <id>https://linebird.github.io/posts/my-monorepo-01/</id> <content type="text/html" src="https://linebird.github.io/posts/my-monorepo-01/" /> <author> <name>Jinsoo Yoo</name> </author> <category term="Blogging" /> <summary>프로젝트 생성을 위한 기본 scaffold 작성 방법을 기술한다. Turborepo Nextjs pnpm Volta env-cmd husky &amp;amp;amp; lint-staged 1. Turborepo 초기화 프로젝트명을 “manager-portal”로 지정하고, 패키지 매니저로 pnpm 선택한다. npx create-turbo@latest 실행 linebird@localhost:~/workspace/arom_ktc$ npx create-turbo@latest ? Where would you like to create your Turborepo? manager-portal ? Which package manager do you want to use? pnpm &amp;amp;gt;&amp;amp;gt;&amp;amp;...</summary> </entry> <entry><title>FrontEnd Architecture 분석 - 01</title><link href="https://linebird.github.io/posts/ktc-fe-analysis-01/" rel="alternate" type="text/html" title="FrontEnd Architecture 분석 - 01" /><published>2025-12-04T10:30:00+09:00</published> <updated>2025-12-04T10:30:00+09:00</updated> <id>https://linebird.github.io/posts/ktc-fe-analysis-01/</id> <content type="text/html" src="https://linebird.github.io/posts/ktc-fe-analysis-01/" /> <author> <name>Jinsoo Yoo</name> </author> <category term="Blogging" /> <summary>기 개발된 FE 아키텍쳐 기술 분석 분석하려는 어플리케이션은 pnpm 워크스페이스 기반 모노레포 구조의 react 어플리케이션 작성되었음. 사용된 기술 중에서 react, nextjs, turborepo(pnpm)에 대해 요약하려고 함 react : A JavaScript library for building user interfaces (by Meta) nextjs : The React Framework for the Web (by Vercel) turborepo : Turborepo is the build system for JavaScript and TypeScript codebases (by Vercel) React React는 대화형 사용자 인터페이스를 구축하기 위한 J...</summary> </entry> <entry><title>Monorepo - Frontend + Backend - 02</title><link href="https://linebird.github.io/posts/monorepo-fe-be-02/" rel="alternate" type="text/html" title="Monorepo - Frontend + Backend - 02" /><published>2025-11-17T18:30:00+09:00</published> <updated>2025-11-17T18:30:00+09:00</updated> <id>https://linebird.github.io/posts/monorepo-fe-be-02/</id> <content type="text/html" src="https://linebird.github.io/posts/monorepo-fe-be-02/" /> <author> <name>Jinsoo Yoo</name> </author> <category term="Blogging" /> <summary>Kustomize를 사용한 환경별 배포 (dev, staging, prod) 와 Helm Chart를 통한 패키징 기능을 추가 📁 최종 디렉토리 구조 my-org-monorepo/ ├── apps/ │ ├── web-app/ # React + Tailwind (Vite + TypeScript) │ └── spring-backend/ # Spring Boot (Java 17 + Gradle) ├── packages/ │ ├── shared-types/ # 공통 TypeScript 타입 │ └── shared-utils/ # 공통 유틸리티 함수 ├── k8s/ │ └── spring-backend/ │ └── base/ ...</summary> </entry> </feed>
