I am super happy to announce that I have pushed my new website to production. I wanted to write a post about the technologies that I used to build the site and why I decided to use them
Building a Web Scraper
In March of 2020, right before the COVID-19 pandemic shutdowns began in California, my wife and I purchased a new pop-up camper.
Rendering a New Background Color for Different React Components
One of the problems I was having when using React Router was changing the background color of the body when loading a new component from my Route’s
How to Format WordPress API Date and Time
If you are using Wordpress .com’s REST API, the date returned from a blog post is in ISO format. Here is what I did to change the ISO formatted date into something more readable for my blog.