INSIGHTS
Notes on WordPress engineering, plugins, and shipping at scale.
Writing about the WordPress problems that do not show up in tutorials. Performance work, plugin architecture, scaling, and the engineering decisions behind production builds.
LATEST POSTS
-
I built WPFolks.
If you’ve worked on WordPress for any stretch of time, you’ve probably had this experience. You ship something. A plugin,…
-
Understanding the WordPress Request Lifecycle — A Deep Dive with Diagrams
Every time someone visits a WordPress site, a precise sequence of events fires behind the scenes. Understanding this lifecycle is…
-
How to Build a WP-CLI Custom Command in a Plugin (With Arguments + Progress Bar)
If you’ve ever found yourself running repetitive admin tasks through the WordPress dashboard — bulk-updating post meta, cleaning up orphaned…
-
WP-CLI for Developers: Automating WordPress Tasks the Right Way
If you’re still doing routine WordPress tasks through wp-admin, you’re leaving speed, safety, and scalability on the table. For modern…
-
Automation-First WordPress Development: How I Eliminate Manual Work in 2026
Modern WordPress development isn’t about knowing more hooks or installing more plugins.It’s about removing repetition, reducing risk, and building systems…
-
8. Packaging and Releasing Your Plugin
Once your plugin is working properly, the final step is to prepare it for release.This doesn’t mean you have to…
-
7. Security and Performance Essentials
Security and performance are two areas beginners often ignore, but they are extremely important in real-world WordPress development.Even a small…
-
6. Working with the WordPress REST API
The REST API is one of the most powerful features in modern WordPress.It allows you to read, create, update, or…
-
5. Custom Post Types and Taxonomies
Custom Post Types (CPTs) are one of the most useful features in WordPress.If you understand how they work, you can…