Back to Home

Projects

Emulator
Silicon8

A lightweight, accurate, and fully functional CHIP-8 emulator written in C using the SDL2 library.

View Project
Visualizer
Minos

A recursive maze generator and solver visualizer written in C and SDL2. It animates DFS and backtracking in real time to make learning recursion easy.

View Project
Backend
Rustorian

A Rust-based Async Historian with monthly SQLite rotation. Designed for robust backend data management and high performance.

View Project
ML Core
Neural Net from Scratch (C)

Implementations of forward and backpropagation logic entirely from scratch in raw C, disregarding external machine learning frameworks.

View Project
0x4A1
RadishDB

A highly-optimized, crash-safe storage engine built from scratch in C. Implements WAL and POSIX mmap APIs.

View Project
0x7B2
TRX Package Manager

A blazing fast, terminal-native package manager utilizing Ratatui to deliver a beautiful, modern workflow CLI.

View Project
CLI Core
clone-rs

A fast CLI to copy a specific GitHub folder or file from a tree or blob URL.

View Project