My Portfolio

A showcase of my projects and my abilities.

My Name is Sairoden Gandarosa

A capable employee that can grasp new concepts quickly. Self-motivated, and hard-working person with proven knowledge and experience in Software Engineering, seeking to join organizations/companies where I'll be able to apply my skills acquired over years to make a huge difference. I believe the combination of my enthusiastic, reliable, highly motivated, detail oriented, able to work individually or teamwork and adaptable as well as technical skills to make me the ideal candidate.

URL Shortener

A URL Shortener is a service that is used to create short links from very long URLs. Usually, short links have the size of one third or even one-fourth of the original URL, which makes them easier to type, present, or tweet. Clicking on a short link user will be automatically redirected to the original URL. I made it using Python, you just need to paste the link and it will converted into a short URL

TETRIS GAME

The game has a simple goal of destroying lines of block before it reaches the top. The line is made up of a square block. Made using pygame in Python

Password Database

Password database store your password information on which service you utilize it. It also generates passwords. Usually, these passwords are stored in an encrypted database and locked behind a master password. The master password is the only one you have to remember. I made it using Python.

Sudoku Game and Solver

A puzzle game in which players insert the numbers one to nine into a grid consisting of nine squares subdivided into a further nine smaller squares in such a way that every number appears once in each horizontal line, vertical line, and square. It comes with a backtracking algorithm to solve the game using pygame of Python

Email Account Database

Email account database is a collection of email account information into the database. The program can insert, storage and retrieve their email account data. I made it using Python with a GUI by Tkinter

Calculator

A simple program calculator which allows people to do math operations more easily. It can add, subtract, multiply, and divide.

Files Database

A database on which you can store your various files in it. You can insert and retrieve the date. Made using Python with GUI of Tkinter

Tip Calculator

A simple calculator that you can use for tipping. It can do basic math to calculate the tip you inserted and gives you a return value of the bill. Made using Python

Pong Game

Pong is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. Points are earned when one fails to return the ball to the other. made using pygame of Python

Contact Database

A contact database is the collection of information that is gathered from each person. The database may include contact information, like the person's name, address, phone number, and email address. It comes with a GUI by the use Tkinter of Python and sqlite3 for database.

Cashier

The program cashier accept payments from customers in the form of cash and return the correct change as necessary for cash payment. Just choose any order you want with a quantity and the program will do its job to calculate your payment. Made using Python

Typing speed Test

A simple program that you can use to test your speed typing. It will display an output of bunch of words and you need to type it similarly on a given limited-time. Made using Python with a GUI of TKinter.

Rock-Paper-Scissors

Rock paper scissors is a hand game usually played between two people, in which each player simultaneously forms one of three shapes. The program is a basic rock paper scissors that you can play with A.I