Aspiring Space-Focused Software Engineer | M.S. Computer Science Candidate
Download ResumeI'm an ex-NASA Software Engineer Intern and Computer Science Master's student graduating in August of 2025. I am passionate about space software systems, robotics, and AI.
Programmed full autonomy in C++ for a physical robot using multiple ultrasonic range finders, a vision sensor, & GPS (added after the created demo) for real-time detection, classification, obstacle avoidance, & movement.
DemoDesigned & implemented a software simulator with CI pipeline featuring RTOS task scheduling, watchdog-driven fault recovery, & CCSDS-style telemetry uplink/downlink, & simulated command/sensor inputs.
GitHub | DemoCreated an automated alert system in coordination with my vital resource predictive algorithm, helped develop an autonomous navigation system, and helped integrate a camera with LiDAR into simulated lunar rover.
DemoBuilt a real-time & general purpose OS simulation visualizing process queues & performance metrics using varying algorithms – one being a Rate Monotonic Scheduler (RMS) with determinism & priority inheritance, & another being a preemptive Multi-Level Feedback Queue (MLFQ) with task prioritization & interrupt handling.
GitHub | DemoDeveloped a full-stack Linux-style shell & virtual file system from scratch using Python, FastAPI, and SQLite to support advanced command-line utilities such as piping, redirection, and file permission parsing. Also implemented a backend with optimized memory management handling & shell history components.
GitHub | Demo