<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>HS_dev_log</title>
    <link>https://innovation123.tistory.com/</link>
    <description>Web Server Developer hsryuuu</description>
    <language>ko</language>
    <pubDate>Tue, 14 Apr 2026 16:50:19 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>HSRyuuu</managingEditor>
    <image>
      <title>HS_dev_log</title>
      <url>https://tistory1.daumcdn.net/tistory/5796292/attach/26e1740b6d3b4c9da9e4b7376024f192</url>
      <link>https://innovation123.tistory.com</link>
    </image>
    <item>
      <title>RAGAS를 이용한 RAG 검증/평가 - RAG 시스템 검증 가이드</title>
      <link>https://innovation123.tistory.com/301</link>
      <description>RAGAS Framework

RAGAS는 RAG 시스템의 품질을 정량적으로 측정, 평가하기 위한 프레임워크이다.
RAG를 만들었는데, 검색과 답변이 정상적으로 출력된다. 그런데 이 답변이 정말 정확한 답변인건지 정확히 알 수 있을까? 정성적으로는 알 수 있지만, Vector검색에서 올바른 문서가 검색되고 이를 LLM이 잘 활용해서 올바른 정답을 반환하는지 정량적으로는 알 수 없다.
이럴 때 이 문제를 해결하는 오픈소스 프레임워크가 RAGAS이다. LL..</description>
      <category>AI</category>
      <category>ragas</category>
      <category>RAG검증</category>
      <category>RAG평가</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/301</guid>
      <comments>https://innovation123.tistory.com/301#entry301comment</comments>
      <pubDate>Wed, 8 Apr 2026 20:33:53 +0900</pubDate>
    </item>
    <item>
      <title>20가지 프롬프트 엔지니어링 패턴 (feat. oh-my-claudecode)</title>
      <link>https://innovation123.tistory.com/300</link>
      <description>프롬프트 엔지니어링

Prompt Engineering이란 다양한 목적에 따라 LLM을 효율적으로 사용할 수 있도록 프롬프트를 개선하고 최적화하는 기술이다.
&amp;nbsp;
&quot;Garbage In, Garbage Out (GIGO)&quot;이 프롬프트에도 똑같이 적용된다. 쓰레기를 넣으면 쓰레기가 나온다. AI 모델은 마법을 부리는 게 아니라, 사용자 입력값을 바탕으로 확률적인 결과를 계산하는 기계에 가깝다. 따라서 명확한 입력값을 넣어줘야만 사용자가 원하는 결과를..</description>
      <category>AI</category>
      <category>oh-my-claudecode</category>
      <category>promptengineering</category>
      <category>프롬프트엔지니어링</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/300</guid>
      <comments>https://innovation123.tistory.com/300#entry300comment</comments>
      <pubDate>Wed, 4 Mar 2026 21:52:18 +0900</pubDate>
    </item>
    <item>
      <title>[ AI ] 바이브 코딩/에이전틱 코딩 개발 방법론 - AI 모델간 planning 교차 검증</title>
      <link>https://innovation123.tistory.com/299</link>
      <description>효율적인 개발 프로세스를 고민하는 분들을 위해, Claude와 Gemini를 교차 활용하는 방식의 AI 에이전트 협업 워크플로우를 짧게 정리해 공유합니다. 단일 AI 모델에 의존하는 대신, 서로 다른 모델의 강점을 활용해 기획의 완성도를 높이는 것이 핵심입니다.
사실 이런건 Codex가 잘한다고 하긴 하는데, 제가 OpenAI는 구독하고 있지 않아서 사용하지 않습니다.이 방법을 더 하드하게 하려면 Claude, Gemini, Codex, DeepSeek..</description>
      <category>AI</category>
      <category>Agentic Coding</category>
      <category>Claude</category>
      <category>Claude CLI</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/299</guid>
      <comments>https://innovation123.tistory.com/299#entry299comment</comments>
      <pubDate>Sat, 24 Jan 2026 14:23:25 +0900</pubDate>
    </item>
    <item>
      <title>[ Claude ] 클로드 코드 상세 세팅 알아보기</title>
      <link>https://innovation123.tistory.com/297</link>
      <description>AI Prompt Repo

https://github.com/HSRyuuu/AI-Practice-Archive

&amp;nbsp;

GitHub - HSRyuuu/AI-Practice-Archive: AI 활용방안, 사례를 모아둔 repository 입니다.
AI 활용방안, 사례를 모아둔 repository 입니다. Contribute to HSRyuuu/AI-Practice-Archive development by creating an account on..</description>
      <category>AI</category>
      <category>Claude</category>
      <category>Claude CLI</category>
      <category>claude code</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/297</guid>
      <comments>https://innovation123.tistory.com/297#entry297comment</comments>
      <pubDate>Sat, 24 Jan 2026 00:29:21 +0900</pubDate>
    </item>
    <item>
      <title>[ AI ] 클로드 스킬(Claude Skills, Agent Skill) 사용 방법, 커스텀해서 에이전트 만들기</title>
      <link>https://innovation123.tistory.com/296</link>
      <description>Agent Skills란?

Agent Skills는 Claude의 기능을 확장하는 모듈입니다. 각 Skill은 지시사항, 메타데이터를 포함하고, 선택적으로 스크립트나 템플릿 같은 리소스를 패키징하여 Claude가 관련 작업을 수행할 때 자동으로 활용하게 할 수 있습니다.
쉽게 말해, Skill은 새로운 claude 세션에게 줄 온보딩 가이드와 같습니다. 특정 도메인의 워크플로우, 컨텍스트, 베스트 프랙티스를 담아두면 Claude가 필요할 때 참조하여 ..</description>
      <category>AI</category>
      <category>agent skill</category>
      <category>Claude</category>
      <category>claude skill</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/296</guid>
      <comments>https://innovation123.tistory.com/296#entry296comment</comments>
      <pubDate>Fri, 16 Jan 2026 20:29:38 +0900</pubDate>
    </item>
    <item>
      <title>Grafana k6 - 터미널에서 5분만에 도입하는 부하테스트</title>
      <link>https://innovation123.tistory.com/295</link>
      <description>이 글에서는 터미널에서 서버 성능 테스트를 아주 간편하게 할 수 있는 방안을 소개한다.작성자는 &quot;k6 부하테스트&quot;라는 단어를 처음 보고 나서 5분 내에 실제 부하테스트를 완료하고, 결과를 도출했다.
&amp;nbsp;
Grafana k6

k6는 Grafana Labs에서 운영하는 오픈소스 성능테스트 도구이다. 2017년에 처음 출시했고, 그라파나에서 지속적으로 업데이트 중인 프로젝트이다. 빠르게 적용해본 소감으로는 너무 쉽고 편하다.
&amp;nbsp;
https:..</description>
      <category>Infra &amp;amp; DevOps</category>
      <category>grafana</category>
      <category>K6</category>
      <category>부하테스트</category>
      <category>성능테스트</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/295</guid>
      <comments>https://innovation123.tistory.com/295#entry295comment</comments>
      <pubDate>Thu, 8 Jan 2026 21:24:32 +0900</pubDate>
    </item>
    <item>
      <title>[Docker] 도커 볼륨 설정법 및 개념 정리 Docker Volume</title>
      <link>https://innovation123.tistory.com/294</link>
      <description>Docker Volume

&amp;nbsp;
도커로 컨테이너를 띄우면 독립적인 컴퓨터 환경을 구성하는 것과 같다.
기본적으로 저장 공간도 마찬가지로, 외부와 공유되지 않는다. 컨테이너 내부 저장공간은 컨테이너 내부에서만 사용할 수 있다. 따라서 컨테이너를 삭제하면 컨테이너 내부 파일 시스템에 있던 데이터도 함께 사라진다. 컨테이너가 삭제되어도, 내부에 저장된 데이터가 삭제되면 안되는 경우에 볼륨(Volume)이라는 개념을 활용한다.
&amp;nbsp;
볼륨은 컨테이..</description>
      <category>Infra &amp;amp; DevOps</category>
      <category>docker</category>
      <category>docker volume</category>
      <category>도커</category>
      <category>도커 볼륨</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/294</guid>
      <comments>https://innovation123.tistory.com/294#entry294comment</comments>
      <pubDate>Mon, 22 Dec 2025 22:23:10 +0900</pubDate>
    </item>
    <item>
      <title>[Docker] 도커 기본 명령어 정리 / docker CLI commands</title>
      <link>https://innovation123.tistory.com/293</link>
      <description>현업에서 도커를 사용하면서, 자주 사용하게 되는 명령어들을 정리하려고 한다.본인도 아직 도커를 사용하는 &quot;방법만&quot; 알 뿐, 도커에 대해서 깊게는 알지 못하지만, 정리해놓고 참고하기 위해 작성한다.
&amp;nbsp;
Mac 기준으로 작성되었으니, 참고하세요.
Docker 상태 확인 &amp;gt; docker -v
docker -v

docker version

&amp;nbsp;
이미지 관련 명령어

이미지 목록 확인 &amp;gt; docker images
# 둘다 출력은 동일..</description>
      <category>Infra &amp;amp; DevOps</category>
      <category>docker</category>
      <category>docker cli</category>
      <category>docker 명령어</category>
      <category>도커</category>
      <category>도커 명령어</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/293</guid>
      <comments>https://innovation123.tistory.com/293#entry293comment</comments>
      <pubDate>Fri, 12 Dec 2025 22:41:08 +0900</pubDate>
    </item>
    <item>
      <title>[Docker] 도커 시작하기 / Docker 컨테이너 올리기</title>
      <link>https://innovation123.tistory.com/254</link>
      <description>도커(Docker)란?


도커(docker)는 컨테이너 기반 가상화 플랫폼이다. 여러 응용 프로그램들을 컨테이너로 패키징 해서 실행할 수 있다.
각각의 프로그램을 분리된 환경에서 실행 및 관리할 수 있다.
이 글에선 도커를 간단하게 시작하고, 주요 명령어들을 확인하기 위한 예제를 위해 DB를 하나 띄워볼 것이다.
&amp;nbsp;
컨테이너(Container) 란?&amp;nbsp;
컨테이너는 하나의 호스트 컴퓨터 내에서 독립적인 컴퓨터 환경을 구성해서, 각 환경(..</description>
      <category>Infra &amp;amp; DevOps</category>
      <category>docker</category>
      <category>도커</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/254</guid>
      <comments>https://innovation123.tistory.com/254#entry254comment</comments>
      <pubDate>Wed, 10 Dec 2025 19:59:15 +0900</pubDate>
    </item>
    <item>
      <title>카카오 로그인 API 사용 방법 - 2025 ver (Java, Spring)</title>
      <link>https://innovation123.tistory.com/291</link>
      <description>이 글은 과거(2023년 10월) 작성했던 글을 현재(2025년 12월)을 기준으로 리뉴얼 한 글이다.과거와 비교했을 때 달라진 점은 크게 없고, kakao에서 마이그레이션을 잘 해줘서 문제없지만, 사소하게 달라진 점들이 있다.예를들면 당시에는 사용자 email, 연령 등의 정보를 쉽게 얻을 수 있었는데, 지금은 비즈니스앱인증을 받아야 되는 등... 이런것들이 바뀌었다.
2023.10.14 - [Spring] - [Spring] 카카오 로그인 API 사..</description>
      <category>Spring</category>
      <category>Kakao API</category>
      <category>Kakao Login</category>
      <category>카카오 API</category>
      <category>카카오 로그인</category>
      <category>카카오 로그인 예제</category>
      <author>HSRyuuu</author>
      <guid isPermaLink="true">https://innovation123.tistory.com/291</guid>
      <comments>https://innovation123.tistory.com/291#entry291comment</comments>
      <pubDate>Wed, 10 Dec 2025 00:25:54 +0900</pubDate>
    </item>
  </channel>
</rss>