Categories
Expert Advice

NPM vs Webpack: Understanding the Differences and When to Use Each

When building modern JavaScript applications, developers often encounter a wide variety of tools designed to simplify the development process. Two of the most commonly discussed tools are NPM (Node Package Manager) and Webpack. While they might seem to have overlapping roles at first glance, NPM and Webpack serve distinct purposes. Understanding their differences and how […]

Categories
Pro Tips

Use NGROK to Sync WordPress Database (local to server)

How to sync your local WordPress development database to production or staging environment (will work with any hosting provider).

Categories
Case Studies

Local WordPress Development with GitHub and Dropbox

How to create symbolic links and use an external source for your local WordPress development environment.

Categories
Pro Tips

Setup JS and CSS Dev Environment (no external libs)

There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with eslint, stylelint, and PHP standards, I would recommend looking at the Composer + nodeJS method or looking into Gulp. The method I will describe below is something I have […]