Come and discover the fruits of my labor, from small experiments to complete web applications, each project illustrates my love for programming and creating solutions.

MapTiles Cutter
Golang module that allows users to cut tiles from images for map systems like Mapbox or Google Maps.
View Source

EmojiGenerator
Next.js app that allows users to generate emojis using a generative AI.
View Source

From-A2B
Next.js app. Final study project. The application allows users to plan a trip based on user-defined stops.
View Source

Staracter
Next.js app. Character library for the Star Citizen game.
View Source

Motdle
Next.js app. French Wordle clone.
View Source

SnakeGame
WPF C# application. Snake game where I experimented with pathfinding algorithms like A*.
View Source

StarTrad
C# utility that allows Star Citizen players to install and update the community translation of the game autonomously.
View Source

Forza Horizon 5 Interactive Live Map
React SPA with .Net backend. The application allows users to view an interactive map of Forza Horizon 5. The backend implements WebSocket streams based on SignalR for real-time map data updates, as well as a DNS stream to retrieve player data. The map is generated using the Leaflet.js library along with tiles generated using my MapTiles Cutter project
View Source

GuanajuatoRP
Creation of a Forza Horizon 5 role-playing game server. Development of a Discord bot and a .Net API for user data management. Implementation of a complex economy with periodic events. Addition of advanced features such as permission management, command handling, role management, and salon templates.
View Source