Dave Regg's Blog

All Posts

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

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

  3. 16 Jun 2020Mental

    A Job Search with Anxiety

    Networking? Imposter syndrome? Nerves? Feeling confident is always tough for me so coming across as confident during networking and interviews feels impossible.

    Read it here

  4. 11 Jun 2020Programming

    The Gatsby Struggles

    The two most prevalent struggles in creating a Gatsby blog were using the gatsby-node.js file and SEO configuration. I talk about the two issues and how I went about solving them.

    Read it here

  5. 11 Jun 2020Programming

    Boilerplates

    Today I spent several hours creating React boilerplates that were custom for me. I discuss how I built my boilerplates for Gatsby, Nextjs, and CRA and why boilerplates can assist new programmers in quickly setting up new applications.

    Read it here

  6. 06 Jun 2020Programming

    Deploying a Gatsby Blog

    Using Gatsby, Netlify, and Contentful, I have created a brand new blog. Fresh from my mind is how I deployed the web app.

    Read it here