From a435aa0628d308f1195fded3fc2ab13ea97183ad Mon Sep 17 00:00:00 2001 From: Piyush Prajapati Date: Sat, 11 Apr 2026 20:16:40 +0530 Subject: [PATCH] Added Node.js Best Practices resource Added a valuable Node.js resource under the Node.js section. - Resource: Node.js Best Practices - Covers production-ready coding standards and performance optimization This helps developers build scalable backend applications. --- 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 17800cd6d..67d86970a 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1358,6 +1358,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Shell scripting with Node.js](https://exploringjs.com/nodejs-shell-scripting/index.html) - Axel Rauschmayer (HTML) * [The Node Beginner Book](http://nodebeginner.org) * [The Node.js Handbook](https://flaviocopes.com/page/node-handbook/) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)* +* [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) #### Nuxt.js