A collection of thoughts, case studies, tutorials, frontend architecture, IoT, van building, and everything in between.
Bike Share Data Analysis using Python, Anaconda, and Pandas
A python script that lets a user interact with a dataset about bikeshare data.
Remixing a Symfony: Harvie's Journey with Performance
This article serves as the basis for my 2022 Remix Conf talk.
Fixing “'compilation' argument must be an instance of Compilation”
This is probably going to be a very niche topic, but I occasionally run into this very obscure webpack error, and while I know how to fix it now, it caused much pain for a few weeks.
E2E Testing with Cypress
If you're on the fence about adding end-to-end testing in your JavaScript application, I recommend trying Cypress.
Learning Flexbox with Flexbox Froggy
If you like CSS and want a fun challenge while you're social distancing, I recommend checking it out!
Saving Angular Form Data Without an Internet Connection
In this article, I will walk you through creating a simple Angular form, saving the form data locally, and then finally how to submit the data once a connection has been established.
Deploying a Node App to DigitalOcean
Making use of DO cloud servers, git, nginx, and forever.js to get a node app up and running.