Skip to content
View jean202's full-sized avatar

Block or report jean202

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
jean202/README.md

김진하

주로 Java와 Spring으로 백엔드를 개발합니다. 도메인 모델링, API 설계, 데이터 흐름, 운영 관점의 문제를 코드와 문서로 함께 정리하는 편이고, 최근에는 AI workflow와 제품형 도구까지 관심을 넓히고 있습니다.

주요 프로젝트

Backend / Architecture / Operations

프로젝트 설명 기술
card-mizer 카드 실적/혜택 기반 결제 카드 추천 엔진 Spring Boot, Hexagonal Architecture, Flyway
asset-radar 실시간 자산 모니터링 — 시세 수집 → Kafka → 분석/알림 → 대시보드 Spring WebFlux, Kafka, Redis, PostgreSQL, React
slotops 오프라인 사업장용 시간 슬롯 예약 운영 SaaS 백엔드 Spring Boot, JPA, JWT, Flyway
booking-reservation-sync-monitor OTA 예약 동기화 지연 감지, 객실 배정 추천, 운영 대시보드 API Spring Boot, JPA, H2, OpenAPI
webhook-notify 웹훅 알림 Java SDK — 템플릿, 조건부 전송, Spring AOP 연동 Java 17, Gradle Multi-module

AI / Product / Workflow

프로젝트 설명 기술
threadkeeper 여러 AI 작업 세션의 의도, 진행 상태, 인수인계, 알림을 관리하는 작업 메모리 도구 Spring Boot, Next.js, Discord Webhook
signalmate 연애 대화 시그널 분석기 — AI 기반 메시지 패턴 해석 Next.js, Prisma, Claude API
blog-to-shorts 네이버 맛집 블로그 → YouTube Shorts 자동 변환 파이프라인 Python, FastAPI, FFmpeg, Claude API
discord-kakao-translator Discord 영어 메시지 → 한국어 번역 → 카카오톡 전달 Node.js, Discord.js, OpenAI API

Utility Tools / Local Automation

프로젝트 설명 기술
heic-jpg macOS HEIC → JPEG 일괄 변환 CLI Java 17, sips
video-trans 영상 음성/화면 텍스트 추출 → 자막 생성 Python, Whisper, Tesseract
openclaw-siri-assistant Siri ↔ OpenClaw AI 음성 브릿지 서버 Node.js, cloudflared

링크

Pinned Loading

  1. asset-radar asset-radar Public

    Real-time asset monitoring: price collection → Kafka pipeline → analysis/alerts → React dashboard

    Java

  2. card-mizer card-mizer Public

    Credit card recommendation engine with hexagonal architecture (Spring Boot 3, Gradle multi-module, Flyway, Testcontainers)

    Kotlin

  3. webhook-notify webhook-notify Public

    Webhook notification Java SDK — Slack/Discord channels, template rendering, conditional sending, Spring AOP integration

    Java

  4. mbti-self-cdm mbti-self-cdm Public

    mbti로 관리하는 동기부여 어플리케이션

    TypeScript

  5. signalmate signalmate Public

    Dating/relationship chat signal analyzer with AI-powered conversation analysis (Next.js, Prisma, Claude API)

    TypeScript

  6. video-trans video-trans Public

    로컬 전용 비디오 자막/텍스트 추출 CLI — faster-whisper 음성 인식 + Tesseract OCR, 배치 처리 지원

    Python