Install My Deep Ocean Amber Them 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 deep blue workbench, and One Dark Pro by Binaryify for the syntax colors. Eventually I stopped switching and just built the combination as a single theme. TL;DR – A dark VS Code theme. Deep blue backgrounds (#122738 / #193549 / #1f4662), amber accents (#ffc600), and One Dark Pro syntax …
Blog
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, here's a simple way to add Workbox to your Create-React-App (2.x) workflow.The Issue: This PR would allow adding custom configurations to the built-in service worker that uses the GenerateSW plugin in create-react-app 2.x (cra). However, among many other things, the default Workbox GenerateSW …
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 the WordPress REST API and creating a search app with Vue’s reusable components. …
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 →




