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 increase …
If you haven’t heard the news, PayPal (aka the devil’s payment processing company) is allegedly in late-stage talks to acquire Pinterest. But, the …
Semiconductor shortages aside, a chip arms race has been brewing in the background of the pandemic over the last few years. Even before the pandemic, large …
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 accommodate my …
While sorting an array of objects recently, I needed to sort by an identifier prefixed with two letters and ended with numbers. An example is …
Did you know WordPress Multisite got some powerful new functionality in WordPress 5.1, allowing you to query sites by meta values?
This functionality allows you …
I’ve been working on a WordPress Multisite installation that is going to eventually have upwards of 20,000 sites. Somewhere around the 50 site mark, I …
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 case, I …
Recently, I created a WordPress Multisite installation on Amazon AWS Lightsail. I had this bizarre issue where my child sites were working, but whenever I would …
Languages such as PHP have methods for de-duplicating arrays, but Javascript strangely does not. In PHP, you can write. array_uniqueAnd this function will …