Dave Regg's Blog

All Posts

  1. 25 Jul 2020Programming

    Jest Testing: 101

    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

    Read it here

  2. 10 Jul 2020Hobbies

    Running When Things Get Hot

    Making time for programming and other activities is difficult. Put a 40 hour work week on top with some social sprinkles mixed in, and finding time for anything can be tough. So how can I find the time to jog?

    Read it here

  3. 08 Jul 2020Programming

    A Running List of Project Ideas

    Finding motivation to teach yourself programming is difficult, especially when you have already learned so much and you just want to get into the workforce! Get inspired with project ideas

    Read it here

  4. 06 Jul 2020Programming

    Typescript- A Different Kind of Error

    In my mind, Typescript is just a stricter form of JavaScript. I went through a Typescript tutorial as a quick intro of different Types and why people find it so important

    Read it here

  5. 27 Jun 2020Programming

    The Unprepared Interview

    I had an interview for a non-profit yesterday. I had kept my expectations realistic, I tried to prepare myself for an initial interview, and I thought that I would be prepared.

    Read it here

  6. 23 Jun 2020Programming

    Creating a Server with Express

    A short intro to Express.js

    Read it here