Core Engineering & Infrastructure

Baseline Kernel OS
2026-05-31
Compiled a baseline Linux kernel and BusyBox toolchain from source. Configured and virtualized the custom OS environment using QEMU to validate system-level execution.
Commits: ...
C, Bash, Make

Cross-Platform Notes Application
2026-01-12
Built and deployed a zero-dependency desktop container ensuring 100% data integrity via local SQLite. Integrated GitHub Actions CI/CD for native multi-OS regression testing.
Commits: ...
Tauri, Rust, Kotlin

ArchISO bundler
2025-04-01
Architected an unattended OS installation ISO. Built robust CI/CD pipelines acting as automated test gates to prevent system configuration regressions.
Commits: ...
Bash, GitHub Actions

GDG Cloud Leaderboard
2025-11-01
Led UI/UX and data pipeline testing for 200+ users, utilizing DevTools and automation to validate metrics rendering and cross-browser functionality.
Commits: ...
JavaScript, CI/CD

Low-Level System Development

LC-3 Virtual Machine
2025-08-07
Developed a functional virtual machine simulating LC-3 architecture, managing low-level memory allocation, registers, and instruction set execution.
Commits: ...
C

SQLite Internals Implementation
2025-06-06
Engineered core relational database features from scratch, handling memory-safe data insertion and retrieval operations.
Commits: ...
C, Ruby

POSIX-Compliant Text Editor
2024-08-09
Built a minimal, terminal-based text editor managing raw terminal I/O modes and dynamic memory buffers.
Commits: ...
C

Utility & Application Development

Local OCR Engine
2025-03-18
Developed a secure, offline Optical Character Recognition (OCR) pipeline prioritizing local data privacy.
Commits: ...
Python

Terminal Game Engine
2024-08-17
Programmed a terminal-based game engine handling game loops and state rendering natively on Linux.
Commits: ...
C