Welcome to my GitHub profile repository! This is where I showcase my projects and skills as a developer, specializing in C/C++.
- C & C++: Developed efficient, high-performance applications.
- Docker: Mastery of containerization for consistent and scalable application deployment.
- Makefile: Expertise in automating build processes.
- Team Collaboration: Strong experience in working with development teams using version control and agile methodologies.
Here are some of my notable projects:
-
ft_irc: The project is a C++ implementation of an IRC server that handles multiple connections via sockets. It supports essential IRC commands like /JOIN, /PART, and /PRIVMSG, and features both public and private channels, user management, and real-time communication. The server includes authentication and permission management systems.
-
FdF: The project visualizes a map in an isometric 3D view, where data points are represented as a grid. The calculations rely on matrix rotations to achieve the isometric projection, providing an interactive 3D visualization. The project is implemented in C and the focus is on transforming and displaying data through graphical representation.