Skip to content
View JangDaeHyeok's full-sized avatar

Block or report JangDaeHyeok

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JangDaeHyeok/README.md

header


👋 About Me

  • 🧑‍💻 새로운 기술은 직접 만들어보며 배우는 걸 좋아하는 백엔드 개발자입니다. 궁금한 주제는 토이 프로젝트로 파보고 개인 레포에 정리해 둡니다.
  • ⚙️ 동시성 · 분산 처리에 관심이 많습니다 — Redis 대기열(Wait Queue), 분산 락(Distributed Lock), 멱등성(Idempotency)을 직접 구현하며 파고들었어요.
  • 🤖 요즘은 AI · RAG · 에이전트에 푹 빠져 있습니다 — Spring Boot 기반 RAG(수집·질의·하이브리드 검색), Python 하네스, MCP 기반 지식 허브를 실험 중입니다.
  • 📝 배운 건 **기술 블로그(장쫄깃)**에 정리하고, "동작하는 코드"보다 "왜 그렇게 했는지"를 남기는 것을 더 중요하게 생각합니다.
  • 🌱 꾸준함을 믿습니다 — 작게라도 계속 만들고, 실험하고, 기록하며 성장하려 합니다.

⚡ Tech Stack

🖥️ Languages

🌱 Backend / Framework

🤖 AI / LLM

🗄️ Database · Search · Vector

📨 Messaging · Streaming

☁️ Cloud · Infra · DevOps

📊 Observability · Quality

🛠️ Tools · Collaboration


📊 GitHub

Pinned Loading

  1. SpringBoot-WaitQueue SpringBoot-WaitQueue Public

    Spring Boot Project for Wait Queue With Redis, WebSocket

    Java

  2. SpringBoot-DistributeLock SpringBoot-DistributeLock Public

    Spring Boot Project for Distribute Lock With Redis Transaction

    Java

  3. Idempotent_Practice Idempotent_Practice Public

    Idempotent practice for Spring Boot, AOP, Redis

    Java

  4. springboot-rag springboot-rag Public

    SpringBood Rag Ingestion, Query, Hybrid Search Project

    Java

  5. python-harness python-harness Public

    python harness practice

    Python 1

  6. why-hub why-hub Public

    결정의 '왜'를 저장하는 팀 지식 허브 — ADR·설계 의도·변경 이력을 MCP로 에이전트에 제공. 유사 RAG(벡터 없음).

    Python