Commercial Projects
Digital Storefront design and maintenance.
- Marketing: 15 million impressions, Maintained ROAS > $1.5 in a highly competitive market, $161k attributed sales
- Copy and Imagery: Manicured digital product spaces that convert directly into sales
- Compliance: Maintained FDA regulatory compliance for class 1 and 2 product listings
- Forecasting and Logistics: Tied into a broader supply chain preventing out of stock events while minimizing inventory at any given time
Automated Document Generator
- Developed a Python-based tool to automate the generation of shipping documents
- Combined with a PO document parsing script that pulled data from our EDI PO's and sent them to the document generator
Open Source Contributions
- I prepared specimens for long term storage at the Natural History Museum with a focus on digitalizing the collection for remote researchers to access
LIGHT Research: ALAN & Bird Migration Data Infrastructure
- Weber State University · DATA Team · Spring 2026
- Contributed to a multi-team field study investigating the effects of artificial light at night (ALAN) on bird migration patterns. As part of the DATA team, I designed the data infrastructure used across all field teams for the field study.
- Worked closely with other teams, gaining insight into real-world device constraints, data sampling workflows, and field logistics. This experience ranged from collecting empirical data (mortality surveys), to troubleshooting hardware constraints (forced file naming), to designing non-technical export functionality for critical environmental data.
- Presented and justified the research to the President’s Council at Weber State University.
- Deliverables:
- Naming conventions: standardized file and field naming system across teams and device types
- Field naming reference sheet: single-page printable and a web-accessible HTML version for field use (View naming reference)
- Google Drive architecture: folder structure designed to support consistent nightly data ingestion from multiple teams
- Nightly data submission form: Google Form used by field teams to log each night's collection
- Data uptake SOPs: team-specific nightly checklist workflows used to standardize intake, validation, and submission across field teams
Ask me about my Academic Projects (can provide code on request)
Emergent Structure Simulator
- Python based solid structure and flocking behavior simulator
- Used Pygame with rule based 'particle' sprites to visually showcase either flocking or structural emergence, depending on initial conditions
Using Assembly to understand Recursion and String Manipulation(Mips)
- Gets arbitrary number of user-strings
- Calculates lengths, reverses and stores strings
- computes 2k k-palindrome value and prints the results
- Used program to compare Direct-Mapping and Fully-Associative mapping
- Direct-Mapped, 16 blocks, 4 words/block - Cache Hit Rate: 92%
- Fully-associative, 16 blocks, 4 words/block - Cache Hit Rate: 98%
- Implemented graph traversal (DFS), binary search trees, linked lists, and quadratic probing hash tables
- Utilized C++ templates for fully generic K-way merge sort
- Note: I authored all core C++ data structures and algorithms; Cursor scaffolded the WebAssembly for the interactive demo
Grocery Store Inventory and Payment System(c++)
- Built utilizing Classes and Inheritance in c++
Combinations, Permutations, Fibonacci and Prime Factorization Functions(c++)
- Simplifies factorial over factorial cases prior to calculating
- Includes bonus recursive implementations for pedagogical value
Missionaries and Cannibals Graph Search Problem(c++)
"in this problem, three missionaries and three cannibals must cross a river using a boat which can carry at most two people, under the constraint that, for both banks, that the missionaries present on the bank cannot be outnumbered by cannibals. The boat cannot cross the river by itself with no people on board."
Certs & Comps