đź“Ś My Portfolio Projects

A list of my best original works and links to view them.
portfolio
Author

Migs Germar

Published

July 22, 2024

This post lists my portfolio projects, which are my best original works.

Among the blog posts on my website, many of these are “guided projects,” meaning that the data and the research ideas were provided by an online course like Dataquest. Guided projects are only partly original, as I put my own unique twist on them. The portfolio projects showcased below, however, are completely original.

2024 Synergy Software Solutions and Blue Hacks competitions

My team (with five students of the BS Applied Mathematics - Master in Data Science program at Ateneo, including myself) participated in Synergy Software Solutions 2024 and Blue Hacks 2024. We won 1st and 2nd place in these competitions, respectively. We had developed a comprehensive personal carbon footprint calculator, as well as a mental health platform for students and guidance counselors.

Skills used: Python, data cleaning, data mining/web scraping, dashboard development, interactive data visualization, database operations.

Read more about it in this blog post.

2021 Project SPARTA Butuan City Open Data Challenge

I led a team to participate in this competition from June to November of 2021. I cleaned data about the disaster risk of Butuan City’s agriculture sector vis-a-vis natural hazards. Then, I developed agriHanda, a dashboard visualizing the data in various forms, such as a colored map of the city, a data summary for each barangay (town), and a custom graphing tool. For this, we won the Second Placer award and Best in Ingenious Solution award, along with a Php 11,500 cash prize and freebies.

Skills used: Python, data cleaning, dashboard development, interactive data visualization, Geographic Information Systems (GIS)

Read more about the competition in this blog post: agriHanda: an Agricultural Disaster Risk Web App

ASHS Student Mapping Project

In late 2021, I and the officers of the ASHS Programming Varsity (ProgVar) were approached by the school administration with a request to develop an app that would help identify students affected by natural hazards. Thus, I proposed the Student Mapping Project. I set up a database of student locations and developed a web app to be used by the school’s student-led disaster risk committee. The app can take a list of affected areas and generate a list of students who live in those areas, as well as a map showing their geographic distribution. This app helps identify which students should be contacted first and given assistance.

Skills used: Python, web app development, data transformation, Geographic Information Systems (GIS).

Read more in this blog post: Student Mapping Project

ASHS College Applications Dashboard

In my school’s Data Analytics Committee (DAC), I made the College Applications Dashboard to create various visualizations of the results of a survey about my schoolmates’ college choices and the factors influencing them.

Skills used: Python, dashboard development, interactive data visualization.

Read more in this blog post: College Applications Dashboard

MG Pokemon Team Inspector web app

I made a web app to help Pokemon players evaluate the usefulness of both individual Pokemon and teams of Pokemon. It has a high degree of customization, taking into account each Pokemon’s species, move types, and abilities to calculate offensive capacity, defensive capacity, and overall usefulness. Most of the data is ordinal, so it is visualized using color-coded tables and bar charts, with helpful tooltips that can be viewed by hovering over the chart with your cursor. These visualizations were constructed using the Altair data visualization package.

Skills used: Python, web app development, data transformation, interactive data visualization

Read more about this project here: MG Pokemon Team Inspector: a data viz web app for Pokemon players