← Retour

Mes
Projets

01
Cloud-1
Déploiement automatisé d'un WordPress complet sur AWS via Ansible. Docker Compose, Nginx reverse proxy, MySQL, Certbot TLS. Zéro accès direct à la base depuis Internet.
AnsibleScalewayDockerNginxTLS
02
Inception
Infrastructure Docker multi-services from scratch — zéro image Docker Hub, réseau interne sécurisé, volumes persistants.
Docker42 Project
03
ft_containers
Ré-implémentation des conteneurs STL C++98 — vector, map, stack, set — avec itérateurs bidirectionnels et conformité à la norme.
C++STLTemplates
04
ft_linear_regression
Régression linéaire et gradient descent implémentés from scratch en C++, sans librairie ML.
C++Machine Learning
05
Piscine C++
15 modules couvrant l'intégralité du C++ moderne — OOP, héritage, polymorphisme, templates, STL, exceptions, RAII.
C++OOPRAII
06
Projets C — 42
Minishell POSIX, philosophers (threads & mutex), ft_printf, get_next_line. Gestion mémoire rigoureuse, zéro fuite.
CUnixSystèmes
07
Piscine OCaml
Programmation fonctionnelle pure — récursion, pattern matching, types algébriques, inférence de types.
OCamlFonctionnel