List of things I build
Posted: Aug 01, 2021
Categories: programming
What I cannot create, I don't understand
--- Richard Feynman
I like this quote because to me it's true. But not in a profound way or anything, I just forget things fast if I only read about it 🤷🏻♂️
So to make up for my brain's weakness, I learn stuff by building it. Below is a list the things I have built. Some of the projects are inspired from this list.
All of these are open source on my github @qnkhuat
| Name | Try it | Stack | Category | Note |
|---|---|---|---|---|
| Ubinote | ubinote.co | Clojure, Svelte | Personal archive with highlightners | |
| TStream | tstream.xyz | Go, ReactJS | Fun | TStream is a streaming service for terminal users |
| Termishare | termishare.com | Go, ClojureScript | Fun | Peer to peer terminal sharing |
| TheLifeBook | thelifebook.me | ReactJS, Firebase | Fun | A place to store your life memories |
| SpaceX | youtube | Common Lisp | Learn, Fun | Auto docking for SpaceX Dragon2 Simulation written in Lisp |
| Llama2.rs | Rust | Learn, Fun | Inference llam2 in one file of pure Rust | |
| Engrave | engrave.on.fleek.co | Solidity, ReactJS | Learn, Fun | Web app to write message into the ethereum chain |
| Lifeterm | youtube | C | Fun | Conway game of life editor on terminal |
| GoChess | ssh gochess.club | Go | Fun | Play chess with your friends on terminal |
| Paper | draw.ngockhuat.me | ReactJS | Fun | A digital paper |
| Termlog | Javascript | Tools | Console log to terminal | |
| Make a Lisp | Clojure | Learn, Fun | Write a Lisp inteprepter in Clojure | |
| Tag | Haskell | Learn, Fun | A CLI to tag folder | |
| Demys - WIP | Rust | Learn | Write a Debugger in Rust | |
| RustOS - WIP | Rust | Learn | Learn to write an OS in Rust | |
| SICP | Scheme | Learn | Structure and Interpretation of Computer Programs | |
| DB from scratch | C | Learn | Learn to write a DB from scratch | |
| nand2tetris | Python | Learn | My repo for learning nand2tetris | |
| texteditor | C | Learn | Write a text editor in C | |
| ConnectUs | PHP | Startup | Our Startup back in 2018 | |
| Scan dead links | Bash | Fun | A bash script to scan dead links |