From 83578b5cc3753c24cb9b015294af7e0f1e265338 Mon Sep 17 00:00:00 2001 From: maczam Date: Tue, 23 Jun 2026 22:21:10 +0800 Subject: [PATCH] Add 4 free books from YiteAI (Go, Vue, React, DSA) (#13320) Co-authored-by: maczam --- books/free-programming-books-langs.md | 3 +++ books/free-programming-books-subjects.md | 1 + 2 files changed, 4 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index e215ec016..e5674caad 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -833,6 +833,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Go for Javascript Developers](https://github.com/bulim/go-for-javascript-developers) * [Go for Python Programmers](https://golang-for-python-programmers.readthedocs.io/en/latest) - Jason McVetta (HTML, PDF, EPUB) * [Go Handbook](https://thevalleyofcode.com/go/) - Flavio Copes (HTML, PDF) +* [Go in Action](https://tools.yiteai.com/en/books/go) - YiteAI * [Go Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/go-succinctly) - Mark Lewin (PDF, EPUB, Kindle) * [Go Tutorial](http://www.tutorialspoint.com/go/) - Tutorials Point (HTML, PDF) * [Go Web Development Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/go-web-development) - Mark Lewin (PDF, EPUB, Kindle) @@ -1386,6 +1387,7 @@ Books on general-purpose programming that don't focus on a specific language are * [React Book, your beginner guide to React](https://github.com/softchris/react-book/) - Chris Noring * [React Enlightenment](https://www.reactenlightenment.com) - Cody Lindley (HTML) * [React In-depth: An exploration of UI development](https://developmentarc.gitbooks.io/react-indepth/content/) +* [React in Depth: From Hooks to Source Code](https://tools.yiteai.com/en/books/react) - YiteAI * [React in patterns](https://krasimir.gitbooks.io/react-in-patterns/content) - Krasimir Tsonev * [React JS Notes for Professionals](https://goalkicker.com/ReactJSBook/) - Compiled from StackOverflow Documentation (PDF) * [React Primer Draft](https://github.com/mikechau/react-primer-draft) @@ -1430,6 +1432,7 @@ Books on general-purpose programming that don't focus on a specific language are #### Vue.js * [30 Days Of Vue](https://www.newline.co/30-days-of-vue) - Hassan Djirdeh (HTML; *email required for PDF*) +* [Deep Vue 3: From History to Engine Internals](https://tools.yiteai.com/en/books/vue3) - YiteAI * [Learning Vue.js](https://riptutorial.com/Download/vue-js.pdf) - Compiled from StackOverflow Documentation (PDF) (CC BY-SA) * [The Vue.js Handbook](https://flaviocopes.com/page/vue-handbook/) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)* diff --git a/books/free-programming-books-subjects.md b/books/free-programming-books-subjects.md index 63e748ca8..dc8744fe9 100644 --- a/books/free-programming-books-subjects.md +++ b/books/free-programming-books-subjects.md @@ -115,6 +115,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM * [Data Structures](https://en.wikibooks.org/wiki/Data_Structures) - Wikibooks * [Data Structures and Algorithm Analysis in C++](https://people.cs.vt.edu/~shaffer/Book/C++3elatest.pdf) - Clifford A. Shaffer (PDF) * [Data Structures and Algorithm Analysis in Java](https://people.cs.vt.edu/~shaffer/Book/JAVA3elatest.pdf) - Clifford A. Shaffer (PDF) +* [Data Structures and Algorithms](https://tools.yiteai.com/en/books/dsa) - YiteAI * [Data Structures and Algorithms: Annotated Reference with Examples](https://web.archive.org/web/20170715160229/http://dotnetslackers.com/Community/files/folders/data-structures-and-algorithms/entry30283.aspx) - G. Barnett, L. Del Tongo *( :card_file_box: archived)* * [Data Structures Succinctly Part 1, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/datastructurespart1) - Robert Horvick * [Data Structures Succinctly Part 2, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/datastructurespart2) - Robert Horvick