Skip to content
View alexsvorada's full-sized avatar
  • freelance
  • Prague
  • 01:31 - 1h ahead

Highlights

  • Pro

Block or report alexsvorada

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

namespace github\users\alexsvorada;

class Profile {
    public string $greeting = 'πŸ‘‹ Welcome to my profile.';

    public array $personal = [
        "name"     => 'πŸ§‘β€πŸ’» Alex Svorada',
        "title"    => '⚑ Fullstack Developer',
        "location" => '🌍 Prague, CZ',
    ];

    public array $stack = [
        "frameworks" => ['πŸ¦β€β¬› EspoCRM'],
        "languages"  => ['🐘 PHP', 'πŸ’™ TypeScript', '🐍 Python'],
        "other"      => ['πŸ€– Cursor', '🎨 TailwindCSS', 'πŸ‹ Docker', 'πŸ—„οΈ SQL', 'πŸ“¦ Git'],
    ];

    public array $contact = [
        "email"    => 'πŸ“¨ alex@svorada.eu',
        "linkedin" => 'πŸ’Ό linkedin.com/in/alexsvorada',
    ];
}

Pinned Loading

  1. forswinapiwrapper Public

    VBA-based Windows API wrapper for automating Fors window interactions.

    VBA

  2. ghosstproductions Public

    WIP - Portfolio page for a friend of mine

    Vue

  3. ultimate-tic-tac-toe Public

    A real-time multiplayer Ultimate Tic-Tac-Toe game. Play against friends in this strategic variation of the classic game.

    TypeScript

  4. PaintballBattle Public

    Forked from Ajneb97/PaintballBattle

    https://www.spigotmc.org/resources/76676/

    Java