-
Dynamic WordPress Playground Blueprints with Cloudflare Workers
I build a system for flexible WordPress Playground blueprints using JSON and a Cloudflare Worker to spin up demo WooCommerce stores.
-
Building WordPress Plugins with AI – InstaWP Webinar
This week I had the opportunity to join Nick Diego and Vikas Singhal on a webinar focused on building WordPress plugins with AI for InstaWP. Nick and I both demoed our Cursor workflows building custom plugins and talked about a lot of high-level takeaways for anyone interested in using AI in their WordPress development. Links
-
Building a WooCommerce AI Bundle Generator with React & AI Services
In this tutorial, I dive into two awesome developer tools: the WooCommerce Create Woo Extension package and the AI Services framework by Felix Arntz. I combine them to build a simple yet powerful WooCommerce admin screen that generates product bundles with AI-powered descriptions! Using the WooCommerce extension scaffold, I create a React-powered settings page under…
-
Making a Career Change
This month I’m embarking on a new role: Developer Advocate, WooCommerce.
-
Getting the Block Editor Ready for AI
If WordPress wants to survive, it needs to take generative AI seriously.
-
Are Matt’s AI Skills Making WordPress Developers Obsolete?
In this livestream, Matt shows me his new AI developer skills and I decide if I should be worried about my career.
-
Pull WordPress from Prod to Local with WP-CLI Bash Script
Simple bash script for pulling your wp-content folder and database down into your local environment.
-
Is LLM-generated code good for open source?
Thoughts on whether generative AI-based coding is really going to save open source software.
-
Another Post About What WordPress Core Should be Doing
There’s been another batch of “what WordPress should do” posts this past month. They’re all great, but I think there’s something missing from the conversation.
-
WP Queries in PHP and JavaScript – Building a custom Avatar block
In this video, I share how I built a custom solution for displaying guest speaker images on my podcast website using WordPress. I combined plugins like Seriously Simple Podcasting and the outdated WP Term Images, then created a custom Gutenberg block to dynamically display speaker headshots. I discuss the challenges of working with the REST…