featured projects
this is the work that best represents my strengths.
[tags]
-
[ft_irc]
— compliant IRC server built in C++.
handles simultaneous clients, channel management and IRC commands over TCP/IP, using non-blocking sockets and apoll()-based event loop.
-
[minishell]
— custom shell implementation.
replicates bash features including command history, path resolution, pipes, environment variables, signals, and built-in commands.
-
[mini-redis]
— custom redis implementation.
focuses on network programming, data structures, and low-level C++.
-
[cub3d]
— ray-casting project rendering a POV 3D maze.
features a custom engine in C, using dynamic rendering.
-
[inception] — (work in progress) linking multiple Docker containers.