The 42 Common Core is the secret sauce that makes the 42 curriculum unique. It is a set of common skills and knowledge that all students are expected to master in programming, algorithms, and computer science. Each "circle" represents a different area of expertise, and students are expected to complete all 6 circles to be free from the Black Hole and open the doors of specialization and professionalization.
- Creation of our **library, the
libft
, learning the basics of C programming, what is a library, compilation, linking, pointers, memory allocation, and the Makefile.
- Recreation of a simplify version of the
printf
function, learning about variadic functions, and how to handle different data types :ft_printf
. - Learning about file descriptors, system calls, and how to handle input/output in
C
:get_next_line
. - And learning about Virtual Machine, setting up an OS, like Debian. This third project of the circle is not present in my repository, as it is not a coding project but rather a setup project (even if I can provide the setup steps if needed). It's named
Born2BeRoot
- Learning about data structures, linked lists, and how to manipulate them combined by learning how to implemante a sorting algorithm:
push_swap
. - Learning about memory management, dynamic memory allocation, and use of a graphic library:
so_long
. - Learning about signals, processes, server and client communication:
minitalk
.
- Learning about multithreading, mutexes, and how to handle multiple threads in a program:
philosophers
. - Creation of a shell, learning about parsing, execution of commands, and a lot of other concepts related to shell programming:
minishell
.
- Learning the method of RayCasting to create a 3D game:
cub3D
. - Learning the of a new programming language,
C++
, it's theC++ Pool
, we learn all the fundamentals ofC++
, like classes, inheritance, polymorphism, templates, and more:cpp_pool
.
- Learning about networking, HTTP, and how to create a web server:
webserv
. - Learning about containers, docker, and how to create a containerized application and deploy it:
inception
.
- Creation of a complete web application with a full stack, using
React
,Next.js
,Python Django
, and a lot of other techno:ft_transcendence
.
Doing all these projects are not sufficient to come to the superior circle. You need to pass the exams of each circle to be able to go to the next one.