Best WordPress Hosting
 

WP-CLI Packages: Supercharge Your WordPress Development

WP-CLI lets you do pretty much anything you can do in the WordPress admin, but faster and more efficiently with a command-line interface. WP-CLI packages take this even further by containing WP-CLI commands or extending the WordPress command line in Continue reading WP-CLI Packages: Supercharge Your WordPress Development

Debugging React, JavaScript, and PHP at the Same Time With PhpStorm

Ever since I discovered how to configure PhpStorm with Xdebug for debugging, it’s been my go-to solution for hunting down difficult to reproduce bugs. What I didn’t know until very recently was that it’s also possible to debug JavaScript using Continue reading Debugging React, JavaScript, and PHP at the Same Time With PhpStorm

Create Your Own SSL Certificate Authority for Local HTTPS Development

In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as a good idea, as securing web traffic protects both the Continue reading Create Your Own SSL Certificate Authority for Local HTTPS Development