In the world of software and web development, you might have heard of the term 10x engineer. It's a term that refers to a person who can …
Why Is PayPal Interested in Buying Pinterest?
If you haven't heard the news, PayPal (aka the devil's payment processing company) is allegedly in late-stage talks to acquire Pinterest. …
The Bespoke Chip Arms Race Is Upon Us
Semiconductor shortages aside, a chip arms race has been brewing in the background of the pandemic over the last few years. Even before the …
Exploring Strapi as an Alternative to WordPress
I love WordPress. To me, WordPress is comfortable. I am familiar with it and have never encountered a situation where I couldn't make it …
How to Sort an Array of Object Values Alphabetically and Numerically
While sorting an array of objects recently, I needed to sort by an identifier prefixed with two letters and ended with numbers. An example …
How to Query WordPress Multisite by ACF Option Values
Did you know WordPress Multisite got some powerful new functionality in WordPress 5.1, allowing you to query sites by meta values? This …
How to Remove the My Sites Menu From the WordPress Admin Bar
I've been working on a WordPress Multisite installation that is going to eventually have upwards of 20,000 sites. Somewhere around the 50 …
Shared Uploads Directory in WordPress Multisite
If you're working with WordPress Multisite, you might encounter a scenario where you want all uploaded media to share the same folder. In my …
WordPress Multisite Domain Issues? You Might Be Forgetting to Call restore_current_blog
Recently, I created a WordPress Multisite installation on Amazon AWS Lightsail. I had this bizarre issue where my child sites were working, …