Compare commits

...

4 Commits

Author SHA1 Message Date
Alberto
ef713ae439 Merge e80c56a121 into cf5d750133 2025-04-11 16:27:42 -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
Alberto
e80c56a121 Front-end Framework
Add two video on reinventing state management from scratch
2020-08-18 12:32:56 +02: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`
@@ -181,6 +182,8 @@ It's a great way to learn.
* [**JavaScript**: _Building a frontend framework, from scratch, with components (templating, state, VDOM)_](https://mfrachet.github.io/create-frontend-framework/)
* [**JavaScript**: _Build your own React_](https://pomb.us/build-your-own-react/)
* [**JavaScript**: _Building a Custom React Renderer_](https://youtu.be/CGpMlWVcHok) [video]
* [**Javascript**: _Reinventing Mobx_](https://www.youtube.com/watch?v=P_WqKZxpX8g) [video]
* [**Javascript**: _Reinventing RxJS_](https://vimeo.com/345719107) [video]
#### Build your own `Game`