Senior Engineer, Quantitative Engineer OneBullEx
- Owned both the backend and the React/TypeScript ops dashboard for a multi-strategy algorithmic trading system; applied an AI-native (Claude Code) development methodology to build and operate a complex trading system as a single engineer.
- Built a real-time operations dashboard (Go/fasthttp backend, React/TypeScript frontend) showing live uPnL, positions, and order history via a WebSocket hub, plus a 1-minute snapshot worker reconciling exchange REST data into a NAV/PnL pipeline; infra metrics via VictoriaMetrics + Grafana (15+ custom metrics).
- Developed a multi-strategy OMS execution engine in Go handling 100+ concurrent trading signals - queueing/throttling/retry against exchange rate limits, FSM-based execution from signal to fill, and safeguards against duplicate/rapid-fire signals; achieved P99 200ms order processing even against exchanges without WebSocket support.
- Designed an AI-native development workflow for long-running complex systems: layered context documents, Claude Code hooks enforcing project rules, an AI code-review loop, and MCP/Skills-based code search to keep AI output consistent with agreed specs.