Skip to content
View MPProgrammer's full-sized avatar

Block or report MPProgrammer

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 250 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
MPProgrammer/README.md

☎️ Contact Me

Gmail LinkedIn Codelarix

class Profile
{
    /** @var string NAME The name of the profile owner. */
    public const NAME = "Mariusz";

    /** @var array $professions List of professions the person is skilled in. */
    protected array $professions = [
        "Web Developer",
        "Python Programmer"
    ];

    /** @var array $skills Detailed list of technical skills, including proficiency in various technologies and tools. */
    protected array $skills = [
        "HTML5 / CSS / Bootstrap",
        "JavaScript / jQuery",
        "SQL",
        "PHP" => [
            "PHP (5.4 - 8.4)",  // Supported PHP versions
            "PHPDoc",           // Documentation generation
            "PHP Syntax Tests", // Syntax testing for various versions
            "PHPStan",          // Static analysis
            "PHP_CodeSniffer",  // Code quality checker
            "License Checking"  // Checking licenses of packages
        ],
        "Python",
        "Lua",
        "Git",
        "GitHub Actions",       // CI/CD automation
        "Docker",               // Containerization
        "Cross-browser Compatibility",
        "Interface Design (UI)",
        "Microsoft Office",
        "Graphic design / Video editing software" => [
            "Adobe Premiere",
            "Adobe Photoshop",
            "GIMP",
            "Inkscape"
        ]
    ];

    /** @var array $frameworks List of web frameworks and platforms with which the person is proficient. */
    protected array $frameworks = [
        "Wordpress (with woocommerce)",
        "Prestashop",
        "Magento",
        "Opencart",
        "Custom framework"
    ];

    /** @var array $hobbies List of hobbies and interests that the person enjoys in their free time. */
    protected array $hobbies = [
        "Raspberry Pi Projects / Home IT Enhancements",
        "Video Games",
        "Fantasy Books",
        "Cinematography & Japanese Animation",
        "Computer Software & Hardware",
        "Photography",
        "Stable Diffusion" // AI image generation technology
    ];
}

👨‍💻 Languages

📚 Frameworks & Library

💾 Databases

🎨 Design

🛠️ IDE, Tools & Others


Stats


Wakatime stats

wakatime

willianrod's wakatime stats

Private account stats

Jokes

Jokes Card Jokes Card Jokes Card Jokes Card Jokes Card Jokes Card

Pinned Loading

  1. clNotify clNotify Public

    A lightweight, dependency-free JavaScript library for displaying stackable notifications with optional icons and progress bars.

    JavaScript