Currently at an engineering school, I get to use VsCode, Docker or Flutter. But what I like most currently is C# and its potential. Through my different projects, I try to go further and further into the language and discover its specifics.
However, I'm not solely focused on C#. I try my best to learn dart/Flutter and Python on the side to stay competitive!
This is my biggest project: a C# console app library that allows you to create a console app with a GUI. It's a work in progress and I'm trying to add new features as often as I can. The objective is to create both a useful and easy to use library for beginners and advanced developers.
This project is a fork of the jakegut/resume implementing a convert script and auto-publish to github-pages.
Both a python and html project to generate clean email signatures. You can choose between a logo or a photo and customize the all information.
A simple Django project to explore Real Estate data and publish it to the web using Vercel.
Easy Git is a simple tool to help you set up and use your git workspaces.
A list of useful tools and configurations for a Mac setup (more features for developers).
A simple connect-4 game built with python and blessed.
A small python script to encrypt and decrypt messages using the RSA algorithm.
This project is a fork of the TicTacToe implementing the ability to play against a human.
A small C# console app to manage incomes and expenses.
I built this project for my computer science class. The goal was to create a C# app that can create fractals, manipulate bitmap images (convolution, filters, ...) and switch languages (french and english). I also added a few other features like a custom color picker, a custom file explorer and a custom console.
This is a school project where we had to create a sql database and a C# app to manage it. The goal was to create a database for recipes, ingredients and orders. You may also take the place of a customer and create an order.
This is a school project where we had to create a sql database and a C# app to manage it. The goal was to create a database for a flower store that would allow you to manage the store's stock and orders. You may also take the place of a customer and create an order.
This was a school project designed to learn the basics of C#. The goal was to create a console app that would allow you to play a word scramble game. The game would generate a random letter grid and give you words you had to find in it within a time limit.
This was also a school project where we had to create a labyrinth game in a C# console app. The goal was to create a game where you could move a character in a labyrinth and collect items. The labyrinth was generated randomly using a recursive algorithm.
This was a prototype of a Discord bot that I made with a friend to discover both python and Discord. It was supposed to be a bot that would allow you to play music in a voice channel using the youtube dl library.