Bjørn Reemer

I like to be challenged by complex problems which I will then try to solve using creative solutions and various technologies. Below you can find some of my recent projects.

Dungeoneer's Kit

Alpha Private repository

Dungeons and Dragons is a table-top RPG that you play with your friend to have epic adventures. To streamline running my game I wanted to create a digital tool that allows both players and DMs to more easily play the game.

Take a look

Quick serializer

NPM Package

While adapting TypeScript more and more into my projects and using more object-oriented design patterns I more and more started to need a simple way to serialize classes to and from JSON. So I made a package that allows you to add a decorator to class definitions which allows them to serialize and deserialize to and from JSON.

View on NPM View on GitHub

Seeded keypair

NPM Package

For one of my projects I needed to generate RSA keypairs based on a seed, but I found the libraries available at the time unsatisfactory. I decided to create a small package that would suit my needs.

View on NPM View on GitHub