Skip to main content
vhilla Homepage

Mozilla Working Student

Working student at Mozilla in the DOM Core team, April 2023 till July 2024.

It's been an interesting time developing Firefox features in C++, testing them with JavaScript while also discussing web standards.

I fixed bugs for #interop2023 and #interop2024, mostly related to HTML forms and text directionality. I also implemented several JavaScript APIs, the largest ones being Capability Delegation and Screen Wake Lock. You can test the latter one here.

You can find my contributions to Gecko here

TTTStats — Webpage

RESTTT Backend RESTTT Backend

A website displaying statistics about the game "Trouble in Terrorist Town" played with some friends.

The website is written in Angular.js and accesses the RESTTT Backend for the displayed information.

See here

RESTTT — REST API

The backend for TTTStats, implemented as REST API with Express.

It fetches logfiles from the game server via FTP, stores them in the cloud. These files are parsed using regexes and a callback-based system to populate a MySQL database with high-level information. Finally, several routes provide the results of pre-determined, SQL queries. Caching is used to minimize computational requirements and decrease latency.

See here

RESTTT Backend
                    erDiagram
                        Filebase { file[] logfiles }
                        Gameserver { file currentlog }
                        RESTTT ||--|| Filebase : fetches
                        RESTTT ||--|| Filebase : stores
                        RESTTT ||--|| Database : queries
                        RESTTT ||--|| Gameserver : fetches
                    
RESTTT Backend

Splittermond Charactersheet

Character sheet page

A digital character sheet for the german pen & paper game "Splittermond".

I had two goals with this project. For once, rolling dices with the click of a button is nice. But also, I wanted to play around with native web technologies and custom elements.

See here

Karaoke Songsearch

Search through the various Wii Sing Games in my collection.

See here

Song search page