Skip to content
View winsongr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report winsongr

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
winsongr/README.md

Winson GR

Backend Systems Engineer | Distributed Systems & Fintech

I design, build, and operate backend systems where data integrity, retries, and failure handling are non-negotiable. I specialize in building boring systems that don't break under load.


Engineering Impact

  • Built and operated backend workflows supporting 100k+ paid subscribers in revenue-critical environments with strict consistency guarantees.
  • Reduced infrastructure and API costs by $48k/year by migrating third-party workflows to in-house PostgreSQL systems over 6 months.
  • Improved query performance by ~90% in production financial data pipeline serving 3M monthly users through schema redesign and index optimization.
  • Reduced LLM token costs by ~30% using semantic caching and request-aware model routing.

Selected Systems

Transaction Engine

FSM-based transactional workflow engine designed to prevent state corruption in payment and finance workflows.

  • Enforces exactly-once state transitions using idempotency keys
  • Uses the transactional outbox pattern for safe event publishing
  • Built to survive retries, crashes, and duplicate events

View repository

Async RAG Ingestion Engine

Deterministic async ingestion pipeline for large-scale document processing.

  • Idempotent vector indexing with failure-safe retries
  • DLQ-backed recovery for rate limits and partial failures
  • Designed for predictable cost and zero data loss

View repository


Technical Focus

Core stack: Python, PostgreSQL, Kafka (production-validated in finance-critical systems)
System design: Event-driven architectures, idempotency patterns, failure recovery
Currently exploring: Go for high-throughput API services

LinkedIn: linkedin.com/in/winsongr
LeetCode: leetcode.com/u/winsongr

Pinned Loading

  1. async-rag-ingestion-engine async-rag-ingestion-engine Public

    Production RAG pipeline with idempotent vector indexing, DLQ-backed retry, and deterministic failure recovery

    Python

  2. transaction-engine transaction-engine Public

    FSM-based transaction engine with exactly-once state guarantees using outbox pattern and optimistic locking

    Python

  3. financial-transactions-dashboard financial-transactions-dashboard Public

    Full-stack financial analytics platform demonstrating CSV ingestion, async aggregation, and transaction visualization

    TypeScript