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…
Using Npm Scripts as a Build Tool
There are typically two types of JavaScript build tools: task runners and module bundlers. In this article, we’ll look at how to use project specific npm build scripts as a…
Reviewing Craft Nitro & DevKinsta for WordPress Local Development
One of the cool things about my job as Developer Educator at Delicious Brains is that sometimes I get to try out new things that I might otherwise never discover.…