Skip to content

Projects

You are in the projects section.

Here, you will find a selection of the work I got the chance to contribute/create.

They are academical/personal & professionnal.

Most of the projects below are made in groups.

Explore this section to discover how I apply my knowledge to create impactfull and concrete solutions.

Cooloc

About

Cooloc is a website developed to obtain the RNCP “Concepteur Développeur d’Applications” (CDA) certification. Cooloc aims to simplify shared-housing management.

All the project documentation is located in the /backups folder.

I made everything Open Source because that’s what development is all about: sharing 🤝

cooloc

Stack

BlockChain

About

Understanding basic cryptographics through this Python project.

I learned how to :

  • Create my own token (Tekra)
  • Create blocks of this token (or transactions with any other tokens/currency)
  • Create block-chains for these blocks
  • Create result files and logs dated
  • Setup properly Sonarqube, Python & Pytest/Tox

blockchain

Stack

TGW-Reporting

About

Little Open-Source python script to report transit-gateways of aws account(s).

  • List and storage in a python script all of the TGW in a AWS acc.
  • Creates output files in .json and .r format
  • Strong unit testing for the account
  • Assume role tuto (Security ++)
  • Github actions to have a better run sort of report

tgwreporting

Stack

DevOps

About

This project allowed us to put into practice the fundamentals of DevOps culture: automation, collaboration, and continuous deployment.

Even though the application is simple, most of our work focused on the infrastructure and delivery pipeline.

We used:

  • Docker to isolate services (frontend, backend, database),
  • Ansible to automate deployment on an Azure VM,
  • GitLab CI to manage a complete pipeline (test, build, deploy),
  • And a rigorous use of Git with branches and merge requests.

devops

Stack

BankWerk

About

Objective: Build a banking platform

  • Create an account (/register)
  • Log in (/login)
  • View your balance (/dashboard)
  • View cryptocurrency prices (/cryptos)
  • Make transfers between two accounts (/transfer)
  • Perform buy/sell operations (/buy or /transfer)

bankwerk

Stack

AAVA

About

Design and development of a Symfony-based website aimed at supporting the monitoring and assistance of approximately 800,000 beneficiaries as part of the aid campaigns of the Mission Accompagnement Santé (MISAS), targeting insured individuals in vulnerable situations (chronic illnesses, pregnant women, elderly people, etc.).

I worked on the entire full-stack part and implemented a DevOps approach.

aava

Stack

  • Code owned by CPAM du Val de Marne 💫

Audiora

About

Audiora is a music-streaming platform developed by @MathieuAudibert & @ismaa2k as part of a PHP skills-validation project.

  • Sign up / Log in
  • Search for a track
  • Listen to a track
  • Like a track
  • Have your own playlist

audiora

Stack