January 16, 2021 • 4 min read
In this tutorial, I will go through how to deploy a Fluid Framework application. Once you complete this, you will have a working Fluid…
January 03, 2021 • 1 min read
In the last tutorial we built the initial version of our Holiday Blog. However, it lacks a core feature that a lot of blogs have, images. In…
November 28, 2020 • 10 min read
Overview In this tutorial we will work together on using GatsbyJs to build a blog about different Holidays. This tutorial is intended to…
November 13, 2020 • 2 min read
I was recently on the CodeSandbox site and one of the templates I saw was for something called Blitz.js . It was the first time I heard of…
October 25, 2020 • 2 min read
In the last post we learned what Immediately-Invoked Function Expressions (IIFE) are, and in this post I will touch on their use cases and…
October 21, 2020 • 1 min read
I was recently checking out a presentation online and saw the term "self invoking functions". I heard it many times but never really took…
July 14, 2020 • 2 min read
Previously I had worked on a list component that needed to change the style of a list item once a user clicks on it. In this post I will…
June 26, 2020 • 1 min read
A while back I was working on a feature for a project I built to display a countdown. I wanted the countdown to display the number of days…
June 19, 2020 • 2 min read
When working with React, especially at work, there are a few things I keep in mind to help me build faster and more efficient React…
June 11, 2020 • 2 min read
React hooks are useful as they allow you to encapsulate and reuse stateful logic in your components. setTimeout is a useful JavaScript…
June 07, 2020 • 4 min read
Background As I mentioned in my previous post, What is this blog????? , this site is a total redesign of the previous version. I decided to…
June 03, 2020 • 1 min read
This blog came about as part of the redesign of my personal website. I had left it stagnant for about two years and did very little with it…