ALL WORK
Projects
libft
Systems library
Custom C standard library reimplementing essential libc functions from scratch — the foundation every 42 project builds on.
C
ft_printf
Systems / C
From-scratch reimplementation of printf in C, handling variadic arguments and all core format specifiers without libc.
C
push_swap
Algorithms
Sorts a stack of integers using two stacks and a minimal set of operations — an exercise in algorithm design and complexity.
C
Born2beroot
Sysadmin / DevOps
Linux VM provisioning and sysadmin hardening project — sets up Debian, configures users, sudo policy, firewall, and monitoring.
LinuxBash
terminal-portfolio
Frontend
Interactive terminal-style portfolio that renders in the browser — navigate commands to explore projects, skills, and contact info.
JavaScriptHTMLCSS