home·projects·blogyulong@portfolio
ALL PROJECTS

projects

MakoDBDistributed Database

Distributed in-memory database with OCC; 3.8× transaction throughput on TPC-C via early abort detection (90% → 34% abort rate), plus batch validation + coroutine yielding. 11 Raft fault-tolerance test cases across crash/partition scenarios.

C++ · OCC · Multi-threading · Raft
NoxaCustomer Feedback SaaS

Multi-tenant feedback SaaS with Supabase RLS enforcing org-scoped queries at the DB layer. Embeddable vanilla-JS widget using shadow DOM (sub-50KB, zero host deps). Shipped end-to-end with Supabase Auth, PostgreSQL, dashboard UI, and Stripe billing.

Next.js · TypeScript · Supabase · PostgreSQL · Stripe
StockPulseStock Analytics

Real-time financial data ingestion pipeline aggregating Finnhub, Yahoo Finance, and Gemini API streams into a unified analytics layer. D3.js charts overlay sentiment trends on price history; PyTorch sentiment model trained on 90K docs reaching 75% accuracy on 38K samples.

Next.js · TypeScript · D3.js · PyTorch · Gemini API · Finnhub
ErgoTypeErgonomic Typing Tracker

Computer-vision pipeline using MediaPipe for real-time wrist posture classification, extracting 6 ergonomic metrics from pose/hand landmarks. 81% posture improvement via forearm-angle calculation; 61% lower typing strain and 47% less finger travel from per-keystroke logging.

Next.js · TypeScript · MediaPipe · TailwindCSS