Add "You Don't Know Node.js" (#525)

This commit is contained in:
Maik Ellerbrock
2016-06-08 07:01:54 +08:00
committed by Sindre Sorhus
parent 6bd59432d5
commit a2d06e02e7

View File

@@ -778,6 +778,8 @@
- [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify.
- [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules.
- [The Node Way](http://thenodeway.io) — An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read.
- [You Don't Know Node.js](https://github.com/azat-co/you-dont-know-node) - Introduction to Node.js core features and asynchronous JavaScript.
### Discovery