\back

/projects

Select projects, both personal and from school, listed here. Visit my GitHub profile to see more!


SmartHomeAccess

Jan. 2025 - Mar. 2025

University of California, San Diego

Python, Flask, SQLite, Raspberry Pi

  • Co-designed an RFID-based home access system with embedded hardware, achieving 90%+ detection reliability with 0.592s average detection time and 20ms authentication latency
  • Optimized energy efficiency through interrupt-driven multithreading, significantly reducing power consumption to below 1A while maintaining real-time performance
  • Utilized SQLite’s Write-Ahead-Logging to ensure data consistency with concurrent multi-client operations

AstroAuth

Dec. 2024

Go, SQLite

Project Link: GitHub

  • Developed a secure prototype authentication API supporting RSA, ES256, or ES512 JWT hashing schemes
  • Implemented secure credential management and database operations using trusted Go libraries, following security best practices for production-ready systems

KeplerKV

Jul. 2024 - Dec. 2024

C++, CMake, Bash

Project Link: GitHub

  • Built a lightweight NoSQL key-value store supporting typed key-value pairs and basic transactions
  • Designed a custom, extensible query language for efficient data management and manipulation, supporting both interactive CLI and automated script execution for production workflows
  • Implemented ACID-compliant transactions with efficient serialization, ensuring data persistence and atomic operations under concurrent access

SlugQuest

Jan. 2024 - Mar. 2024

University of California, Santa Cruz

Go, SvelteJS, SQLite

Project Link: GitHub

  • Built a gamified productivity app with collaborative features and a reward system to boost user engagement
  • Integrated Auth0 API by Okta for secure authentication, ensuring seamless user experience and data protection
  • Achieved over 95% code coverage through comprehensive unit testing with Go’s native test framework