Install Deep Ocean Amber from the Visual Studio Marketplace here. I've been switching between dark themes for years and kept landing on the same two for different reasons — Cobalt2 by Wes Bos for the …
Main Content
Recent Posts
Using Custom Workbox Service Workers with Create-React-App (without ejecting, no third-party libraries)
Currently, there's no way to add a custom service worker with the Workbox InjectManifest plugin in create-react-app (2.x). There are a few solutions floating around, but if you don't want to eject, …
Integrating a Vue SPA with WordPress
Check out my article about creating a Single Page App in WordPress with VueJS on the WPMU Dev blog. I’ll walk you through the entire process of building a Vue app from the ground up, interacting with …
Continue Reading about Integrating a Vue SPA with WordPress →
Write Your Own Advanced Search WordPress Plugin with Autosuggest
In this article, I'll show you how you can build your own advanced WordPress Search Plugin with support for autosuggest, custom post types, taxonomies, custom fields, and caching from the ground up. …
Continue Reading about Write Your Own Advanced Search WordPress Plugin with Autosuggest →
Create WordPress Admin Tables Using the WP_List_Table Class
Check out my article on the WPMU DEV blog on creating Admin Tables in WordPress using the WP_List_Table Class. …
Continue Reading about Create WordPress Admin Tables Using the WP_List_Table Class →
Testing WordPress Plugins with PHPUnit
Check out my article on the WPMU DEV blog about unit testing WordPress plugins with PHPUnit, WP-CLI and VVV. …
Continue Reading about Testing WordPress Plugins with PHPUnit →
