This repository contains my projects developed at Hive Helsinki.
Hive Helsinki is a coding school in Finland, inspired by the educational model of the French school Ecole 42. At Hive, traditional teaching methods like lectures, teachers, and textbooks are replaced with collaborative learning and hands-on project work. Students learn coding by working together on practical and real-life projects.
You can find more information about Hive and 42 on the Hive official website and 42 official website.
Project | Skills |
---|---|
Graphics 🖼️ | |
So_long | graphics library 3D to 2D projection events |
MiniRT | raytracing |
Algorithms 🧮 | |
push_swap | sorting algorithm stack manipulation |
ft_printf | variadic function |
Unix 💻 | |
Philosophers | concurrent programming thread mutex |
Minishell | shell process |
Pipex | pipe |
System Administration ⚙️ | |
Born2beroot | virtual machine shell scripting |
NetPractice | network IP |
Basics of C 📗 | |
Libft | library Makefile |
get_next_line | static variable file descriptor |
Basics of C++ 📘 | |
CPP Module | C++ |