Projects

project picture

Telegram Sticker bot

A telegram bot for creating images matching the sticker requirements. Built to be used as Google Cloud Function, so can be easily deployed to the cloud.

Github

project picture

Muskel API

Muskel is an REST API built with python and the barebones Falcon framework. It utilizes a MongoDB database. It allows the creation of exercises, and tracking workouts with multiple exercises. Project goal was to study the Falcon framework, MongoDB, and libraries such as marshmallow.

Github

project picture

Muskel.io

Vue.js based UI client for the Muskel API.

Github

project picture

Tempo

Simple big screen timer application created with Vue.js. Can loop around. Useful on workouts, presentations etc.

Github

App

project picture

Sudolver

Very simple vanilla JavaScript sudoku solver. Uses bruteforcing and backtracking to solve standard 9x9 sudokus.

Github

App