Skip to content
View maxrodrigues's full-sized avatar
💭
Coffee is a best fuel!
💭
Coffee is a best fuel!
Block or Report

Block or report maxrodrigues

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

👋 Hi, I'm Max Rodrigues and welcome!!!

namespace MaxRodrigues;

class About extends Me {
    public function getCurrentWorkplace() 
    {
        return [
            'workplace' => [
                'company' => 'Atlas Technologies',
                'position' => 'Backend Engineer' 
            ],
        ];
    }

    public function getDailyKnowledge() 
    {
        return [
            Php::class,
            Laravel::class,
        ];
    }

    public function getLearningNow() 
    {
        return [
            DivingDeepIntoLaravel::class
        ];
    }

    public function getFutureGoal()
    {
        return 'Contribute to the development community';
    }
}


Popular repositories

  1. maxrodrigues maxrodrigues Public

  2. maxrodrigues.github.io maxrodrigues.github.io Public

    HTML

  3. treinamento-git treinamento-git Public

    Forked from PauloGoncalvesBH/treinamento-git

    Um tutorial interativo de git, destinado a ensinar como o git funciona, não apenas quais comandos executar.

  4. todo-list-minicurso todo-list-minicurso Public

    Todo list parcialmente feito em um minicurso ministrado na Atlas Technologies para inicio do conhecimento básico nas ferramentas de front-end da empresa.

    Vue

  5. car-workshop car-workshop Public

    PHP

  6. laravel-feature-flags laravel-feature-flags Public

    PHP