Skip to content
View stlahxm's full-sized avatar

Organizations

@UMC-Inha @Talk-Pick @UMC-Plantory @NET-ZERO-FitFit @Mori-Q

Block or report stlahxm

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.

Content in all repositories owned by your account will be closed.
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
stlahxm/README.md

I'm Hyeonmin Sim

val me = developer {
    about {
        name = "Hyeonmin Sim"
        role = "Backend Engineer"
        mission = "Building user-centric and cost-efficient systems"
    }

    expertise("Legacy Refactoring", "Concurrency Control", "AI Pipeline Design")

    deliverValue {
        architecture = "High Availability"
        business = "Growth Enablement"
        infrastructure = "Continuous Cost Optimization"
    }
}

🌍 Open Source Contributions
Pull requests authored & merged into community projects (repos I don't own).

langchain4j ⭐13k #6096 β€” loadDocuments() skips files that fail to parse instead of aborting the whole batch
redisson ⭐24.4k #7327 β€” fixed RedissonCache.retrieve() leaking the internal null sentinel
redisson ⭐24.4k #7316 β€” fixed set() ignoring KEEPTTL and unix-timestamp expirations
redisson ⭐24.4k #7312 β€” reused RxIteratorConsumer instead of duplicating the SCAN-cursor loop
redisson ⭐24.4k #7309 β€” fixed reactive getEx() ignoring PERSIST/KEEPTTL/EXAT/PXAT

πŸ” Full list of merged PRs into repos I don't own

Β  Java
Β  Python
Β  Kotlin
Β  Dart
Featured Project

Contact & Links

Core Stack

Pinned Loading

  1. Mori-Q/.github Mori-Q/.github Public

    1

  2. llm-markdown-sanitizer llm-markdown-sanitizer Public

    Fix broken markdown that LLMs generate β€” tables, lists, emphasis, code fences. Zero dependencies, one function.

    Java 3

  3. lc4j-lens lc4j-lens Public

    See why your RAG retriever picked the chunks it did β€” a local t-SNE map of your LangChain4j EmbeddingStore with model-mismatch detection, zero server/DB/API key.

    Java 5 1

  4. llm-cassette llm-cassette Public

    VCR-style record/replay JUnit5 extension for LangChain4j ChatModel testing. Records a real call once, replays it free forever, and fails with a unified diff the moment your prompt or parameters sil…

    Java 1