Adding Storybook Style Guide to a Create React App

In this post (and the above 6 minute embedded video) we’ll look at how to add the Storybook style guide to a React web app boostrapped by create-react-app.

Read More »

Detect and Refactor JavaScript Copy-Paste Code

In this post (and the above 5 minute embedded video) we’ll look at how to detect copy and pasted code inside of your web application using two different node command-line tools.

Read More »

Debugging a Create React App with VS Code

In this post (and the above 4 minute embedded video) we’ll look at how to configure Visual Studio Code to debug React Components and Jest Unit Tests inside a web application that was created by create-react-app.

Read More »

Getting Started with Create React App

create-react-app is a handy CLI tool which allows you to quickly create and run a React application with no configuration. In this post (and the above video) I’ll show how to get started with create-react-app and long the way, we’ll look at each of its built-in scripts and also investigate various ways to keep your react-scripts dependency up-to-date.

Read More »

Toggle Wi-Fi Light when using Zoom with JavaScript

As a remote employee I am often sharing my video on Zoom while working. I may be pair programming, in a meeting, or just checking in with a co-worker. This happens numerous times throughout the day, but it’s hard to predict when I’m on.

Read More »