#best-practices
Read more stories on Hashnode
Articles with this tag
Often in nodeJS we hardcode paths of files like images , log files, text files or even other js files. This is really a big blunder when yo want your...
Even making a simple server and adding routes takes a large number of code lines, and code readability decreases. Express, a Node.js framework, solves...