If Windows 11 were a product with a slogan, it would be "same Windows, now 50% less ugly." With Windows 11 finally, upon us, the question on …
How to Add Infinite Scrolling to a HTML Element With Vanilla JavaScript
There is a Javascript library for almost anything. But sometimes, it's good to code your solutions to specific problems where the resulting …
How to Upgrade to Windows 11 if You Don’t Want to Wait for the Upgrade Prompt
Windows 11 is finally here, and like Windows 10, it will be a free upgrade for Windows 10 users. However, the rollout will be slow and …
The Only Long-Term Casualties of the Pandemic Are Companies Who Push for Workers to Return to the Office
Some of you already know my stance on remote work vs the office. As the pandemic rages on, the world is trying to return to a sense of …
Quora’s Slow Descent Into Nothingness
A few short years ago, Quora was the darling of the tech world. A place where you could ask questions and get answers from people at the top …
Is the Nintendo Switch OLED Worth It?
Despite having had my Switch since 2017, I am still in love with the console. After a busy life and kids made my Playstation 4 obsolete …
How to Deploy a Site via SSH Using GitHub Actions
I love GitHub Actions. They are so simple and powerful, allowing you to have your code deployment and source code in one location. I …
How to Parse Dates With Different Timezones in PHP (and convert them)
Recently I was tasked with processing some content from an API, the published dates and times were coming through with timezone values in …
How to Get Authentication Working Using the Node WPApi Package
If you are working with WordPress version 5 and up, you might be using the REST API. I love the in-built REST API WordPress provides, …