From 7f8255954aaad750b7935474151a6ba3eea61fce Mon Sep 17 00:00:00 2001 From: Seth Date: Tue, 3 Nov 2020 04:08:38 +0100 Subject: [PATCH] Adds Resource to free-programming-books.md#node-js (#5047) * fix #3585 * Changed encoding back to UTF-8 --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 469f7a42..623bd679 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1837,6 +1837,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Node: Up and Running](https://www.oreilly.com/library/view/node-up-and/9781449332235/) - Tom Hughes-Croucher * [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 * [The Node Beginner Book](http://nodebeginner.org) -- GitLab