From 475734f73c311a8cf93b099653b774ba0b79ecdf Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Fri, 11 Sep 2026 20:38:15 +0200 Subject: [PATCH 1/2] Aggiungi libro TypeScript italiano --- free-books.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/free-books.md b/free-books.md index 9e5314f..ab8d895 100644 --- a/free-books.md +++ b/free-books.md @@ -22,6 +22,9 @@ A great collection of the best FREE programming books covering computer science, - 🏆 **[The Algorithm Design Manual](https://www8.cs.umu.se/kurser/TDBAfl/VT06/algorithms/BOOK/BOOK/BOOK.HTM)** – Learn **real-world** algorithms. - 🚀 **[Think Python](https://greenteapress.com/thinkpython2/thinkpython2.pdf)** – A **beginner-friendly** Python programming book. +### TypeScript +- 📘 **[The Concise TypeScript Book](https://gibbok.github.io/typescript-book/it-it/)** – Un libro TypeScript gratuito e open source, dai fondamenti ai concetti avanzati. + --- ## 🏗 **Backend Development – Essential Books** From 4a510ab8c1553717c25e31fbe28777916baa2598 Mon Sep 17 00:00:00 2001 From: Simone Poggiali <17195702+gibbok@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:10:04 +0200 Subject: [PATCH 2/2] Fix TypeScript book link and description Updated the link and description for 'The Concise TypeScript Book'. --- free-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-books.md b/free-books.md index ab8d895..9b63975 100644 --- a/free-books.md +++ b/free-books.md @@ -23,7 +23,7 @@ A great collection of the best FREE programming books covering computer science, - 🚀 **[Think Python](https://greenteapress.com/thinkpython2/thinkpython2.pdf)** – A **beginner-friendly** Python programming book. ### TypeScript -- 📘 **[The Concise TypeScript Book](https://gibbok.github.io/typescript-book/it-it/)** – Un libro TypeScript gratuito e open source, dai fondamenti ai concetti avanzati. +- 📘 **[The Concise TypeScript Book](https://gibbok.github.io/typescript-book/)** – A free and open-source TypeScript book, covering everything from fundamentals to advanced concepts. ---