Dave Regg's Blog

Read more ⇒
It happened! It finally happened! After two years of (nearly) year-round college courses and an internship, I've become a professional software engineer!

The Start of a New Journey

Dave Regg

04 Jul 2023

It happened! It finally happened! After two years of (nearly) year-round college courses and an internship, I've become a professional software engineer!

react-redux-firebase is an npm package that helps integrate Firebase with React applications. Let's start by setting up the application.

React-Redux-Firebase I: Setting Up

Dave Regg

24 Nov 2020

react-redux-firebase is an npm package that helps integrate Firebase with React applications. Let's start by setting up the application.

Firebase is a service provided by Google which assists developers with backend data. It can help with Authentication, SEO, database management, and so much more!

Firebase: Firebase Auth and Firestore Methods

Dave Regg

14 Nov 2020

Firebase is a service provided by Google which assists developers with backend data. It can help with Authentication, SEO, database management, and so much more!

At this moment, I am dealing with self doubt. I am staring at a blank white page in my text editor, preparing for a project, but I have no idea where to begin. What do you do now?

Coping with a Blank Page

Dave Regg

29 Jul 2020

At this moment, I am dealing with self doubt. I am staring at a blank white page in my text editor, preparing for a project, but I have no idea where to begin. What do you do now?

Jest is an easy-to-use testing package used with JavaScript and Node. Since I am very new with testing, this is a quick overview of the importance to test and how it's implemented

Jest Testing: 101

Dave Regg

25 Jul 2020

Jest is an easy-to-use testing package used with JavaScript and Node. Since I am very new with testing, this is a quick overview of the importance to test and how it's implemented

Check out earlier posts