$ ls -la ~/projects/
A collection of projects showcasing my work in high-performance computing, quantitative finance, and modern web development.
High-Frequency Trading System
A comprehensive low-latency trading system with real-time monitoring capabilities. Features kernel-bypass networking, microsecond-level market data processing, and a web-based control dashboard.
- Ultra-low latency market data ingestion
- Real-time strategy execution and monitoring
- Comprehensive backtesting framework
- Risk management and portfolio tracking
Portfolio Website & Control Center
This very website - a modern portfolio built with Astro's "Islands Architecture" that serves both as a professional showcase and a control interface for trading systems.
- Static-first performance with dynamic islands
- Terminal-inspired design aesthetic
- Integrated trading dashboard
- Zero-cost hosting on Vercel
Market Microstructure Analyzer
A comprehensive toolkit for analyzing tick-by-tick market data, order book dynamics, and market microstructure patterns. Designed to inform trading strategy development.
- High-frequency data visualization
- Order book reconstruction and analysis
- Liquidity and volatility modeling
- Pattern recognition algorithms
Risk Management Framework
A robust risk management system implementing modern portfolio theory, VaR calculations, and real-time position monitoring with automated risk controls.
- Real-time portfolio risk assessment
- Monte Carlo simulation engine
- Automated position sizing
- Stress testing capabilities
$ git log --oneline --graph
Languages
- C++ (Performance-critical components)
- Python (Analysis and backtesting)
- JavaScript/TypeScript (Web interfaces)
- SQL (Data management)
Technologies
- DPDK (Kernel-bypass networking)
- ZeroMQ (High-speed IPC)
- React (Interactive dashboards)
- Astro (Static site generation)
Focus Areas
- Ultra-low latency systems
- Real-time data processing
- Quantitative finance
- Modern web development