Skip to content
View PreAgile's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report PreAgile

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

Meyon Soo Kim

Backend engineer building reliable systems where state, failure, and recovery matter.

I work mainly with Java/Kotlin, Spring, TypeScript, Python, Redis, RabbitMQ, and AWS. My interests are distributed-workload design, concurrency contracts, resilient browser automation, and turning production constraints into small, verifiable APIs.

What I build

  • Resource reputation and recovery โ€” reputation-pool is a dependency-free Java engine for leasing resources that can fail, cool down, and recover. reputation-pool-cloud is its hosted open-core counterpart.
  • Asynchronous workload pipelines โ€” I design boundaries around queues, session ownership, idempotency, backpressure, and failure recovery for long-running external work.
  • Backend systems that can be explained โ€” I prefer explicit state transitions, measurable invariants, and tests that challenge the contract rather than merely exercise the happy path.

At Lemong

I am a Backend Engineer at Lemong, an AI company building services for the F&B industry.

  • ๋Œ“๊ธ€๋ชฝ helps independent store owners bring delivery-platform reviews into one place, generate AI response drafts, detect dissatisfied customers, and schedule tailored replies.
  • ๋Œ“๊ธ€๋ชฝ Biz gives franchise headquarters and stores shared AI review operations, cross-store review/order/sales insights, and marketing-reply workflows for customer retention.

I work across the backend APIs, browser-automation workers, and asynchronous job pipelines that make those customer-facing workflows reliable at scale.

Open source

I am a member and contributor of Kotest, the Kotlin testing framework. My work there focuses on public API design, concurrency-safe extension points, and Kotlin Multiplatform correctness.

  • Designed and implemented a type-safe, hierarchical test metadata API โ€” #5905 for #5103. The design separates registration-time mutation from immutable execution-time snapshots.
  • Replaced a global custom equality registry with a comparison-scoped DSL, avoiding nondeterminism under parallel test execution โ€” #6010 for #5910.
  • Preserved Kotlin assertion type safety while fixing a Kotlin/Native IR linker failure โ€” #5789, #5828.

Other merged Kotest work covers JSON matcher extensibility, JSON Schema anyOf / oneOf, assertion diagnostics, and fluent assertion consistency: #5756, #5795, #5807, #5835.

I also contribute across the JVM ecosystem:

  • Lettuce #3762 โ€” removed a blocking Mono.block() path from Redis URI masking so reactive threads do not fail during connection setup.
  • Armeria #6683 and #6713 โ€” improved built-in configuration and graceful-shutdown documentation.

I keep exploring and contributing around Spring Batch, Spring Cloud, Redis clients, service frameworks, and test infrastructure.

Writing

I write design notes about concurrency, resource ownership, queue behavior, and public API boundaries at my engineering blog.

reputation-pool reputation-pool-cloud Kotest contributor

Pinned Loading

  1. reputation-pool reputation-pool Public

    Pure-Java engine for leasable resources that carry a reputation โ€” lease, degrade on failure, cool down, recover. Zero runtime dependencies.

    Java

  2. reputation-pool-cloud reputation-pool-cloud Public

    reputation-pool ๊ธฐ๋ฐ˜ ํ˜ธ์Šคํ‹ฐ๋“œ SaaS โ€” open-core ์ƒ์šฉ๋ถ€ (app.poolroost.com)

    TypeScript