Portfolio 2024
Selected Works
Exploring the intersection of web, mobile, and low-level systems.
Featured Projectcalendar_today 2023
Kernel Module Monitor
A lightweight monitoring tool for custom kernel modules built for Arch Linux environments. Optimized for low-overhead performance, featuring real-time memory tracking and deadlock detection.
C LanguageLinux KernelMakefile
dashboard
E-Commerce Dashboard
Full-stack inventory management system with real-time analytics. Includes Stripe integration.
PHPVue.jsMySQL
smartphone
Crypto Wallet Mobile
A secure, non-custodial wallet mobile application. Features biometric authentication and WebSockets.
React NativeTypeScript
settings_suggest
Auto-Backup Script
Automated bash script for server backups. Compresses directories, encrypts with GPG, uploads to S3.
BashAWS CLILinux
memory
Custom Memory Allocator
Implementation of malloc/free in C to understand memory management. Handles block splitting/coalescing.
CSystem