
Software Engineer
Andrew Xue
A real-time telemetry platform for race engineers to view and analyze car signal data, both live during sessions and post-race for review. Built around clean information architecture, responsive data visualizations, and interaction patterns designed for fast decision-making under pressure.
A persistent key-value database engine written in Rust. Explores low-level storage primitives, memory-safe concurrency, and the trade-offs behind building reliable data infrastructure from scratch.
A lightweight database engine that parses SQL queries, plans execution, and runs them against a page-based storage layer. Supports CREATE TABLE, INSERT, and SELECT with WHERE clauses.
