The Tools of the JavaScript Trade
A friend of mine asked me, which build tool he should use for his JavaScript project. He was like "Npm, Bower, Gulp, or Webpack? I don't know!"... (more…)
Read more »
In today’s article we will look over file manipulation and debugging of NodeJS applications using Chrome Dev Tools. I’ll show you my attempts at using basic JS, how I analyzed the efficiency of my app and how I ended up making it BLAZINGLY FAST. Read more