Metro Mapper
Metro Mapper
Simple tool for creating simple metro maps.
April 2025
Metro Mapper is a tool for easily creating simple metro maps. It will automatically arrange stations and lines such that there are no overlaps (does not always work) and stations are equally distant from each other on the same stretch. Metro Mapper is still in development. It is made using C++ and SDL. A web version was compiled using Emscripten, which can be tried out on itch.io.
This Website
This Website
The website you are currently looking at.
January 2025
The website you are currently looking at. It is a React app with server-side rendering based on the Vite TypeScript React SSR template. It is hosted on my own server using Docker. The code is automatically updated from GitHub using a GitHub action that deploys the image to GitHub Container Registry and Watchtower on the server.
ELGIO
ELGIO
Event discovery platform with ticketing service.
September 2021
ELGIO is an event discovery platform with its own ticketing service that I built together with two friends. It consists of a web app and a dashboard written in React. It once had a now deprecated mobile app for users and has one ticket scanning app. Both were written in Flutter. The backend uses different Firebase services for authentication, storage, serverless functions and database. A scraper written in Python using BeautifulSoup and Selenium is used to get event data from different sources.