Build a Blog Site with Next.js and Firebase Part 3 - Reading Each Post
Welcome to the third post in my new "Build a Blog Site with Next.js and Firebase" series! This series is pretty similar to a series I wrote in 2019: "Build a React & Firebase Blog Site". Because it's been well over ...
Keep Reading
Build a Blog Site with Next.js and Firebase Part 2 - Creating New Posts
Welcome to the second post in my new "Build a Blog Site with Next.js and Firebase" series! This series is pretty similar to a series I wrote in 2019: "Build a React & Firebase Blog Site". Because it's been well over ...
Keep Reading
Build a Blog Site with Next.js and Firebase Part 1 - Getting Set Up
Welcome to the first post in my new "Build a Blog Site with Next.js and Firebase" series! This series is pretty similar to a series I wrote in 2019: "Build a React & Firebase Blog Site". Because it's been well over ...
Keep Reading
Set up a React App for Testing with Jest and Enzyme
It's been awhile since I've set up a React app for testing with Jest and Enzyme. Since I had to look up more than one of these steps to remind myself how to accomplish this, I decided to write a super quick guide in case it helps anyone else.
Dec. ...
Keep Reading