build-your-own-x
There are 123 repositories under build-your-own-x topic.
WuBingzheng/build-lua-in-rust
《用Rust实现Lua解释器》 / _Build a Lua Interpreter in Rust_
peiyuanix/build-your-own-zerotier
Build your own layer-2 virtual switch in less than 300 lines of code
justjavac/herlang
Her Programming Language written in Rust.
kjj6198/build-your-own-x
(forked) 🤓 Build your own (insert technology here) - added issue and website. PR welcome
pflenker/hecto-tutorial
Build your own text editor in Rust
mugglim/build-your-own-tanstack-query
Build your own TanStack Query and useQuery hook
amitshekhariitbhu/build-your-own-x-machine-learning
Build your own X - Master machine learning by building everything from scratch. It aims to cover everything from linear regression to deep learning to large language models (LLMs).
gaoxiaoliangz/gpromise
A small promise library implementing the Promises/A+ spec
gaoxiaoliangz/react-lite
A simple implementation of react
kezhenxu94/nettoy
A bottom-up approach to learn the Netty project
mithi/hello-tiny-box
📦 Manipulate a three dimensional box 📦
mithi/bare-minimum-2d
An extremely lightweight React component to declaratively (and elegantly) plot shapes on an inline SVG
ai-glimpse/toyrl
Reinforce learning is awesome!
mugglim/build-your-own-react-streaming-ssr
Build Your Own React Streaming SSR
arjunmahishi/loadbalancer-in-go
Building a loadbalancer from scratch
c-rainstorm/jvm
参照《自己动手写Java虚拟机》,一步一步构建小型JVM
akatsuki105/my-dns-server
https://github.com/EmilHernvall/dnsguide の写経 最後までやりとげた
feliposz/build-your-own-sqlite-go
This is my solution in Go for the "Build Your Own SQLite" Challenge.
feliposz/FelipOS
A simple OS programmed in x86 Assembly real mode (16-bit) inspired by MikeOS.
SpiffGreen/goredis
A Redis clone built in Go to learn about distributed systems, in-memory databases, and the Redis protocol (RESP). This educational project implements core Redis commands and helps understand how Redis works under the hood by building a simplified version from scratch.
feliposz/nand2tetris
Exercises and notes on the course Build a Modern Computer from First Principles
feliposz/tutorial-compiladores
Vamos construir um compilador. Tradução e adaptação do tutorial Let's Build A Compiler de Jack Crenshaw.
aarabii/An
My space on web (Presonal portfolio website)
feliposz/build-your-own-git-go
This is my implementation in Go for the "Build Your Own Git" Challenge
VoidDruid/habr-hs-llvm
Пошаговый туториал по написанию простого компилятора на Haskell для хаскель-новичков
codecrafters-io/redis-geocoding-algorithm
An explainer on how Redis's geocoding algorithm works
feliposz/codecrafters-redis-typescript
This is my implementation in TypeScript to the "Build Your Own Redis" Challenge
Md-Talim/codecrafters-shell-java
Built my own shell to understand how terminals work under the hood.
nivindulakshitha/Shell
Build my own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the way, you'll learn about shell command parsing, REPLs, builtin commands, and more.
oshanQQ/coconush
🥥 A toy shell implemented in Rust
rudrOwO/sqlite-clone
A SQLite clone built with Go's awesome concurrency
amirhoseinsalimi/ash-template-engine
I built my own template engine for learning purposes with zero dependencies in TypeScript - It's called Ash
mohammadhprp/chain
build blockchain from scratch
st3v3nmw/little-key-value
Build your own distributed key-value store from scratch
wpdevelopment11/diff
Implementation of the Hunt-McIlroy algorithm and the diff utility in Python
wpdevelopment11/regex
Simple regex implementation