Professional Experience
Paris, France
Software Engineer
Sep 2025 - Present
APPRENTICESHIPSWE at Google building Chrome for iOS (Objective-C++)
Sidely
Paris, France
Fullstack Engineer
Nov 2024 - May 2025
INTERNSHIPContributed to the continuous evolution of a multi-platform SaaS solution using modern technologies: React (frontend), Rust/PostgreSQL (backend), and Flutter/Dart (mobile)
- Developed and deployed a secure password change feature on the web platform with enhanced password policies and standardized validation via WebAssembly; also implemented biometric authentication for the mobile
- Redesigned and optimized the event management system in the calendar, improving usability and performance
- Integrated a barcode scanning solution for product detection on store shelves in the mobile application
Selected École 42 Projects
An innovative computer vision project utilizing leaf image analysis for disease recognition.
Discover the world of Kernel Programming and learn how to create your very own Kernel from scratch.
Introductory project to computer security in the specific field of the web, this project has you audit a deliberately vulnerable web platform. You will exploit real-world vulnerabilities to escalate your access from an anonymous visitor all the way up to administrator, capture the flags hidden along the way, and understand how each breach could have been prevented, both from a programming and a design perspective.
This project involves creating, in the language of your choice, a Gomoku game integrating an AI player capable of beating a human player the fastest way possible. To do this, you will implement a min-max algorithm but also do research, trial and error to find the most adapted heuristics. This will not be as easy as checkers.