- [Build your own `Template Engine`](#build-your-own-template-engine)
* [Voxel Engine](#build-your-own-voxel-engine)
- [Build your own `Text Editor`](#build-your-own-text-editor)
* [Web Browser](#build-your-own-web-browser)
- [Build your own `Visual Recognition System`](#build-your-own-visual-recognition-system)
* [Web Server](#build-your-own-web-server)
- [Build your own `Voxel Engine`](#build-your-own-voxel-engine)
* [Uncategorized](#uncategorized)
- [Build your own `Web Browser`](#build-your-own-web-browser)
- [Build your own `Web Server`](#build-your-own-web-server)
- [Uncategorized](#uncategorized)
- [Contribute](#contribute)
- [Origins \& License](#origins--license)
## Tutorials
## Tutorials
@ -261,7 +265,7 @@ It's a great way to learn.
* [**C**: _Building a software and hardware stack for a simple computer from scratch_](https://www.youtube.com/watch?v=ZjwvMcP3Nf0&list=PLU94OURih-CiP4WxKSMt3UcwMSDM3aTtX) [video]
* [**C**: _Building a software and hardware stack for a simple computer from scratch_](https://www.youtube.com/watch?v=ZjwvMcP3Nf0&list=PLU94OURih-CiP4WxKSMt3UcwMSDM3aTtX) [video]
* [**C**: _Operating Systems: From 0 to 1_](https://tuhdo.github.io/os01/)
* [**C**: _Operating Systems: From 0 to 1_](https://tuhdo.github.io/os01/)
* [**C**: _The little book about OS development_](https://littleosbook.github.io/)
* [**C**: _The little book about OS development_](https://littleosbook.github.io/)
* [**C**: _Roll your own toy UNIX-clone OS_](http://jamesmolloy.co.uk/tutorial_html/)
* [**C**: _Roll your own toy UNIX-clone OS_](https://github.com/NateBrune/jamesmolloy.co.uk)
* [**C**: _Kernel 101 – Let’s write a Kernel_](https://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel)
* [**C**: _Kernel 101 – Let’s write a Kernel_](https://arjunsreedharan.org/post/82710718100/kernel-101-lets-write-a-kernel)
* [**C**: _Kernel 201 – Let’s write a Kernel with keyboard and screen support_](https://arjunsreedharan.org/post/99370248137/kernel-201-lets-write-a-kernel-with-keyboard)
* [**C**: _Kernel 201 – Let’s write a Kernel with keyboard and screen support_](https://arjunsreedharan.org/post/99370248137/kernel-201-lets-write-a-kernel-with-keyboard)
* [**C**: _Build a minimal multi-tasking kernel for ARM from scratch_](https://github.com/jserv/mini-arm-os)
* [**C**: _Build a minimal multi-tasking kernel for ARM from scratch_](https://github.com/jserv/mini-arm-os)