- Some of my projects and my work -
~ Apr 6, 2022 → Oct 7, 2023 ~
I developed and maintained a discord bot made for the roblox game "Slapping Simulator". The bot featured an API which the game servers would communicate with, and had endpoints for verifying and linking discord users with roblox users. This allowed for a rewards system, in which discord-server activity would be rewarded with XP and levels, and occasionaly in-game rewards, i.e. pets. Later reworked into Crush-o-tron for "Pixel Crushing Simulator" and Zombietron for "Zombie Wall Punch Simulator".
~ Nov 25, 2022 → Dec 6, 2022 ~
A simple web-app with discord oauth integration that allows you to submit links to a channel, sent with a discord webhook. The UI was made using Bootstrap 5, and the backend API was written from scratch with express for the http-server.
~ Dec 12, 2022 → Dec 15, 2022 ~
A microlib i made for dead simple i18n, and my first NPM-package. Written in pure TypeScript.
~ Feb 17, 2023 → Jan 23, 2024 ~
The second iteration of my personal website, built using Next.js 13 with Typescript and bare CSS. The first website iteration to introduce the current navbar and general design.
→ Demo~ Jul 1, 2023 → Jul 4, 2023 ~
My implementation of a simple HTTP 1.1 client in C++. It allows for all current HTTP-methods, and can be used through method calls or with a persistent class.
~ Jul 24, 2023 → Aug 4, 2023 ~
I worked as a front-end maintainer on the dCompany app and worked actively with the team on solving bugs within the web-app. I tracked tasks in JIRA and participated in stand-ups to keep coordinated.
~ Dec 4, 2023 → Jun 28, 2024 ~
A programming language made in C++. It is a simple tree-walking-interpreter, and uses recursive descent for parsing.
~ Dec 9, 2023 → May 9, 2024 ~
A datalanguage written in TypeScript that was meant to be similar to TOML, but ended up more alike than i initially intended. It was originally made with bun, but was later migrated to support bare JS, so it could be uploaded to the NPM package repositories.
~ Sep 4, 2024 → now ~
A programming language inspired by, and implemented in GoLang. It is an interpreted programming language, and runs the code as generated bytecode on a stack-based virtual machine.
→ Demo~ Nov 25, 2024 → now ~
This site :D. Built using Sveltekit 5 with Tailwind CSS. It's a significant upgrade from the previous two iterations, and is the first to feature a detailed list of my work and my skils.