Welcome to my collection of projects from the legendary 42 Network β where learning is 100% hands-on, peer-powered, and fueled by pure curiosity. Whether you're here to peek into my progress or dive into the code, you're more than welcome!
π Built through the grind of the Piscine and beyond β one shell command, one pointer bug, and one late-night coffee at a time.
42 is not your average school. It has no teachers, no lectures, and no tuition fees. It's an international, tuition-free, peer-to-peer coding school with a unique philosophy:
- π Learn by doing.
- π€ Collaborate, donβt compete.
- π§© Solve real problems, not just exercises.
- π‘ Fail. Retry. Learn. Repeat.
Iβm currently attending 42 Istanbul β where the tech spirit meets Bosphorus brilliance.
Each folder in this repository represents a project completed during my 42 journey. From low-level system programming in C to algorithms, memory management, and even AI down the line.
```bash
Piscine/
βββ Projects/ # Core C and Shell-based projects
β βββ C/ # C projects
β βββ Shell/ # Shell
βββ Rush/ # Weekend challenges done in pairs or teams
βββ Exams/ # Timed individual exams
Common/
βββ Milestone00/
β βββ libft/ # Build your own library
βββ Milestone01/
β βββ ft_printf/
β βββ get_next_line/
β βββ born2beroot/
βββ Milestone02/
βββ ...