You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is where I keep all my coding projects from my time at 42. I'm studying at 1337 (part of the 42 Network) and I'm learning everything from scratch - starting with C programming and working my way up to building entire web apps.
What makes 42 different is there are no teachers and no lectures. Instead, you figure things out on your own, work on real projects, and learn alongside other students. Every project has to go through peer reviews (we call them "corrections") before you can move forward. It's intense, but it's a great way to learn how to code and solve problems.
In this repo, you'll find my progress through the whole curriculum - from basic stuff like coding my own C library to more complex projects like building web servers and creating full-stack applications. Each project taught me something new about computer science and software development.
The 42 curriculum is structured like a galaxy of projects, organized in concentric circles from basic to advanced:
Inner Circle (Common Core)
Begins with fundamental C programming
Projects increase in complexity as you progress
At certain points, you can choose between different projects:
For example, between graphics projects (FdF/fract-ol) or Unix projects (minitalk/pipex)
Some levels offer multiple project options, where you only need to complete one to progress
All mandatory phases must be completed to finish the common core
-Required for activities like internships and student exchange
Outer Treks
A collection of diverse project trails available after the inner circle
Covers various specialization areas:
Operating Systems
Web Development
Graphics
Network & System Administration
And more...
These tracks allow students to specialize in their preferred areas of software development and computer science.
Note: The Holy Graph visualization above maps the complete curriculum structure. The turquoise nodes indicate completed projects, while grey nodes represent projects yet to be tackled. Each connection line shows the prerequisites needed to unlock the next project, with some levels offering multiple paths to choose from.
Projects
The following table lists the projects I've completed as part of the 42 Cursus. Each project is linked to its repository, where you can find the project's description, requirements, and my implementation.