tools that work for you…
“We engineer software to reform how you accomplish everyday tasks while maintaining your privacy.”
~ Highlights ~
JobTrac.io
In today’s job application culture, most job applications are filed online with the major job search companies like Linkedin, Monster, Indeed, etc… One of the challenges that applicants can face is keeping track of all of the job applications that they submit across these websites. This is where JobTrac.io comes in. JobTrac is a free tool that is designed to help you manage your online job applications in one centralized place.
Your Privacy
Trac your life without worrying about who is tracking you!
~ Posts ~
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 designed to use up...
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, the useState hook, and react-bootstrap to build this prototype. The pre-requisites for...
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 own thoughts on the matter and open it up to discussion with whoever is interested in...
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 Divi's is the post navigation layout. In this post, we will take a look at a very simple way...
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 this and is a very powerful pattern to have in your software engineering toolbox. This post...
WordPress GDPR Compliance – Data Requests
This is the final post in our WordPress GDPR compliance blog series. We will be looking at how to use the tools provided by your WordPress website to handle GDPR requests from your website visitors. As I mentioned in the previous GDPR post, this post is not a complete...