Blog 3 posts
C++Low-LatencySystems
2026-04-12 · 12 min Building a Low-Latency Order Book: From STL to O(1) Bitmaps
A deep dive into evolving a limit-order book through four architectures — from a naïve STL-based matching engine to a bitmap O(1) design pushing 14.7 million operations per second.
Read → MLOpsPythonKafka
2026-05-18 · 10 min Real-Time MLOps: Building a Fraud Detection Pipeline with Redpanda + XGBoost
Designing an end-to-end streaming fraud detection system with Redpanda (Kafka-compatible), online feature engineering, XGBoost inference at <50ms per transaction, and live Grafana observability.
Read → AIMulti-AgentFinance
2026-06-10 · 14 min Multi-Agent Financial Analysis: CrewAI + XGBoost + SHAP for Stock Auditing
Designing a multi-agent stock analysis system that combines XGBoost risk scoring, SHAP explainability, TF-IDF RAG on financial news, and CrewAI agent orchestration — all streamed progressively to the frontend via SSE.
Read →