Skip to content
View PatrykNamyslak's full-sized avatar

Highlights

  • Pro

Block or report PatrykNamyslak

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
PatrykNamyslak/README.md
abstract class PatrykNamyslak{
    public static string $name = "Patryk Namyslak";
    public static string $role = "Full Stack Web Developer";
    public static array $stack = [
        "Frontend" => [
            "Blade",
            "TailwindCSS",
            "Livewire",
            "Vite",
            "HTML",
            "CSS",
            "HTMX"
            ],
        "Backend" => [
            "PHP",
            "Laravel",
            "Redis"
            ],
        "Cloud Infrastructure" => [
            "Cloudflare" => [
                "WAF",
                "Rate Limiting",
                "DNS",
            ]
        ],
        "Server" => [
            "Linux",
            "Apache",
            "MySQL"
            ],
        ];
    // Clickable links can be found at the end of the README
    public static array $projects = [
        "PatForm :: Form Builder" => "https://patl.ink/form-builder",
        "PAuth :: Authentication" => "https://patl.ink/auth-library",
        "Frontend Foundry" => "https://patl.ink/frontend-foundry",
        "PatBase :: Database Communication Interface" => "https://patl.ink/patbase",
        "Flag API" => [
            "Source Code" => "https://patl.ink/flag-api",
            "Demo" => "https://patl.ink/flag-api-demo"
            ],
        "PatLink :: Url Shortener" => [
            "Source Code" => "https://patl.ink/repo",
            "Demo" => "https://patl.ink",
            ], 
        ];

    public static function greeting(){
        echo "Hi there! My name is " . self::$name . " and I am a " . self::$role;
    }
}

PatrykNamyslak::greeting();
worker@patryknamyslak.pl~$ php Patryk.class.php
> Hi there! My name is Patryk Namyslak and I am a Full-stack Web Developer

Projects (With Clickable links)

PatForm :: Form Builder

PAuth :: Authentication Library

Frontend Foundry

PatBase :: Database Communication Interface

Flag API: Demo

Flag API: Source Code

PatLink :: Url Shortener: Demo

PatLink :: Url Shortener: Source Code

Pinned Loading

  1. PAuth PAuth Public

    An authentication library with OAuth, CSRF, Dynamic form generation and much more!

    PHP 1

  2. PatForm PatForm Public

    A form builder that fetches a tables structure and creates suitable fields, ideal for admin panels or to ease up the way of populating a table!

    PHP 1

  3. PatBase PatBase Public

    An abstraction of the PDO (PHP Data Objects) facade to mitigate setup load in new projects.

    PHP 1

  4. PatLink PatLink Public

    URL Shortener that generates a unique hash for a new url and also generates a downloadable QR Code.

    PHP 1

  5. flag-api flag-api Public

    Blazing fast flag fetching api using plain english

    PHP