Dave Regg's Blog

All Posts

  1. 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

  2. 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

  3. 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

  4. 23 Jun 2020Programming

    Creating a Server with Express

    A short intro to Express.js

    Read it here

  5. 20 Jun 2020Mental

    Remote Networking in a Post Covid World

    As someone with anxiety, I find networking incredibly difficult. Today I joined my very first Meet Up, and it was entirely remote!

    Read it here

  6. 18 Jun 2020Programming

    Svelte Intro

    Svelte is a compiler that acts like a JavaScript frontend framework. It works like Vue, with all the JS, HTML, and CSS in one Component file. Here's an intro to learning Svelte

    Read it here