@@ -8,33 +8,37 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
8
8
9
9
It's a great way to learn.
10
10
11
- * [ 3D Renderer] ( #build-your-own-3d-renderer )
12
- * [ Augmented Reality] ( #build-your-own-augmented-reality )
13
- * [ BitTorrent Client] ( #build-your-own-bittorrent-client )
14
- * [ Blockchain / Cryptocurrency] ( #build-your-own-blockchain--cryptocurrency )
15
- * [ Bot] ( #build-your-own-bot )
16
- * [ Command-Line Tool] ( #build-your-own-command-line-tool )
17
- * [ Database] ( #build-your-own-database )
18
- * [ Docker] ( #build-your-own-docker )
19
- * [ Emulator / Virtual Machine] ( #build-your-own-emulator--virtual-machine )
20
- * [ Front-end Framework / Library] ( #build-your-own-front-end-framework--library )
21
- * [ Game] ( #build-your-own-game )
22
- * [ Git] ( #build-your-own-git )
23
- * [ Network Stack] ( #build-your-own-network-stack )
24
- * [ Neural Network] ( #build-your-own-neural-network )
25
- * [ Operating System] ( #build-your-own-operating-system )
26
- * [ Physics Engine] ( #build-your-own-physics-engine )
27
- * [ Programming Language] ( #build-your-own-programming-language )
28
- * [ Regex Engine] ( #build-your-own-regex-engine )
29
- * [ Search Engine] ( #build-your-own-search-engine )
30
- * [ Shell] ( #build-your-own-shell )
31
- * [ Template Engine] ( #build-your-own-template-engine )
32
- * [ Text Editor] ( #build-your-own-text-editor )
33
- * [ Visual Recognition System] ( #build-your-own-visual-recognition-system )
34
- * [ Voxel Engine] ( #build-your-own-voxel-engine )
35
- * [ Web Browser] ( #build-your-own-web-browser )
36
- * [ Web Server] ( #build-your-own-web-server )
37
- * [ Uncategorized] ( #uncategorized )
11
+ - [ Build your own \< insert-technology-here\> ] ( #build-your-own-insert-technology-here )
12
+ - [ Tutorials] ( #tutorials )
13
+ - [ Build your own ` 3D Renderer ` ] ( #build-your-own-3d-renderer )
14
+ - [ Build your own ` Augmented Reality ` ] ( #build-your-own-augmented-reality )
15
+ - [ Build your own ` BitTorrent Client ` ] ( #build-your-own-bittorrent-client )
16
+ - [ Build your own ` Blockchain / Cryptocurrency ` ] ( #build-your-own-blockchain--cryptocurrency )
17
+ - [ Build your own ` Bot ` ] ( #build-your-own-bot )
18
+ - [ Build your own ` Command-Line Tool ` ] ( #build-your-own-command-line-tool )
19
+ - [ Build your own ` Database ` ] ( #build-your-own-database )
20
+ - [ Build your own ` Docker ` ] ( #build-your-own-docker )
21
+ - [ Build your own ` Emulator / Virtual Machine ` ] ( #build-your-own-emulator--virtual-machine )
22
+ - [ Build your own ` Front-end Framework / Library ` ] ( #build-your-own-front-end-framework--library )
23
+ - [ Build your own ` Game ` ] ( #build-your-own-game )
24
+ - [ Build your own ` Git ` ] ( #build-your-own-git )
25
+ - [ Build your own ` Network Stack ` ] ( #build-your-own-network-stack )
26
+ - [ Build your own ` Neural Network ` ] ( #build-your-own-neural-network )
27
+ - [ Build your own ` Operating System ` ] ( #build-your-own-operating-system )
28
+ - [ Build your own ` Physics Engine ` ] ( #build-your-own-physics-engine )
29
+ - [ Build your own ` Programming Language ` ] ( #build-your-own-programming-language )
30
+ - [ Build your own ` Regex Engine ` ] ( #build-your-own-regex-engine )
31
+ - [ Build your own ` Search Engine ` ] ( #build-your-own-search-engine )
32
+ - [ Build your own ` Shell ` ] ( #build-your-own-shell )
33
+ - [ Build your own ` Template Engine ` ] ( #build-your-own-template-engine )
34
+ - [ Build your own ` Text Editor ` ] ( #build-your-own-text-editor )
35
+ - [ Build your own ` Visual Recognition System ` ] ( #build-your-own-visual-recognition-system )
36
+ - [ Build your own ` Voxel Engine ` ] ( #build-your-own-voxel-engine )
37
+ - [ Build your own ` Web Browser ` ] ( #build-your-own-web-browser )
38
+ - [ Build your own ` Web Server ` ] ( #build-your-own-web-server )
39
+ - [ Uncategorized] ( #uncategorized )
40
+ - [ Contribute] ( #contribute )
41
+ - [ Origins \& License] ( #origins--license )
38
42
39
43
## Tutorials
40
44
@@ -471,6 +475,7 @@ It's a great way to learn.
471
475
* [ ** Rust** : _ Writing Scalable Chat Service from Scratch_ ] ( https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html )
472
476
* [ ** Rust** : _ WebGL + Rust: Basic Water Tutorial_ ] ( https://www.chinedufn.com/3d-webgl-basic-water-tutorial/ )
473
477
* [ ** TypeScript** : _ Tiny Package Manager: Learns how npm or Yarn works_ ] ( https://github.com/g-plane/tiny-package-manager )
478
+ * [ ** TypeScript** : _ Build a YouTube Clone with Next.js 15: React, Tailwind, Drizzle, tRPC_ ] ( https://youtu.be/ArmPzvHTcfQ?si=I5Ge2BfCmxcqew_Y ) [ video]
474
479
475
480
## Contribute
476
481
* Submissions welcome, just send a PR, or [ create an issue] ( https://github.com/codecrafters-io/build-your-own-x/issues/new )
0 commit comments