You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fault-tolerant distributed stock trading system in Python — Paxos consensus (Proposer/Acceptor/Learner, Prepare/Promise/Accept/Learn) across 3 replicated order service nodes for consistent transaction ordering under concurrent writes, partial failures, and leader crashes; LRU cache, Docker Compose, AWS load testing
Automated evaluation and observability harness for production RAG systems. Gates CI/CD against regressions with precision/recall/F1 scoring, dual-signal faithfulness auditing (embeddings + LLM judge), cold/warm latency profiling, and side-by-side configuration benchmarking.