NodeJS resources¶
Blog post¶
Library¶
- babel.io ES6/ES7 to ES5 transpiler
- lebab.io ES5 to ES6/ES7 transpiler
- Youtube-search
- Youtube-node
- Sequalize ORM
Tutorial¶
Mongoose¶
Blog post¶
- Referencing schema in properties and arrays
- Handling error
- How sort by date and other field
- Using the new mongoose connect method - the right way