Have you ever considered using a debugger for your React project but decided to keep on using console.log() instead because you thought it would be a pain to set up proper debugging? I did, until one day, I needed to get into...
Read More Debugging React with VS Code and ChromeAuthor: Dave Romsey
I'm a Backend Engineer at WDS and I love working with WordPress.Debugging WordPress Using Xdebug, Local, and VS Code
This post covers debugging WordPress using Xdebug, Local, and VS Code. This approach to debugging is far superior to logging variables to the error log or to the screen. Getting things set up correctly can be tricky. That’s where this tutorial helps....
Read More Debugging WordPress Using Xdebug, Local, and VS CodeWebDevStudios Day in the Life of a Backend Engineer
Dave Romsey Job Title: Backend Engineer Years at WebDevStudios: 2.25 I’ve always been a big fan of WebDevStudios (WDS). I can’t remember precisely what drew me in, but WDS always seemed to make good choices about WordPress development practices. When trying to...
Read More WebDevStudios Day in the Life of a Backend EngineerMySQL Database Export Errors and Solutions
I recently encountered a couple of frustrating MySQL database export errors and wanted to share the solutions I used with other folks, as well as document it for future me. Here’s my setup. These issues could appear on any platform, though. OS:...
Read More MySQL Database Export Errors and Solutions