Software Engineer

Category: Side-projects

COVID-19 Montreal Dashboard

Dashboard for the epidemiological situation of the SARS-CoV-2 (coronavirus) pandemic in Montreal and Quebec.

Skills/Technologies: Python, pandas, Plotly, Dash, Git, Bash

More: Blog Post | < a href="https://github.com/jeremymoreau/covid19mtl/">Project on GitHub

SEPAQ Availability Scraper

Scraper for availability of SEPAQ camp sites. Makes it easier to find available camping spots across all SEPAQ parks.

Skills/Technologies: Python, Web Scraping

Read more: Blog Post

Docker Monitor

Simple helper script that allows to monitor docker containers to ensure they are running and healthy. The script only outputs anything in the opposite case (non-running or unhealthy). This allows it to be used for cronjobs etc.

Skills/Technologies: Python, Docker, Bash

 

Tippspiel

A Tippspiel is a prediction game where the game results of (football) matches are predicted and varying points given based on the actual result. Starting in 2006, I have been running a Tippspiel every two years for each World Cup and European Championship where approximately 50 users participate for fun. Besides game results, there are also additional questions (for example, which will win the World Cup) allowing to earn bonus points.

The frontend is built with HTML5 and CSS3 and is responsive and supports Retina screens. In the screenshots, you can see how the layout and texts are adjusted for smaller screens and mobile devices while showing the same information.

The backend is built with PHP and MySQL running on an Apache server. The game data is retrieved from a web service (OpenLigaDB) using a REST API and (their older SOAP API) returning JSON. A script is executed periodically by a cron job to retrieve new match results and new fixtures (for the knockout phase).

Skills/Technologies: PHP, MySQL, SOAP/REST API (XML/JSON), HTML5, CSS3, Apache

© 2024 Matthias Schoettle

Theme by Anders NorenUp ↑