-
What’s the point of Twitter?
I’m reevaluating my relationship with Twitter and with social media in general.
-
There’s too much code
With AI tools like Github Copilot on the rise, I have some concern about the sheer amount of code we’re dealing with in our jobs today.
-
“Normal” width websites in the block editor
What is going on with max-widths and alignments in the block editor? Is there a method behind this madness?
-
Recreating the Quick Draft dashboard widget using the WordPress Data Layer
Thanks to this great course on Learn WordPress, I’ve recently been inspired by the potential of the WordPress Data Layer. The best way I can describe the data layer is to imagine having a complete UI framework of WordPress components- then combining that with a complete React.js/Redux JavaScript framework hand-tailored to the WordPress REST API.…
-
WordPress’ Secret World of JavaScript
A recent course about the WordPress Data Layer may have changed my mind about the potential of JavaScript in WordPress.
-
Writing a tiny full site editing plugin
One of my largest issues with the full site editing user experience is the difficulty in transitioning from the backend to the frontend of your website. If you’re in the site editor, there’s no admin bar, no single click to get back to the front of your website. It requires multiple full-page reloads. I find…
-
🔗 The WP Minute – Where Will The WordPress Middle Class Go?
WordPress has always been a good on-ramp solution for new developers…often meant the first step to a new career in web development.
-
Starting today, would I develop for Shopify or WordPress?
Should new developers jump on the Shopify bandwagon or join the WordPress community? Here’s what I’d do if I started fresh.
-
On Lord of the Rings and Culture
As a long-time Lord of the Rings fan, I know what it’s like to have ALL the feelings before a major adaptation of Tolkien’s work is released.
-
VSCode Snippet for using jQuery in WordPress
These days I’m trying to use vanilla JS as much as possible, but more often than not, I find myself writing jQuery when in WordPress.