Quant Developer with 8+ years of experience building full-stack trading infrastructure. Passionate about squeezing every nanosecond out of the critical path.
struct QuantDev {
name: &'static str,
role: &'static str,
languages: &'static [&'static str],
systems: &'static [&'static str],
focus: &'static [&'static str],
}
const NATHAN: QuantDev = QuantDev {
name: "Nathan Shea",
role: "Senior Quant Developer",
languages: &["Rust", "C++", "Python", "Shell", "TypeScript"],
systems: &["Market Data", "OMS/EMS", "Strategy Engine", "Risk Management"],
focus: &["Low Latency", "Machine Learning", "Quantitative Trading"],
};- 8+ years in quantitative trading systems, covering the full trading stack
- Built market data pipelines, order routing / execution systems, and strategy engines in Rust & C++
- Expertise in low-latency architecture: lock-free data structures, kernel bypass, cache optimization
- Applying Machine Learning to quantitative strategy development and alpha research
- Open to collaborating on Rust / C++ performance-critical and trading-related projects


