Using NPM for more than JavaScript

Node Package Manager, or NPM, is the de facto package manager for all Node.js projects. It’s installed whenever you install Node.js, so it’s kind-of shoved into your face from the start. Because of……

Similar

Fast JavaScript

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. (more…)

Read more »

JavaScript in a smartwatch

In the wake of the Internet of Things revolution and the healthy lifestyle trend, wearable technologies have taken the world by storm. Every wellness enthusiast on the street sports an activity band of some kind, monitoring how they move, sleep and train....

Read more »