
Debugging Node.js, The Right Way
Did you know you can instantly debug Node.js as easily as frontend code?
That’s right, you don’t need to rely on console.log() for everything.
Instead, you can use your browser's devtools to debug node.js using one simple flag.
Builder.ioWhy SOLID Design Matters: Avoid Code Smells and Write Maintainable Code
Improve your code quality by applying the SOLID principles, a set of best practices for designing readable, scalable, and maintainable software
//pauls dev blog