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
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