Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View yellow013's full-sized avatar
🏘️
Working at home
🏘️
Working at home

Block or report yellow013

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

Hi, I'm yellow013

I build Java-based trading systems and financial infrastructure, with a focus on reliability, low-latency event processing, broker connectivity, and maintainable architecture.

Current focus

  • Trading runtimes — strategy lifecycle, market-data and order pipelines, backtesting, and risk controls
  • Broker connectivity — CTP/XTP integrations, native Java bindings, and unified broker APIs
  • Platform engineering — concurrency, persistence, transport, serialization, and observability
  • Agent-assisted engineering — practical multi-agent workflows for development, review, release, and operations

Engineering principles

  • Make contracts explicit and failures observable.
  • Prefer correctness and operational safety over clever abstractions.
  • Benchmark hot paths, test system boundaries, and keep production changes rollback-ready.
  • Use AI agents as accountable engineering collaborators, with evidence, review gates, and clear ownership.

Technology

Java 21 · Kotlin · C/C++ · TypeScript · Maven · Spring Boot · Disruptor · Aeron · SWIG · Vue · SQL

For project-specific questions or collaboration, please open an issue in the relevant repository.

Pinned Loading

  1. Flatf-Ltb/cytrader Flatf-Ltb/cytrader Public

    High-performance strategy platform and trading system implemented in Java

    HTML 10 7

  2. Flatf-Ltb/gateway Flatf-Ltb/gateway Public

    Connectivity adapters for multiple financial markets implemented in Java

    Java 8 3

  3. Flatf-Ltb/infra Flatf-Ltb/infra Public

    Basic library collection

    Java 4

  4. ftdc ftdc Public

    Forked from haoziwlh/ftdc

    implement ftdc protocol of CTP in java

    Java 3 1

  5. japanese-learning japanese-learning Public

    Japanese Learning Note

  6. low-latency-primitive-concurrent-queues low-latency-primitive-concurrent-queues Public

    Forked from RobAustin/low-latency-primitive-concurrent-queues

    Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interface of BlockingQueue, they work with primitive rather than Ob…

    Java