After being deplatformed a little while ago, Donald Trump created his Twitter clone, Truth Social. As you can imagine, Truth Social launched …
Creating Site Meta Search In WordPress Multisite using Site Queries
WordPress is incredibly powerful, and every so often, a new feature gets added that goes under the radar that can dramatically change how …
What is flex: 1 shorthand for?
If you have used Flexbox before in CSS, you might have used the shorthand property flex: 1. And if you're like me, you might have been using …
Programmatically Create New Sites In WordPress Multisite
In WordPress, creating new sites from the admin interface can be tedious, especially if you want to add custom metadata to sites/ACF option …
Unpkgd Is Down (Again)
After an outage seven days ago, unpkgd.com, a widely used CDN for NPM packages, is again down. This time, the outage is more severe. …
A simple solution to Netflix’s subscriber loss: stop cancelling TV shows
If I had a dollar for every time my wife and I discovered a great show on Netflix only to discover it was cancelled after one or two …
Fixing the color-adjust shorthand is currently deprecated warning in Autoprefixer
As much as I love front-end development, the ecosystem can sometimes inflict unnecessary pain. Given the front-end ecosystem relies on very …
How to change the theme directory on a WordPress installation
The beauty in WordPress is not only its ecosystem. It's the ability to customise almost every facet of it using a filter or hook. I had a …
Thoughts on Bun
Say what you will, but since its introduction in 2009, Node.js has been the undisputed king of server-side Javascript. Created by Ryan Dahl, …