Skip to content
View kasperfm's full-sized avatar

Block or report kasperfm

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
kasperfm/README.md
<?php

namespace KasperFM;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Modified Solutions',
                'position' => 'Backend web developer',
                'location' => 'Denmark'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Vuejs::class,
            Javascript::class,
            TailwindCss::class,
            Linux::class,
            GameDev::class,
        ];
    }

    public function getFutureGoals(): string
    {
        return 'To contribute to open source, and learn new things.';
    }
}

Pinned Loading

  1. neostart neostart Public

    My personal startpage

    JavaScript 3

  2. imperial-doorbell imperial-doorbell Public

    A modded (Arduino powered) wireless doorbell, that plays a part of the Imperial March from Star Wars.

    C 1

  3. K.F-Tools-3 K.F-Tools-3 Public

    A multi shortcut tool for Windows users. This is an old hobby project from 2005 made in Delphi.

    Pascal

  4. HackTechOnline HackTechOnline Public

    A semi-realistic hacking simulation game, set in a near cyberpunk like future. The project is written in PHP using Laravel and jQuery.

    JavaScript 2

  5. VRRacer-by-VRBoys VRRacer-by-VRBoys Public

    Futuristic VR racing game playable with Google Cardboard made for a 48 hour gamejam.

    C#

  6. SC2KFix SC2KFix Public

    A small tool to help running SimCity 2000 Special Edition on newer versions of Windows

    C# 3