PROJECTS>>
A lightweight, educational distributed log system in C.Mimics the core of Apache Kafka.
Github
A lightweight Git implementation in C.Supports blob, tree, and commit objects.
A lightweight compiler in C for a minimalistic language called CowLang. Compiles CowLang into LLVM IR.
A lightweight SQL database engine built from scratch. Focuses on core database fundamentals.
A Unix-like shell in C. Implements command parsing, pipes, redirection, and process management using fork() and execvp().
A Simple reimplementation of the copy cli command. It was created to better understand how file operations work at a low level.