I'm a passionate software engineer with experience in backend development. Over the past two years, I've been deeply involved in social media and Customer Data Platform projects, focusing on leads integrations and Attribution Marketing. I consider myself a proactive and goal-oriented individual with an optimistic outlook.
Currently, I'm pursuing a double degree at IMT Mines Alès, specializing in Software Engineering and Artificial Intelligence.
This project provides a implementation of the Ambient Calculus programming language. It covers the essential aspects of running the language, grammatical categories, code descriptions, and concluding remarks. Notably, the project leverages ANTLR4 with Go and Dot to facilitate syntax tree generation.
- Backend: Golang, ANTLR4, Dot
A personal project exploring generative AI models. The application features a specialized API to create an initial character for generating the first prompt.
- Backend: Python, FastAPI
A collection of algorithms and data structures inspired by the course "The Last Algorithms Course You'll Need" from FrontendMasters. Implemented in Python, the repository includes tests using pytest and covers concepts such as sorting, recursion, searching, heaps, and tree traversals.
- Backend: Python, Pytest