- 🔭 I’m currently a student at 1337 BG (42 Network).
| Project | Description | Intra |
|---|---|---|
| Libft | The aim of this project is to code a C library usual functions. | |
| Get next line | The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor. | |
| Netwhat | This project is an introduction to network problematics. | |
| Printf | The aim of this project is to recode Printf cuz putnbr and putstr aren’t enough. | |
| Ft_server | This is a System Administration subject. I discovered Docker and I set up my first web server. | |
| miniRT | This project is an introduction to the beautiful world of Raytracing | |
| libasm | The aim of this project is to get familiar with assembly language | |
| ft_services | Ft_services will introduce you to Kubernetes. You will discover cluster management and deployment with Kubernetes. You will virtualize a network and do "clustering". | |
| push_swap | This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting. | |
| minitalk | The purpose of this project is to code a small data exchange program using UNIX signals. | |
| FDF | This project is about creating a simplified 3D graphic representation of a relief landscape. | |
| Minishell | The objective of this project is to create a simple shell. Yes, a little bash or zsh. I learn a lot about processes and file descriptors. | |
| WebServer | This project is about writing our own HTTP server. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful. | |
| ft_containers | re-implementation of som STL in C++ (Map, Vector and Stack) |