Compare commits

..

2 Commits

Author SHA1 Message Date
nematatu
2fafe394fe
Add "chibivue" to free-programming-books-ja.md (#13245)
* feat: add Japanese Book (Vue.js)

* free-programming-books-ja.md を更新

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update books/free-programming-books-ja.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2026-05-10 09:15:00 -04:00
Riyan J
8fde6992e6
Add Machine Learning Algorithm Solvers link (#13251) 2026-05-10 09:13:26 -04:00
2 changed files with 7 additions and 0 deletions

View File

@ -48,6 +48,7 @@
* [Node.js](#nodejs)
* [React](#react)
* [Svelte](#svelte)
* [Vue.js](#vuejs)
* [Julia](#julia)
* [LaTeX](#latex)
* [Linux](#linux)
@ -445,6 +446,11 @@
* [Svelte をはじめる](https://developer.mozilla.org/ja/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_getting_started) - MDN
#### Vue.js
* [The chibivue Book](https://book.chibivue.land/ja.html) - ubugeeei
### Julia
* [Julia Language Programming](http://www.nct9.ne.jp/m_hiroi/light/julia.html) - 広井誠

View File

@ -142,6 +142,7 @@
* [Essential Linear Algebra for Data Science and Machine Learning](https://www.kdnuggets.com/2021/05/essential-linear-algebra-data-science-machine-learning.html) - KDnuggets
* [Interactive Linear Algebra](https://textbooks.math.gatech.edu/ila/) - Dan Margalit, Joseph Rabinoff (HTML, PDF)
* [LLM Transformer Model Visually Explained](https://poloclub.github.io/transformer-explainer/) - Georgia Tech (HTML)
* [Step-by-Step Machine Learning Algorithm Solvers](https://www.stepbystepml.com) - Riyan Jamil
* [Top 10 Data Science Projects for Beginners - KDnuggets](https://www.kdnuggets.com/2021/06/top-10-data-science-projects-beginners.html)