CODING Projects
I'm a self-taught developer, and have made consumer apps, as well as many internal scripts like automating marketing analytics, AI market research scrapers, language learning tools, and Pay Per Click advertising automation. 
STORITO.ai
My latest project is a web and mobile app that creates personalized bilingual stories using A.I. 
Available at storito.ai and on the Apple App Store.
I was inspired by my own language learning journey before a month long trip to Asia in June 2025.
I built everything myself. Python, Next.js, Expo React Native, AWS, Tailwind.css, Celery, Docker, Github Actions.
It took me about 5 months to complete. I started it as a Django Web App that used a newsletter to send the stories, then build a mobile version with Expo.
I vastly underestimated how difficult mobile app development was. I thought it would be as easy as creating a Next.JS landing page, but actually took as long or longer than all of the previous work I had done. 😅
MARKET RESEARCH
Using Selenium, A.I. and python, I scraped marketplaces to analyze the top products and how to compete with them. 
For marketing outreach, I use Google Maps Places API to generate spreadsheets of prospects given a desired service and location (market.)
ANALYTICS & REPORT AUTOMATION
Using Plotly, Pandas, PostgresQL, AWS, & HTML automation, I programmatically downloaded, analyzed, and formatted advertising-sales reports for my marketing clients.
You can read more about that on my marketing-tech blog here, and how I tried to create a full SASS platform below.
PPC AUTOMATION
Using the Amazon Ads API, I was able to pause and enable keyword bids given basic parameters, such as if ROAS ≤ 3, pause.
I'm working on improving my code, and am interested in the use of A.I. agents to operate the bidding process. However, I still don't trust my ability to safely use A.I. for financial activities quite yet.

SASS - REPORT AUTOMATION
I teamed up with a data engineer friend to develop my scripts into a SASS product which anyone could use. He managed the data pipeline and architecture, while I built the front-end with Vue.JS and adjusted our django API to get the data and format that I originally used.
We achieved a working demo which I am proud of. But unfortunately, the project was ended right before launch.
SHOPIFY THEME DEVELOPMENT
Shopify CLI + Shopify Liquid are essential for creating new features for shopify themes which can't be done through the editor. I use this a lot with marketing clients.
OTHER PROJECTS BELOW
Back to Top