From c71ff5761b135695eb09c1e46332e90bb4aecf35 Mon Sep 17 00:00:00 2001 From: Asher <33141485+whiskerwind@users.noreply.github.com> Date: Mon, 11 Oct 2021 07:24:48 +1100 Subject: [PATCH] Added Node.js eBook (#6119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Node.js eBook * Update ebook listing with file formats Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Corrected Alphabetisation Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- 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 6e906e8a..4c518b77 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1228,6 +1228,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE #### Node.js * [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)) +* [From Containers to Kubernetes with Node.js](https://www.digitalocean.com/community/books/from-containers-to-kubernetes-with-node-js-ebook) - Kathleen Juell (PDF, EPUB) * [Full Stack JavaScript: Learn Backbone.js, Node.js and MongoDB](https://github.com/azat-co/fullstack-javascript) - Azat Mardan * [How To Code in Node.js - eBook](https://www.digitalocean.com/community/books/how-to-code-in-node-js-ebook) - David Landup, Marcus Sanatan @ Stack Abuse, Digital Ocean (PDF, EPUB) * [Introduction to Node.js](https://nodejs.dev/learn) (HTML) -- GitLab