- π Programmer student by day, grocery store clerk by night
- π©βπ» Working on finishing 42 school curriculum and exploring tools and technologies beyond C & C++
- π§ On my free time I like to install and play with different Linux distros
- β© Find out more and connect with me:
A mini shell written in C. This is the product of 3 months deep dive into how Bash works. This shell implements the Bash syntax including quoting, commands, expansions, redirections as well as some built-in features. It's built around GNU readline. And it's stylishly pink.
A custom IRC server written in C++. This server follows the official IRC protocol in it's implementations that include joining channels, sending private messages and moderating channels as a channel operator.