Tag: programming

Node

Node.js Best Practices

Node.js Best Practices This article was originally published on Codementor.io Node.js has become one of the most popular platforms over the last couple of years. It sure is easy to get started on those Node.js projects, but once you get beyond the basic Hello World app, knowing how to best structure your code and how …

Programming

7 Steps to Debug Efficiently and Effectively

Guide: 7 Steps to Debug Efficiently and Effectively. Don’t let any nasty bugs get in the way! This post was originally published on Codementor.io I’ve been writing code for well over 15 years now and I have still yet to write a bug-free application. Every new project is an opportunity for me to achieve perfection, …