landing-image
Hey!
I'm Tony.
I design and develop
|

Welcome to my portfolio!
ABOUT ME
Fond of computer sciences and new technologies, I am an ambitious and tenacious person who likes to succeed.

Currently 5th year student at EPITA : Ecole d'Ingénieur en Informatique, an engineering school based in Paris.
I am looking for an end-of-study internship in software engineering.
tony-about-me-image
MAIN PROJECTS
project-image
Tuka
Frontend Engineer
July-December 2022
Three.jsReactNextTailwindAuth0
Tuka is a webapp to monitor institution (school, company, etc) paper consumption. It aims to reduce paper consumption by increasing deforestation awareness. The app is composed of a front-office and a back-office. The front end displays an interactive 3d map of the user's institution, accompanied by trees around it, depending on the institution's paper consumption, the number of trees decreases. The app is built with React, Next.js, and TailwindCSS. It uses Auth0 for authentication.
project-image
TripNJoy
Flutter Developer
March-December 2022
FlutterRiverpodSpring BootFirebase
TripNJoy is an app for planning group trips by connecting people with similar interests. The frontend is built using Flutter and Riverpod as State Manager, the backend in Java Spring Boot. Features: -Create your travel profile -Match people with same travel interests -Chat and video call -Budget management (Tricount-like) -Planning management
project-image
Clonestagram
Fullstack Developper
July-August 2021
MongoDBExpressReactNode
Clonestragram is a Instagram clone made in MERN (MongoDb, Express.js, React.ts, Node,js) fullstack approach. Authentication built using JWT session token. Features: - Authentication (register, login, jwt) - Post a image with a description - Like and comment posts - Search and follow other users - Chat with users
project-image
PING
Java/Kotlin developer
June-July 2021
KotlinComposeJava
Ping is an IDE made in Compose for Desktop (Kotlin Jetpack Compose). Deep design and development to provide the best possible user experience. The IDE manages GIT and Maven projects. Essential features such as editing, compiling and running projects are availables Fancier features like Custom Themes and Shortcuts.
project-image
Epilife
Android/Kotlin Developper
March-July 2021
AndroidKotlin
Epilife is a timetable Android application for EPITA students. Implementation: - MVVM & Layered Architecture & EventBus - Migration of API, Retrofit2 & okhttp3 - Fully working and resizable Widget - Notification using WorkManager - Authentication implementation using MSAL (Office 365 Auth)
project-image
CHESS AI
C++ Programmer
March 2021
C++
Chess AI is a Chess engine & Chess AI implementation. Bitboard implementation using MagicBitboard. Implementation: - Chess engine (generate all legal moves) - AI (NegaMax, alpha-beta prunning, evaluation) - UCI protocol, PGN parser - Perft - STL, Boost
project-image
42sh
C Programmer
November-December 2020
C
42sh is a posix-compliant shell interpretor done in the scope of our ING1 project at EPITA. 42sh is a 4-weeks project made in C. 42sh was developped following the SCL (Shell Command Language). Implementation: - Parsing & Lexing - Execution - Builtins - Variables & Functions - Arithmetic expansion
project-image
OCR
C Programmer
October-December 2019
C
OCR stands for Optical Character Recognition. A project made in C, with the use of a basic neural network trained, allows you to recover the text in the image of a printed text. Implementation: - Preprocessing - Neural Network - Postprocessing - Dataset
project-image
Registre Général
ASP.NET Fullstack Developper
June-August 2019
.NETC#RazorKnockout.jsSSMS
Registre Général is a web application for centralizing and managing our companies. Its primary advantage is the tokenization (BlockChain) of corporate records and documents
project-image
UPRISING
Designer & Unity Developper
January-June 2019
UnityFigma
Uprising is a first person shooter game, which goals is to jump from platforms to platforms to get to the top of the map, shoot the other players to make them fall. The last player remaining wins. This game aims to be simple and easy to play.
project-image
TIME IS MONET
Game Designer & Python Developper
January-June 2019
PythonPygame
Time is Monet is a 2D platformer made in Python. You are playing a student late to his math lesson. Hurry up! You need to pass through the others students in order to be in time.
OTHER PROJECTS
project-image
Qwik TodoMarch 2023
Qwik
Simple todo list app built with Qwik.
project-image
Nile - The accessibility e-commerceDecember 2022 - January 2022
A11YSvelteSvelteKit
Nile is an Amazon with accessibility. The goal is to provide a better experience for people with disabilities following a11y principles. The website is made in Svelte using SvelteKit.
project-image
Three.jsReactFigma
Coruscent In Tenebris is a black market website made using Three.js. Find anything and everything in this black market, every item has its own secrets...
project-image
King Of SmashNovember 2022 - December 2022
AndroidKotlinFigma
King Of Smash is the adaptation of the board game King Of Tokyo in a Smash Bros style. The goal is to be the last character standing in the Final Destination. The game is made for Android.
project-image
John McCarthyNovember 2022
Azure MLAzure Data FactoryCustom VisionReact
Using Azure Cognitive & Vision AI Services, John McCarthy is a trained AI that can detect tumor from MRI scans. John McCarthy tells you if you tumor is benign or malignant given the tumor diameter and your age.
project-image
TripNJoy Back OfficeAugust 2022 - September 2022
TypeScriptReactNext
Back Office of the mobile app TripNJoy. This application is made in TypeScript using React.js and Next.js
project-image
Phoenix BotJuly 2022
DockerCircleCISentrySonarCloud
Devops implementation for a discord bot called 'Phoenix-bot'. Implementation of the DockerFile, CircleCi, Sentry and SonarCloud, and their integration with discord webhook.
project-image
SEOJuly 2022
Python
The SEO python app analyzes the web page given an URL and gives many tips for a better SEO.
project-image
Bootstrap-vueJune 2022
Vue
Implementation of 8 bootstrap components in Vue3 using Composition API. The idea is to understand how to build a component library (design system).
project-image
SOCRUDMay 2022
Spring Boot
SOCRUD is a REST API made in Java Spring Boot. The goal of this project is to make a project following the software craftmanship and best practices. -TDD -CICD using CircleCI, SonarCloud and GitHub Action -Design Pattern (builder and template)
project-image
FutureApril 2022
.NETC#
Future is a job search webapp made in .NET MVC. It allows you to search for a job and apply for it.
project-image
Device FingerprintSeptember 2021 - January 2021
JavaSpring BootReactNextScala
Implementation of a authentication gateway using device fingerprint. Implementation of two different 2FA methods: - TOTP using Authenticator apps - SMS or phone call Worked on this project during my 5-month internship at Rakuten.
project-image
JPEG AlgorithmJune 2021
PythonNumpyScipySkimageMatplotlibJupyter
JPEG compression and decompression algorithm in RGB and YUV color space. Downsampling 4:4:4, 4:2:2 & 4:2:0 in YUV color space.
project-image
EROJune 2021
PythonNumpyOsmnxNetworkXJupyter
Objective: Optimise the route of snow removers in Montréal. Theorising through a graph problem (Chinese postman problem/Route inspection problem) then application on real scale and proposal of a cost model.
project-image
js-chatMay 2021
ReactFirebaseBootstrap
In my learning of React, I made js-chat. It is a small chat app using firebase and google authentication. Use of React hooks.
project-image
pizza-creatorMarch 2021
ReactSassBootstrap
In my learning of React, I made pizza-creator. It simulates a pizza making process. Use of React hooks.
project-image
Java WebServiceMarch 2021
JavaSpark JavaJooq
Implementation multiple REST endpoints in order for external applications to communicate with the backend. Use of an Layered Architecture (Controllers/Services/Repositories). 4 days project.
project-image
js-calculatorMarch 2021
ReactSassBootstrap
js-calculator is a small web app made in React. Project made in less than 2 hours.
project-image
LibrubikJanuary 2021
C++
Librubik is a rubik's cube solver made in C++. It can solve the 2 first layers using F2L solver step, Then use OLL and PLL solver step to solve the last layer. Project made in a 1 day rush.
project-image
MarioKartTrackerJanuary 2021
AndroidKotlinAngularTypeScript
MarioKartTracker displays the rankings and the game history of the MarioKart game. It has an interface to add races. Tool made for Web (100% responsive) & Android.
project-image
Libstream & Minimake & Myfind & MymallocNovember 2020
C
Development of four weekly projects in C. Libstream: implementation of a stream library. Minimake: reimplementation of the Unix make command. MyFind: reimplementation of the Unix Find command. MyMalloc: reimplementation of the malloc command of the C language (Using mmap).
project-image
Séraphin Contract ManagementAugust 2020
.NETJavascriptAspose
SCM is an optimized contract negotiation solution. Given tasks: convert an pdf into an editable HTML text, some Front-End integration.
project-image
Simon DriveAugust 2020
HTMLCSSJavascript.NETKnockout.jsSSMSAjax
Simon drive is a B2B SaaS to manage a company's associates Given tasks: Front-End integration, binding data models using knockout.js.
You have reached the end!
I hope you enjoyed looking at my portfolio.
Have a nice day!