A selection of things I’ve built — ranging from CLI tools and system-level libraries to full-stack web apps and Android applications.
Hospital Records Management System
2nd place National AI & Programming University Olympiad (Wilaya level)
A full-stack birth and death records management system built for the Olympiad. Features role-based access control, real-time Server-Sent Events for live record updates, anonymized data exports for researchers, and PDF generation for official records.
Stack: Node.js, Express, MongoDB, React, Tailwind CSS, JWT
View on GitHub →
A.Reader
An Android reading tracker app with a clean Jetpack Compose UI. Integrates with the Google Books API to fetch book metadata and covers, supports bookmarking, note taking, rating, and syncs progress across devices via cloud storage with JWT authentication.
Stack: Kotlin, Jetpack Compose, Ktor, MVVM, Retrofit, Google Books API
View on GitHub →
tlgr
A fast tldr client written in Go. tldr is a community-driven alternative to man pages — instead of dense documentation, it gives you short practical cheat sheets with real-world examples for the commands you actually use. tlgr is a custom Go implementation of that client, with local caching for offline access, auto-updates and cross-platform support.
Stack: Go
View on GitHub →
cplayground
A client-side C playground for the web — run C code directly in the browser with no server required, build with WebAssembly.
Stack: JavaScript, WebAssembly
Live Demo → | View on GitHub →
Motorola 6502 emulator
A C library for Motorola 6502 CPU emulation. A low-level systems project implementing the classic 8-bit processor used in the Apple II, NES, and Commodore 64.
Stack: C
View on GitHub →