From a2d06e02e76f19edc98cdd2a7990918f2d8c376b Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Wed, 8 Jun 2016 07:01:54 +0800 Subject: [PATCH] Add "You Don't Know Node.js" (#525) --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index e5c2e05..45de4f4 100644 --- a/readme.md +++ b/readme.md @@ -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