Dave Regg
04 Jul 2023It happened! It finally happened! After two years of (nearly) year-round college courses and an internship, I've become a professional software engineer!
Dave Regg
24 Nov 2020react-redux-firebase is an npm package that helps integrate Firebase with React applications. Let's start by setting up the application.
Dave Regg
14 Nov 2020Firebase is a service provided by Google which assists developers with backend data. It can help with Authentication, SEO, database management, and so much more!
Dave Regg
29 Jul 2020At 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?
Dave Regg
25 Jul 2020Jest 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