Hi! I'm Rui and i'm a Software Engineer.
JAVA / JAVAFX
The objective of this project was to create an app similar to a treasure hunt and entertain players by searching and hiding caches around the world.
In this project we use algorithms like dikjstra to find the best and shortest way to reach a certain goal.
HTML / CSS / JavaScript
Project build in Html.The Purpose of the project is to creat a online Test.
HTML / CSS / JavaScript
Project build in Html.The Purpose of the project is to creat the Memory Game.
C
Project build in C.The Purpose of the project was to creat a Travel Agency program similar to the airbnb.
This project helped me to better understand this low-level language and also how to manipulate dynamic memory.

PHP / Laravel / SQL
Project build in Laravel.The Purpose of the project is to creat a website similar to StandVirtual with multiple features like register,login,send email,search vehicle,buy vehicle etc .
For more details click Here.
Dart,Flutter,SQLite,FastAPI,PostgreSQL,Heroku,S3 Bucket,React
This project was made in collaboration with the company Siscog and consists of the development of a mobile application for smart agriculture.
What is being developed by siscog has a limitation which is the proximity to the farmer and that is where this mobile application comes in.For more details click Here

Java / RMI / RabbitMQ
The objective of this project was to simulate a distributed system of a game. This game had to allow several players to play at the same time without information interference.
This distributed system consisted of a front-server that forwards the players to one of the backend servers in Round Robin and if one of these servers fails the player connected to that server is forwarded to another server that has an updated replica of the game.
If any server went down, after recovering from a crash, it would ask the front server for current information on the other servers in order to synchronize its status and be able to get back up and running.