Building Production-Ready Systems
90%+
Test Coverage
Sub-ms
Serialization Latency
100%
Open Source






Raft Consensus & LSM-Tree Persistence
Implemented a fault-tolerant distributed key-value store in Rust, leveraging the Raft consensus algorithm for strong consistency and an LSM-tree for efficient disk persistence. Achieved high availability and data durability under network partitions.
Sub-Millisecond Serialization Benchmarks
Developed a custom RPC framework optimized for low-latency inter-service communication. Implemented zero-copy serialization techniques and asynchronous I/O, demonstrating sub-millisecond end-to-end latency in benchmark tests.
Declarative ETL Pipelines in Scala
Designed and implemented a type-safe ETL pipeline library in Scala, ensuring data integrity and preventing common runtime errors through compile-time checks. Processes large datasets with guaranteed schema evolution and transformation logic.
Active in Open Source
Rust Compiler Contributor
Apache Kafka Client Library
Submitted multiple pull requests to the official Rust compiler, improving error messages and optimizing specific AST traversal algorithms. Focused on enhancing developer experience and performance.
Maintained and extended a high-performance Apache Kafka client library in Go, focusing on latency reduction and reliable message delivery semantics. Implemented new consumer group rebalancing strategies.
Inspect the Codebase
My GitHub profile contains detailed commit histories, comprehensive READMEs, and full test suites for all projects. See the engineering decisions firsthand.