Compare commits

...

6 Commits

Author SHA1 Message Date
Claudia
aa39e4ff7b Merge 8d4654662f into a8bc6fbcf1 2025-07-11 15:34:17 +08:00
Vencyr Laurence Imbo Amores
a8bc6fbcf1 update to byox banner 2025-07-07 22:14:17 +08:00
Claudia
8d4654662f Update README.md 2025-05-22 12:42:00 +02:00
Claudia
abeae5433a Update README.md 2025-05-22 12:39:03 +02:00
Claudia
6e9648d4d4 Update README.md 2025-05-22 12:38:18 +02:00
Claudia
1974bd9dc3 Update README.md 2025-05-22 12:33:53 +02:00

View File

@@ -1,4 +1,4 @@
[![Banner](https://codecrafters.io/images/new-byox-banner.gif)](https://codecrafters.io/github-banner)
[![Banner](https://codecrafters.io/images/updated-byox-banner.gif)](https://codecrafters.io/github-banner)
## Build your own <insert-technology-here>
@@ -9,6 +9,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre
It's a great way to learn.
* [3D Renderer](#build-your-own-3d-renderer)
* [Generative AI](#build-your-own-generative-ai)
* [Augmented Reality](#build-your-own-augmented-reality)
* [BitTorrent Client](#build-your-own-bittorrent-client)
* [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency)
@@ -52,6 +53,11 @@ It's a great way to learn.
* [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html)
* [**Python**: _A 3D Modeller_](http://aosabook.org/en/500L/a-3d-modeller.html)
#### Build your own `Generative AI`
* [**(any)**: _How to build a generative AI solution: A step-by-step guide_](https://www.leewayhertz.com/how-to-build-a-generative-ai-solution/)
* [**Python**: _Build a GenAI Chatbot in less than an hour_](https://medium.com/@gbouslov/from-zero-to-genai-chatbot-hero-29b1f45f6542)
#### Build your own `Augmented Reality`
* [**C#**: _How To: Augmented Reality App Tutorial for Beginners with Vuforia and Unity 3D_](https://www.youtube.com/watch?v=uXNjNcqW4kY) [video]
@@ -212,6 +218,7 @@ It's a great way to learn.
* [**JavaScript**: _Build your own 8-Ball Pool game from scratch_](https://www.youtube.com/watch?v=aXwCrtAo4Wc) [video]
* [**JavaScript**: _How to Make Your First Roguelike_](https://gamedevelopment.tutsplus.com/tutorials/how-to-make-your-first-roguelike--gamedev-13677)
* [**JavaScript**: _Think like a programmer: How to build Snake using only JavaScript, HTML & CSS_](https://medium.freecodecamp.org/think-like-a-programmer-how-to-build-snake-using-only-javascript-html-and-css-7b1479c3339e)
* [**JavaScript**: _Build your own GameBoy/GameBoy Color game with GB Studio_](https://www.gbstudio.dev/docs/)
* [**Lua**: _BYTEPATH_](https://github.com/SSYGEN/blog/issues/30)
* [**Python**: _Developing Games With PyGame_](https://pythonprogramming.net/pygame-python-3-part-1-intro/)
* [**Python**: _Making Games with Python & Pygame_](https://inventwithpython.com/makinggames.pdf) [pdf]
@@ -465,6 +472,7 @@ It's a great way to learn.
* [**Python**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4)
* [**Python**: _JSON Decoding Algorithm_](https://github.com/cheery/json-algorithm)
* [**Python**: _Build your own Git plugin with python_](https://joshburns-xyz.vercel.app/posts/build-your-own-git-plugin)
* [**Python**: _Build your own Web Vulnerability Scanner_](https://www.freecodecamp.org/news/build-a-web-application-security-scanner-with-python)
* [**Ruby**: _A Pedometer in the Real World_](http://aosabook.org/en/500L/a-pedometer-in-the-real-world.html)
* [**Ruby**: _Creating a Linux Desktop application with Ruby_](https://iridakos.com/tutorials/2018/01/25/creating-a-gtk-todo-application-with-ruby)
* [**Rust**: _Building a DNS server in Rust_](https://github.com/EmilHernvall/dnsguide/blob/master/README.md)