Compare commits

...

5 Commits

Author SHA1 Message Date
Sorawit Chokphantavee
d0b08b8dd9 Merge 4d3325c978 into cf5d750133 2025-04-11 16:25:03 -03:00
Paul Kuruvilla
cf5d750133 Merge pull request #1414 from maysara-elshewehy/master 2025-04-11 12:13:28 -07:00
Maysara
d6ce7605f0 Add a new tutorial link for zig. 2025-04-11 20:00:24 +02:00
Sorawit Chokphantavee
4d3325c978 Update README.md 2024-08-30 12:05:20 +07:00
Sorawit Chokphantavee
9e8f4164c0 Update README.md 2024-08-30 12:02:51 +07:00

View File

@@ -123,6 +123,7 @@ It's a great way to learn.
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
#### Build your own `Database`
@@ -239,6 +240,7 @@ It's a great way to learn.
#### Build your own `Neural Network`
* [**C++**: _Neural Network from scratch in C++_](https://github.com/SorawitChok/Neural-Network-from-scratch-in-Cpp)
* [**C#**: _Neural Network OCR_](https://www.codeproject.com/Articles/11285/Neural-Network-OCR)
* [**F#**: _Building Neural Networks in F#_](https://towardsdatascience.com/building-neural-networks-in-f-part-1-a2832ae972e6)
* [**Go**: _Build a multilayer perceptron with Golang_](https://made2591.github.io/posts/neuralnetwork)