I often see questions on what editor/IDE to use (see the difference between the two). My reasoning behind picking Sublime is simple. I used it at the beginning of my coding career. I got used to it and stuck with it for more than four years now.
Category: How to
node_modules – Quick how to delete it on Windows systems
Every npm project comes with node_modules folder after installation. It’s all nice and fancy while you’re working on the project, but what happens when you need to delete it? Say you are moving repositories, renaming folders or just clearing up old stuff. If you are using Windows, chances are that you will get “path too… Continue reading node_modules – Quick how to delete it on Windows systems