From 0f34928ff96cc3eb784a5fb7bd51739b0ec36028 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar <136954641+innovation-machine@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:51:48 +0530 Subject: [PATCH] resolves #9327: Added the "Node.JS Best Practices" resource. (#9429) * Added the "Node.JS Best Practices" resource. resolves #9327 * Added resource description * Removed resource "Node.JS Best Practices" from the list * Added the "Node.JS Best Practices" resource. * Fixed linter error * Removed the "(GitHub Repository)" label. Co-authored-by: Eric Hellman --------- Co-authored-by: Eric Hellman --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 1146f273d..d9403d802 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1304,6 +1304,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Mixu's Node Book](http://book.mixu.net/node/) * [Node Documentation](https://nodejs.org/en/docs/) (PDF) * [Node: Up and Running](https://www.oreilly.com/library/view/node-up-and/9781449332235/) - Tom Hughes-Croucher +* [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - Yoni Goldberg, et al. * [Node.js Design Patterns](https://ia801309.us.archive.org/5/items/HandbookOfNeuralComputingApplicationsPDFStormRG/Node.js%20Design%20Patterns%20-%20Casciaro,%20Mario%20%5BPDF%5D%5BStormRG%5D.pdf) - Mario Casciaro (PDF) * [Node.js Notes for Professionals](http://goalkicker.com/NodeJSBook) - Compiled from StackOverflow Documentation (PDF) * [Node.js Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/nodejs) (PDF, Kindle) (email address *requested*, not required)