Fernando J. Bermúdez Medina's repositories
Booking-System
Google Calendar Style Web Application to make reservations using PostgreSQL, Flask & React. Designed for the Database Systems Course (CIIC4060) at UPRM
ciic4151-group-c-tuter
Capstone Group C Project Repository
My-Backlog-Handler
Web Application designed to help players track their progress in certain gaming titles they are currently playing, as well as keep an organization pattern for maximum entertainment with their game libraries. Designed for the INSO4101 (Intro to SWE) course at UPRM
cpp-ds-implementations
Implementations of Fundamental Data Structures in the C++ Programming Language
DNA-Consensus-Sequence
A small DNA Consensus Sequence Generator made as a project, emphasizing the use of data structures in programming for the Intro to Programming 1 at UPRM
karatsuba-java-python
Java & Python Implementation of Karatsuba's Integer Multiplication Algorithm
Mario-Maker-Pro
A remake of the classic platformer "Super Mario" developed for the third and final project for the Advanced Programming course at UPRM. Most art assets were created and are owned by Nintendo. This project is solely for educational purposes
CIIC4082-P1-S21
Short Assembly Project for the MSP430FR6989 from Texas Instruments designed to function as a calculator to do basic arithmetic with integer values from 0-999 using polling
CIIC4082-P2-S21
A BPM Simulator made in the MSP430FR6989 Launchpad from Texas Instruments
coding-interview-university
A complete computer science study plan to become a software engineer.
lucinean-bot
Bot made for fun
PL-CIIC4030-Assignments
Assignments made for the Programming Languages Course
Project-Envy
A 2D Turn-Based RPG Game inpired on games like Final Fantasy & Magicka made as a project for the Advanced Programming course at UPRM
todo-buddy
React Native Mobile Application focused on building To-Do lists for users stored in PostgreSQL/Flask Built Backend
HTML-Resource-Parser
Small Python program that extracts the filename or hyperlink of any resource it can find off an .html file adn outputs it to a txt file
Java-Sudoku-Backtracker
Java Version of the Backtracking Sudoku Game that was originally made in Python, Includes Java Version of Tuple Data Structure
Python-Sudoku-Backtracker
Small Sudoku Game that uses backtracking and recursion
Unit-Converter
Program that converts a desired unit to another one chosen by the user designed for testing students who are beginners into the field of programming and Computer Science