Freelance

I founded and currently manage, UTPugs, an online gaming community of over 2,000 users. Additionally, along with collaboration from community members, we deployed UT4Stats, a website devoted to real-time statistical tracking of match results as well as player ratings. For this, I contributed toward both database engineering and queries using Postgresql. I have included on this page some example dashboards connected to the database.

Data Overview (PowerBI)
Sample Analyses (Tableau)

Utilizing Python, Posgresql, SQLite,  R, and various APIs, I have also created a variety of programs and chat bots for this community which can be explored below.

Pickup Game Bot

This bot was created in Python3 in order to facilitate pickup games and provide match information to the community. Players are able to join and leave a list of user defined games. When a player limit is reached, it randomly selects captains who then alternate turns choosing teammates. Upon completion the data is stored in a SQLite database. This bot is also able to access our global database and provide general statistics for players.


DB_Browser_for_SQLite_NroyWhiWtv

Github: pugbot.py

Live Server Reporter

I created the live server reporter in order to allow users to easily view live server activity and previous match results within Discord. This bot was written in Python3 and combines information across 2 different relational databases (SQLite/Postgres), along with API requests. It continuously scrapes database data for changes and reports them if found.

This bot also records player ratings, finds their percentile score within the entire range, and assigns it to a position in a colored png image . This allows for in-game cosmetics to dynamically change based on player performance. The results of this can also be viewed at this link.

Discord_v6slaUlf7T
Betting Bot

This bot allows users to bet an imaginary currency on matches. It takes into consideration the ratio of bets for:against one team, along with the proportion of a given user's funds in order calculate an appropriate payout. Using a JSON database referenced within Python, it maintains a user's current pool, wins/losses, along with variety of other metrics.