A repository for my Beer & Technology talk on MongoDB and Node.js
- Delete package.json in root.
- Delete node_modules.
- Delete npm-shrinkwrap.json file
- Delete build folder in native-modules.
- Philip Roberts: What the heck is the event loop anyway? https://www.youtube.com/watch?v=8aGhZQkoFbQ
- https://medium.freecodecamp.com/before-you-bury-yourself-in-packages-learn-the-node-js-runtime-itself-f9031fbd8b69
- https://www.youtube.com/watch?v=bzkRVzciAZg
- http://www.mongodb-is-web-scale.com/
-
eslint
-
testing (mocking, async vs sync)
-
How to deal with async callback hell (Promise, Async.js, async/await co/generator functions)
-
Express
- Error handling
- Logging
-
PM2
-
Electron
-
React-Native?