Little Duck Compiler
Developed a compiler for a C++ Subset Language. The project involved the implementation of a Lexer, Parser and a simulation of Virtual Machine built with Python PLY.
Booking System
Developed and designed the front-end of a web app for booking Tecnológico de Monterrey’s sports facilities. Selected by the directors as the most user-friendly and intuitive solution for further development.
RocoApp
Designed and developed an app for cognitive assessment in older adults, enabling early detection of potential cognitive decline. Accessible to both medical personnel and older adults, it features personalized Recommendations based on test results, Reminders with calendar integration and Quick Health Overview.
Sudoku
Developed a ”Sudoku Solver” application using Python and Pygame. Implemented a backtracking algorithm with recursion to check any possible solution.