Skip to content
View MaxDevelo's full-sized avatar
๐Ÿค“
๐Ÿค“
  • Strasbourg
  • France
  • 06:42 (UTC +01:00)

Highlights

  • Pro

Block or report MaxDevelo

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

I'm Maxime W. I am 21 yo.

  • ๐Ÿ’ก I like to explore new codage and develop software solutions.
  • ๐ŸŽ“ I'm currently working in Blackbird Agency as a Magento developer.

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป About Me

const MY_LIFE = [
    'name' => 'Maxime Wawrzyniak',
    'located_in' => 'Strasbourg, France',
    'current_job' => 'Magento Developer',
    'education' => [
        'General Baccalaureate',
        'Bachelor of Computer Technology'
    ],
    'fields_of_interests' => [
        'Web Development',
        'App Development'
    ],
    'hobbies' => ['Gaming', 'Programming', 'Gym']
];

while(true) {
    foreach (MY_LIFE as $activity => $details) {
        if (is_array($details)) {
            echo "$activity: " . implode(', ', $details) . PHP_EOL;
        } else {
            echo "$activity: $details" . PHP_EOL;
        }
    }
    echo PHP_EOL;
    sleep(2);
}

๐Ÿš€ ย Some Tools I Have Used and Learned

Languages:

vscode html css php c# java c laravel

Frameworks:

laravel laravel laravel

Library:

laravel laravel laravel

Pinned Loading

  1. Davespace Davespace Public

    Davespace to learn Symfony

    PHP

  2. Shortify Shortify Public

    Website to generate short link and earn money

    PHP 1