~ Blog ~

How To Expand an LVM Partition on Ubuntu
Introduction In this brief post we will take a look at how to expand a Logical Volume (LVM) that your Ubuntu Server operating system is installed in. This worked for me on Ubuntu Server 20.04. When you install Ubuntu Server it creates an LVM and is...
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...