Skip to content
View MauritsWilke's full-sized avatar
🌑
Having a dark mode should be mandatory by law.
🌑
Having a dark mode should be mandatory by law.

Highlights

  • Pro
Block or Report

Block or report MauritsWilke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MauritsWilke/README.md

About me

Hi! Just a hobby dev learning new things!
Feel free to contact me for collabs, commissions etc :)
Discord: @mauritswilke

import Me from "./Maurits.json"

console.log(`Hi! Im ${Me.name}`);
console.log(`I mainly program in ${Me.preferredLanguage}, woops I meant ${Me.preferredProgrammingLanguage}`);
console.log(`I have two adorable cats named ${Me.pets.cats[0].name} and ${Me.pets.cats[1].name}`);
console.log(`You can find them on my site! ${Me.site}`);

// Hi! Im Maurits
// I mainly program in Dutch, woops I meant TypeScript
// I have two adorable cats named Pippa and Olly
// You can find them on my site! MauritsWilke.com

For the lazy: MauritsWilke.com

// This poem came into existence during Advent of Code
for(row of input){
    for(number of row){
        console.log("this algorithm is slow")
    }
}

Pinned

  1. mcpfp mcpfp Public

    A website to generate Minecraft profile pictures

    Svelte 144 30

  2. CalendarDB CalendarDB Public

    CalendarDB is a calendar app with database like features

    Svelte 2

  3. storytel-api storytel-api Public

    An unofficial wrapper for the Storytel API

    TypeScript 13 4

  4. AdventOfCode AdventOfCode Public

    My solutions for Advent of Code

    TypeScript 4