Things I’ve built
Published molting-release-action, my first public GitHub Action, to the GitHub Marketplace. It uses the molting Python package to update your changelog, bump your package version, and publish a new...
Just published this weekend's side project - wordle-operator, which lets you play Wordle from your Kubernetes cluster! I've been wanting to build a Kubernetes operator as a weekend project for a li...
Decided to brush up on my React skills during some of my winter downtime by learning NextJS. Managed to put together a fun little landing page by leveraging a little bit of Tailwind and some Fontaw...
Created a python package called GitFix that helps you recover from git mistakes by following a step-by-step wizard.
I learned how to create an Alexa Skill over the weekend, and published Ant Facts which gives you interesting pieces of trivia all about ants! 🐜🐜🐜
Published my GitHub repo for Droppod, a Podcasting application I built during college. I learned a lot about caching API requests, representing tree structures in a tabular database, and how to des...
Published my own version of of Joseph Weizenbaum's ELIZA, one of the first natural language processing computer programs. I'm a huge fan of Zachtronics games, so when I discovered that their game E...
Created a Katacoda course on how to work with JSON data using SQLite.