An aspiring dev passionate about technologies, coding & programming, linux, offensive security and information security. From Fortaleza - CearΓ‘, Brazil.
Currently studying in (Abu Dhabi Campus).
Here you can follow my journey and the projects that I am doing as well as whatever side projects I post on Github
π» Iβm currently mostly developping in C and C for the next while but will post some other codes or unix projects whenever they occur. You can also follow my journey on Hashnode. Hope you all have fun and enjoy the ride.
π§π· π¦πͺ My 42AbuDhabi Progression and Results
Project | Description | Result |
---|---|---|
Libft | In 42 we are forbidden from using system functions in our projects. This project consists on recreating a series of functions in order to compile them as an archive to create our own Library that will be further enhanced with our own preferences and used for the rest of the cursus. | |
get_next_line | The GNL function takes as parameter a file descriptor and should return the next line available inside the file. | |
ft_printf | This project consists on recreating the system printf but not all the flags. | |
Born2beroot | This project aims to introduce you to the wonderful world of virtualization. | |
Exam Rank 02 | Exam Rank 02 | |
fract-ol | Fract-ol project is mainly a graphical project requiring us to draw a multiple fractals. In Mathematics, a fractal is a subset of Euclidean space with a fractal dimension that strictly exceeds its topological dimension. It contains a pattern that repeats as you zoom and you are supposed to have an infinite zoom, or at least zoom until the limit of your machine. For this project we are force to use the minilibx that is a 42 version of the libx which is basically a graphical library in which only a very limited amount of functions are available. Everything else that is required has to be coded by ourselves. | |
Pipex | Pipex is a project in which we have to replicade the a specific bash synthax that uses pipes . The main purpose of this project was to understand how pipes work and communicate with each other through dup, as well as having a good parser and understanding file descripto leaks as well as learning a bit more about unix systems. So the way it works is that we have and infile, a cmd1 that is aplied to that infile, a cmd2 taking the output of the previous command as input and writing it's output in the outfile | |
Push_swap | desc | |
Minishell | desc | |
[Philosophers] | desc | link to score |
[Exam Rank 03] | desc | link to score |
[Cub3D] | desc | link to score |