My name is Adam. I'm a Computer Science Major planning to graduate in Spring 2026.
- Embedded Systems / Raspberry Pi projects
- Web applications
- Alogrithms and data handling
- Video games and modifications
Languages: C/C++, C#, Java, Python, JavaScript, PHP, SQL, Bash
Development Environments: Visual Studio, Eclipse, VS Code, Linux terminal, Unity
Areas: System design and web development
Defined system requirements, constraints, standards, and hardware/software architecture for a secure file transfer system between a Raspberry Pi and a Windows computer under WiFi/Bluetooth restrictions, timing limits, and distance constraints. Implemented a multi-component system that filtered out target images, generated and signed checksum manifests, encrypted and decrypted files, transmitted data over RF utilizing LoRa modules, and delivered results through a web application with two factor authentication.
Developed a first-person parkour game in Unity with selectable courses, configurable in-game modifiers, and scalable difficulty levels.
Designed software and testing plan for a marathon registration system in C/C++ that validates entries, calculates tiered pricing and discounts, and maintains a live participant roster.
Built an autocomplete engine using an alphabet trie to load a dictionary file and list all words with a given prefix.