Remove Node.js Design Patterns (copyrighted, not free) (#11948)

This commit is contained in:
Aaqil Yousuf 2025-09-08 17:44:39 +05:30 committed by GitHub
parent ccb5db2012
commit a719df5145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1335,7 +1335,6 @@ Books on general-purpose programming that don't focus on a specific language are
* [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)
* [Practical Node.js: Building Real-World Scalable Web Apps](https://github.com/azat-co/practicalnode) - Azat Mardan