The datatype Number is used for various purposes in JavaScript. Starting with ES6, Number has a number of improvements to help the…...
Read more »
With browsers starting to implement ES6 modules, I took a look at the landscape and compared the new tech to bundling, the current state of the art for publishing Javascript files. (more…)
Read more »
Mongoose is a great way to handle your database connection and model your data without having to worry about performing your own validation and so on. However I found it quite hard to find an example of Mongoose in action with the database connection not... (more…)
Read more »
In my day job I'm the head of developer evangelism at PubNub. We useJavascript heavily in our new product BLOCKS, which enables... (more…)
Read more »
Webpack, ES6, and little bit of Babel make a great tool set for building future ready JavaScript applications. (more…)
Read more »