Published onOctober 8, 2022Reverse Engineering a Cat Feeder to Boost ProductivityPythonREST-APIAfter some late-night Amazon'ing I got a PetKit FreshElement Solo, which I turned into a positive reinforcement machine!
Published onAugust 15, 2022Using CircleCI with AWS SAMCI/CDAWSI took an hour troubleshooting stuff to find an MVP template for AWS SAM on CircleCI today, here's my results!
Published onJune 13, 2022Why are my React functions running twice?ReactWhile I was building Tacticle, my React Wordle clone for chess, I ran into this problem and found the solution!
Published onJune 13, 2022A few things I learned making a Chessle competitor (Chess Wordle Clone)ReactTacticle is easily the most used site I've ever built, here's the tools that I used, and some lessons learned!
Published onJune 12, 2022Speeding Up Data Science Iteration with joblib.MemoryPythonCool LibrariesIterating on models quickly is one of the most important things we can do as data scientists. Here's how I use joblib to avoid frequent calls to my database, while working with production-ready code.
Published onJune 12, 2022The Best Python Libraries for Data SciencePythonCool LibrariesThere are a few libraries that I constantly use at work. Just an understanding of when they're useful makes you a better Data Scientist.
Published onJune 11, 2022'Error with Permissions-Policy'? Disqus Content Security Policy CodeNextjsHere is the code you can copy and paste to make Disqus work with your content security policy. Working with Next.js!
Published onJune 11, 2022New Google Analytics Content Security Policy CodeNextjsFix your Google Analytics CSP with just a few lines!
Published onFebruary 15, 2022Getting the Most Out of Exercism.ioLearningPythonI'm a pretty big Exercism fan. I don't think there's a better way to learn to code well. Here's how to get the most out of it.
Published onFebruary 14, 2022VSCode Python Formatting with BlackVSCodePythonPaste this into your settings json and you'll automatically have prettier code.