Location: France | Age: 20
I build things from scratch to understand how they workโweb servers, neural networks, shell interpreters, you name it.
I'm looking to relocate to a tech hub and transition from school projects to solving real problems.
Languages: C/C++, Python, Rust, JavaScript
Development Tools: Docker, Git, Linux/SysAdmin, Nix
Frameworks: Django, PyTorch/TensorFlow, React Native
Areas of Interest: Systems Engineering, Algorithms & Mathematics, Neural & Symbolic AI
| Repository | Description | Tech Stack |
|---|---|---|
| Webserv | HTTP/1.1 web server built from scratch in C++ | C++, Makefile |
| Minishell | Bash-like shell with pipes, redirections, and signal handling | C, Makefile |
| Multilayer Perceptron | Neural network and linear algebra library from scratch | C++, CMake, Python |
| Learn2Slither | AI that masters Snake using Q-learning (no external ML libraries) | Python, PyTorch |
| Ready Set Bool | Exploration of boolean algebra and discrete mathematics | Rust, Cargo |
| Quantum | Learning fundamentals of quantum computing and quantum algorithms | Qiskit, Jupyter |
๐ฏ Special Mention: bloomVibeCheck โโโ
An accelerated learning experience in full-stack mobile/web developmentโbuilt with Expo, Convex, React Native, and Vercel. ๐ Made with lots of coffee
๐ก For a complete list of my repositories, check out my GitHub profile
42 School - A project-based, peer-learning programming school that emphasizes rigor, autonomy, problem-solving, and collaboration.
Core Curriculum: Advanced C/C++, Algorithms, AI & Machine Learning, DevOps, Systems Engineering
Additional Notable Projects:
-
Transcendence - Full-stack web application for an online Pong tournament platform with real-time multiplayer, user authentication, and advanced UX features. Built in a team of 5 students. Tech: Django, Docker, Virtual Machines, Nginx, WebSockets (Tornado), PostgreSQL, Blockchain
-
MiniRT - CPU-based ray tracer based on Constructive Solid Geometry, supporting several primitives and compositions, lighting, reflections, refraction, transparency, and textures. Tech: C, Makefile
-
Inception - Complex DevOps infrastructure project deploying a multi-container WordPress site with custom configurations, networks, and volumes, all within a VM. Tech: Docker, Docker Compose, Nginx, MariaDB, Virtual Machines