Skip to content
View alerodrod's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@bablem
Block or Report

Block or report alerodrod

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

Hi there πŸ‘‹

<?php

declare(strict_types=1);

namespace World;

class Alejandro implements IDeveloper, IInvestor, IEntrepreneur
{
    public function getStack(): array
    {
        return [
            'languages' => [
                ILanguage::PHP,
                ILanguage::JS,
                ILanguage::SQL,
            ],
            'frameworks' => [
                IFramework::LARAVEL,
                IFramework::LUMEN,
                IFramework::VUE,
                IFramework::PHPUNIT,
            ],
            'others' => [
                IArchitecture::CLEAN,
                IPlatform::DOCKER,
                IRdbms::MYSQL,
                IVcs::GIT,
            ],
        ];
    }

    public function getLearning(): array
    {
        return [
            IFramework::SYMFONY,
            ITech::BLOCKCHAIN,
        ];
    }
}

}

Pinned

  1. bablem/hugo-world-casper-2 bablem/hugo-world-casper-2 Public

    World Casper 2 is a Hugo theme ported from the original Casper theme for Ghost, with languages support.

    HTML