Low-latency order-matching engine in Rust targeting Apple Silicon with inline ARM64 NEON assembly, lock-free SPSC ring buffers, and measured sub-100 ns round-trip latency. Zero external dependencies.
Production-deployed durable write-ahead buffer in Rust — CRC32 checksums, configurable fsync tiers, automatic crash recovery via WAB segment replay, and a MySQL bulk-drain sink that compresses N records into a single server-side commit.
Open-source distributed smart speaker system in Rust — all AI processing runs on your own hardware. Multi-node mTLS gRPC, zero-config mDNS discovery, Whisper STT, Ollama LLM, Qdrant RAG. No cloud APIs, no telemetry.
Hybrid Evolutionary Algorithm + Reinforcement Learning pipeline for constraint-aware architectural floorplan generation from natural-language instructions. Validated over 500 paired runs with 83.8% win rate and 6.96% median improvement over baselines.
Capability-based access control banking simulator in Java — sealed class hierarchy, package-private capability forgery prevention, PECS-correct AccessResult<T> monad, and a 12-section security penetration test suite validating the full scope-role matrix via reflection.
Async Rust MCP server exposing 10 GitHub API tools over stdio — repository listing, file trees, content decoding, code search, commit history, pull requests, and local repo scanning. Parallel API calls via tokio::join!, graceful binary and symlink handling throughout.
Coursework report detailing the hybrid evolutionary algorithm and reinforcement learning approach for constraint-aware floorplan generation from natural-language instructions.