From 192edacc0ff7a904d4ca661bee0ef99ba6d8a10d Mon Sep 17 00:00:00 2001 From: Teerapat Prommarak <37167919+xeusteerapat@users.noreply.github.com> Date: Mon, 29 Mar 2021 20:50:23 +0700 Subject: [PATCH] Add link to Node.js book (#5322) * Add link to Node.js book * Add link nodejs.dev book * Add link nodejs.dev book alphabetical order * Add link nodejs.dev book empty line * Update title --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index a5a18d5a..f45c4aa3 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1887,6 +1887,7 @@ Kerridge (PDF) (email address *requested*, not required) * [An Introduction to libuv](https://nikhilm.github.io/uvbook/) - Nikhil Marathe ([PDF](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.pdf) - [ePub](http://nikhilm.github.io/uvbook/An%20Introduction%20to%20libuv.epub)) * [Full Stack JavaScript: Learn Backbone.js, Node.js and MongoDB](https://github.com/azat-co/fullstack-javascript) - Azat Mardan +* [Introduction to Node.js](https://nodejs.dev/learn) (HTML) * [Mixu's Node Book](http://book.mixu.net/node/) * [Node Documentation](https://nodejs.org/en/docs/) * [Node: Up and Running](https://www.oreilly.com/library/view/node-up-and/9781449332235/) - Tom Hughes-Croucher -- GitLab