Skip to content
View KubaMichalowski's full-sized avatar
👋
👋

Block or report KubaMichalowski

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KubaMichalowski/README.md

👋 Hey there! I'm Kuba

🚀 About Me

<?php

class Fafikk extends Developer {
    
    public function __construct() {
        $this->location = "Poland";
        $this->role = "Backend Developer";
        $this->languages = ["PHP", "JavaScript"];
        $this->passion = "Clean code & efficient solutions";
    }
    
    public function getCurrentFocus(): array {
        return [
            "🔥" => "Improving skills",
            "🌱" => "Learning new technologies",
            "💡" => "Building cool projects",
            "🎯" => "Optimizing application performance"
        ];
    }
}

🤝 Contact me!

Pinned Loading

  1. wakatime-proxy wakatime-proxy Public

    A simple CORS bypassing proxy.

    PHP

  2. todo-list todo-list Public

    A simple To-Do List build using Laravel 11.x

    PHP 3