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 ChromeTag: VS Code
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 CodeQuick Tip: Next.js Hello World App – Part 2
In Part 1 of this series, I introduced you to the terminal, Node.js, and we spun up the Hello World Example from Next.js. In Part 2, we’re going use a code editor to create a React component, maybe even style it, then...
Read More Quick Tip: Next.js Hello World App – Part 2Speed Up Your Development with Visual Studio Code
Visual Studio (VS) Code was released on April 29, 2015 by Microsoft. In a very short time, it has taken the coding world by storm. As of 2020, nearly 51% of developers claim to use it as their primary development environment. This,...
Read More Speed Up Your Development with Visual Studio Code