Great use of functors in ES6
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
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… Read more