← Back Home

Technical Projects

Selected projects in game development, data analysis, and web applications.

Spotify Audio Dashboard

Python dashboard analyzing musical characteristics across tracks. Visualizes tempo distribution, energy vs danceability clusters, valence trends, and top popular songs to explain how musical features influence listener perception.

Python Pandas Matplotlib Data Visualization
View GitHub

Horror Movies Data Analysis

SQL project analyzing IMDb horror movies dataset. Explores ratings, votes, runtimes, genres, directors, and box office gross. Queries find top-rated, most popular, longest, and highest-grossing movies. Screenshots of results showcase data exploration and aggregation.

SQL SQL Server Data Analysis Visualization
View GitHub

Dice Battle Game & Analytics

Simulate dice battles between two players, track wins round by round, and analyze outcomes with tables and charts.How it Works: Two players roll dice for a number of rounds. Scores and cumulative wins are tracked.

Python Pandas Matplotlib Data Visualization
View GitHub

Vampire Blood Bag Game Prototype

Fast-paced Unity prototype where a vampire collects blood bags, avoids garlic hazards, and returns to the coffin to win. Implements player movement, collision detection, scoring systems, and basic gameplay metrics for balancing.

Unity C# Game Development

Haunted Rat Adventure Prototype

3D Unity prototype combining 2D watercolor art with interactive gameplay. Players control a rat collecting cheese while avoiding a demon enemy. Demonstrates integration of creative assets with technical mechanics.

Unity C# Game Design

Data Science Salaries Visual

Analyzed multiple datasets of Data Scientist salaries. Cleaned and merged datasets using Pandas and created visualizations highlighting salary trends and compensation disparities.

Python Pandas Matplotlib
View GitHub

Character-Data-Rank

Analyzed Sanrio character popularity rankings from 1986-2024. Built datasets and visualizations identifying long-term popularity trends and ranking shifts across decades.

Python Pandas Data Visualization
View GitHub

Taxi Fare Calculator

Python application that calculates taxi fares based on travel distance. Includes input validation and modular functions to maintain readable, reusable code.

Python Algorithms
View GitHub

Flask_Pin

Flask web application featuring multiple routes, conditionals, loops, and JSON responses. Demonstrates backend logic and interactive web development.

Python Flask Web Development
View GitHub