Projects

Dash-COVID

A project to visualize data for COVID-19. Dash is used for graphs and data tables and Pandas for manipulating the data sources.


Croracle

Croracle is a data viz app. I build this tool in order to be able to track my expenses and earnings in CDC. Since many people find this lack of this feature annoying I decided to make it public. It reads the exports from CDC app and it displays aggregated statistics regarding purchases and earnings from your cryptos for the time period included in your file. Everything is happening in memory and no data is kept. Build with Dash and Pandas.


Moby-Dick

Application to manage docker containers. It is implemented using the Docker SDK for Python. It provides an API and a front-end (Angular). Provides the ability to monitor the containers with Graylog. It is not maintained, but it is interested project, feel free to fork it and get it going.


Url-Stump

Url shortener application. Build with Flask and Postgres to store partial UUIDs for the shorted part. When the provided shorted URL is entered in a browser a redirect is performed on the original URL.