Categories
Pro Tips

Use NGROK to Sync WordPress Database (local to server)

This quick pro-tip article will show you the easiest and most efficient way to sync your local development WordPress database to any production/staging environment.

Categories
Case Studies

Local WordPress Development with GitHub and Dropbox

Managing multiple client websites efficiently is crucial for any WordPress developer. In an ideal scenario, you'd have a parent theme stored on GitHub, which you can update centrally and push changes to all client sites. But what about managing your local development environment effectively.

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.