/projects
Select projects, both personal and from school, listed here. Visit my GitHub profile to see more!
SmartHomeAccess
Jan. 2025 - Mar. 2025
Technologies: Python, Flask, SQLite, Raspberry Pi
Institution: University of California, San Diego
- Co-designed a mini-home security system using RFID technology and embedded hardware, achieving 90%+ reliability with an average detection time of 0.592 seconds and authentication time of 20 milliseconds.
- Optimized energy efficiency through interrupt-driven multithreading, significantly reducing power consumption to below 1 A at all times while maintaining high performance.
- Utilized SQLite's Write-Ahead-Logging mode to ensure concurrency amongst multiple reader-writer clients.
AstroAuth
Dec. 2024
Technologies: Go, SQLite
Project Link: GitHub
- Crafted a secure prototype authentication API supporting RSA, ES256, or ES512 hashing schemes.
- Utilized trusted Go libraries for secure management of environment variables, database operations, and cryptography, enhancing system security.
KeplerKV
Jul. 2024 - Dec. 2024
Technologies: C++, CMake, Bash
Project Link: GitHub
- Developing a lightweight NoSQL key-value store supporting various data types and operations.
- Designed a custom, extensible query language for efficient data management and manipulation, supporting both interactive input and script-based execution for automation.
- Implemented serialization and transaction support, ensuring data persistence and atomic operations.
SlugQuest
Jan. 2024 - Mar. 2024
Technologies: Go, SvelteJS, SQLite
Institution: University of California, Santa Cruz
Project Link: GitHub
- Built a gamified to-do list application to enhance productivity through collaborative task management.
- Integrated Auth0 API by Okta for secure authentication, ensuring data security and seamless user experience.
- Achieved over 95% code coverage through comprehensive unit testing with Go's native test framework.