From 4cfe0bc86cdd6f66e3b224f4f2225122a0c06cfa Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 28 Jun 2020 13:01:25 -0500 Subject: [PATCH] Added Deno Resources (#3644) * Added Deno resources Added 2 links to Deno resources * Added english deno resources under typescript * Deleted a mistake I put into interactive en tuts --- free-programming-books.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index a90d77fa..df075053 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -224,6 +224,7 @@ * [Tizen](#tizen) * [TLA](#tla) * [TypeScript](#typescript) + * [Deno](#deno) * [Unix](#unix) * [Verilog](#verilog) * [VHDL](#vhdl) @@ -2663,6 +2664,12 @@ Kerridge (PDF) (email address *requested*, not required) * [TypeScript Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/typescript) (PDF, Kindle) (email address *requested*, not required) +### Deno + +* [Deno Manual](https://deno.land/manual) +* [FlavioCopes Deno Handbook](https://flaviocopes.com/deno) - *free PDF with registration* + + ### Unix * [An Introduction to Unix](http://www.oliverelliott.org/article/computing/tut_unix/) -- GitLab