From 024d44713985368da9e9f2d31e4e53708317be93 Mon Sep 17 00:00:00 2001 From: Kyle Martin Date: Sat, 13 Oct 2018 19:30:54 +1300 Subject: [PATCH] Add Node.js Best Practices (#859) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 18300ba..a90f613 100644 --- a/readme.md +++ b/readme.md @@ -800,6 +800,7 @@ ### Tutorials +- [Node.js Best Practices](https://github.com/i0natan/nodebestpractices) - Summary and curation of the top-ranked content on Node.js best practices, available in multiple languages. - [Nodeschool](http://nodeschool.io) - Learn Node.js with interactive lessons. - [The Art of Node](https://github.com/maxogden/art-of-node/#the-art-of-node) - An introduction to Node.js. - [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. @@ -807,7 +808,6 @@ - [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 - [npms](https://npms.io) - Superb package search with deep analysis of package quality using a [myriad of metrics](https://npms.io/about).