~ Blog ~

Jest Unit Test Workaround for Firebase setPersistence()
This post is about how I dealt with a known issue in testing your implementation of the Firebase UI library in your front end application. From my research, I didn't find any clear cut ways to test this code without a workaround. This post is about...
Building a Password Strength Meter with React useState
In this post, we'll walk through a simple React.js example of how to build a password meter display to indicate the strength of a password as the user types it. We'll use React,...
Debatable: Should you build the Front-end or Back-end first?
Overview This is the start of a new and ongoing series in which I will address topics that are debatable within the IT industry. I will then attempt to address the topic with my...
Divi – Swapping Page Navigation
The Divi WordPress Theme offers a lot of great features for building high-quality professional websites. But, as you probably know, every tool comes with its quirks and one of...
Decorator – Wrapping Functionality
The Decorator Pattern is a Structural Design Pattern that can be used as a flexible alternative to inheritance to add responsibility at runtime. It uses composition to achieve...
Comments