Posts

Spoke at Hack Hours today about MLOps, and the similarities with DevOps practices. 4 core principles of MLOps that we discussed are: • Versioning (model code and datasets) • Automated data pipeline...
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...
I discovered Bitburner this weekend - it's an incremental game where you take on the role of a hacker in a cyber-punk world. You interact with the game-world from a terminal using actual Unix comma...
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...
Re-read Black Hat Python again over my winter break as it just caught my eye while I was organizing my ebook collection. Decided that I would follow along and implement the exercises myself this ti...
Loading...