Projects
Programming helps me develop my critical thinking skills and problem-solving abilities. It allows me to express my creativity and bring ideas to life. By working on various project developments, I was able to evaluate my proficiency with Python and broaden my understanding of it. This page contains a collection of recent projects on which I have worked on, and I was able to use Python in every single one of them.
Resume Website
With python programming in mind, this site is a dynamic website
constructed using flask python framework for its backend. Site
is hosted through a virtual private server (VPS) operated by a
cloud service provider running on Ubuntu Linux distribution.
Bottle Game
This is a mini game based on the popular movie franchise "Die Hard".
Game logic is calculated using python, utilizing the concept of
object-oriented programming (OOP) and flask web framework.
Click the icon to view the project.
Star Wars Quote Generator
This is a simple web application that generates a random quote from
the "Star Wars" franchise. Data is pulled from a csv file, which
serves as its database.
Click the icon to view the project.
Metro Manila API
Within this website also lies an API service. With this simple API, you
can retrieve information on the cities of the largest metropolitan area
in the Philippines, the National Capital Region (NCR), or commonly called
as Metro Manila. With SQLite acting as its database, all API requests are
being processed using python.
Click the icon to view the API documentation.