๐ญ I'm currently working on advanced system programming projects including Minishell (a Bash-inspired shell) and mastering threading with the Philosophers project.
๐ฑ I'm progressing through the 42 cursus in 1337 Coding School, transitioning from C fundamentals to C++ and advanced system programming concepts.
๐ฏ I'm building advanced system programming skills and creating practical tools while progressing through the 42 curriculum.
๐ค I'm open to collaborating on C/C++ projects and sharing knowledge from my 42 school journey.
๐จโ๐ป Check out my projects on GitHub.
๐ฌ Feel free to ask me about marketing & business, or anything tech-related!
๐ซ You can reach me at: AbdoCooder@gmail.com
๐ Minishell
A lightweight shell implementation in C inspired by Bash. Features command execution, built-in commands (cd, echo, pwd, etc.), I/O redirections, pipes, environment variable expansion, and robust signal handling.
๐งต Philosophers
Threading and synchronization project solving the classic dining philosophers problem. Demonstrates mastery of mutexes, thread management, and concurrent programming concepts.
Shell script tool for generating C++ class boilerplate code specifically for 42 school projects. Streamlines the development workflow for C++ assignments.
๐ฎ so_long
2D game developed in C using graphics libraries. Showcases understanding of textures, sprites, and basic gameplay mechanics.