└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Node.js deep dive 2 | Deep dive into Node.js and its workings 3 | 4 | ### Ecosystem 5 | [Learn Hapi.js](https://github.com/dwyl/learn-hapi) 6 | 7 | [Express to Hapi.js](http://matt-harrison.com/moving-from-express-to-hapi-js/) 8 | 9 | [How do Express and hapi compare to each other?](https://stackoverflow.com/questions/30469767/how-do-express-and-hapi-compare-to-each-other) 10 | 11 | [Awesome list: Hapi.js](https://github.com/evolastech/awesome-hapi) 12 | 13 | [Node Style Guide](https://github.com/felixge/node-style-guide) 14 | 15 | ### Articles 16 | [You Don't Know Node](https://webapplog.com/you-dont-know-node/) 17 | 18 | [Node.js Streams: Everything you need to know](https://medium.freecodecamp.com/node-js-streams-everything-you-need-to-know-c9141306be93) 19 | 20 | [10 Node.js Best Practices: Enlightenment from the Node Gurus](https://www.sitepoint.com/node-js-best-practices-from-the-node- 21 | gurus) 22 | 23 | [Understanding Node.js Event-Driven Architecture](https://medium.freecodecamp.com/understanding-node-js-event-driven-architecture-223292fcbc2d) 24 | 25 | ### Videos 26 | [Philip Roberts: What the heck is the event loop anyway?](https://www.youtube.com/watch?v=8aGhZQkoFbQ) 27 | 28 | [You Don't Know Node.js. Speaker: Azat Mardanov](https://www.youtube.com/watch?v=vmt9rCrGotM) 29 | 30 | [Ryan Dahl: Original Node.js presentation](https://www.youtube.com/watch?v=ztspvPYybIY) 31 | 32 | ### Other links 33 | [Node.js Learning list](https://github.com/sergtitov/NodeJS-Learning) 34 | 35 | [History of Node.js on a Timeline](https://blog.risingstack.com/history-of-node-js/) 36 | 37 | [Why The Hell Would I Use Node.js? A Case-by-Case Tutorial](https://www.toptal.com/nodejs/why-the-hell-would-i-use-node-js) 38 | 39 | [19 things I learnt reading the NodeJS docs](https://hackernoon.com/19-things-i-learnt-reading-the-nodejs-docs-8a2dcc7f307f) 40 | 41 | [Node.js, Doctor’s Offices and Fast Food Restaurants – Understanding Event-driven Programming](http://code.danyork.com/2011/01/25/node-js-doctors-offices-and-fast-food-restaurants-understanding-event-driven-programming/) 42 | 43 | [Art of Node](https://github.com/maxogden/art-of-node) 44 | --------------------------------------------------------------------------------