Skip to content
View daferreira946's full-sized avatar

Highlights

  • Pro

Block or report daferreira946

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

Social

<?php

namespace Daferreira;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
    	// interactive links in the end
        return [
            'workplace' => [
                'company' => 'Mova.vc',
                'position' => 'TechLead and Senior Backend Engineer',      
            ],
            'degree' => [
                'computer_science' => [
                    'type' => 'bachelor',
                    'institution' => 'Petrolina College',
		    'site' => 'https://www.facape.br',
                    'concluded' => true,
                ],
		'computer_software_engineering' => [
                    'type' => 'post degree',
                    'institution' => 'Descomplica College',
		    'site' => 'https://descomplica.com.br/pos-graduacao',
                    'concluded' => true,
                ],
		'projects_in_cloud_computing' => [
                    'type' => 'post degree',
                    'institution' => 'Descomplica College',
		    'site' => 'https://descomplica.com.br/pos-graduacao',
                    'concluded' => true,
                ],
            ],
            'course' => [
                'alura' => [
                    'type' => 'professionalizing',
                    'site' => 'https://www.alura.com.br',
                    'full_certificate' => 'https://cursos.alura.com.br/user/daferreira1996/fullCertificate/0199177d83aab4b8b88edcfa32d7a5d2',
                    'completed' => [
                        'PHP training' => 'https://cursos.alura.com.br/degree/certificate/4e301603-e19e-4071-b70d-4130d24a86d7',
                        ... //others courses
                    ],
                ],
                'upinside' => [
                    'type' => 'professionalizing',
                    'site' => 'https://www.upinside.com.br',
                    'full_certificate' => null,
                    'completed' => [
                        'Bootstrap Builder' => 'https://www.upinside.com.br/certificados/6260764202102',
                        'Productive CSS with SASS' => 'https://www.upinside.com.br/certificados/6260769202010',
                        'DevTools Essentials' => 'https://www.upinside.com.br/certificados/6260761202102',
                        'HTML5 and CSS3 Essentials' => 'https://www.upinside.com.br/certificados/6260760202010',
                    ],
                ],
            ],
        ];
    }

    public function getKnowledgeUsedAtWork(): array
    {
        return [
            'management' => [
                Scrum::class,
                Jira::class,
            ],
            'languages' => [
                Php::class,
		Go::class
            ],
            'databases' => [
                MySql::class,
		Redis::class,
		Elastic::class
            ],
            'infrastructure' => [
                Git::class,
                Docker::class,
                DockerCompose::class,
		Kubernetes::class,
		GoogleCloudPlatform::class
            ],
            'utils' => [
                PHPUnit::class,
                Composer::class,
                GitLab::class,
                Make::class,
            ],
            'frameworks' => [
                Slim::class,
                CompanyPackages::class
            ],
        ];
    }
    
    public function getPersonalProjectsKnowledge(): array
    {
        return [
            'management' => [
                Scrum::class,
                Jira::class,
            ],
            'languages' => [
                Php::class,
                Javascript::class, //and Node.js/Typescript.js
                Python::class,
		Rust:class,
		Go::class
            ],
            'databases' => [
                MySql::class,
		Redis::class,
		Elastic::class,
                PostgreSQL::class,
                SQLite::class,
                MongoDB::class,
            ],
            'infrastructure' => [
                Git::class,
                Docker::class,
                DockerCompose::class,
		Kubernetes::class,
		GoogleCloudPlatform::class,
                Aws::class,
            ],
            'utils' => [
                PHPUnit::class,
                Composer::class,
                GitLab::class,
                Make::class,
                GitHub::class,
            ],
            'frameworks/libraries' => [
                Slim::class,
                Laravel::class,
                AdonisJS::class,
                Lumen::class,
                React::class,
		Nextjs::class,
            ],
        ];
    }

    public function getFutureGoal(): string
    {
        return [
            'To contribute to open source.',
            'Improve skills',
            'Be happy',
        ];
    }
}

Links


Inspired by Ash Baker

Pinned Loading

  1. cattlebot cattlebot Public

    Bot for fun in Twitter

    PHP 4

  2. be-the-hero be-the-hero Public

    Projeto da Semana Omnistack 11

    JavaScript 2

  3. daferreira946 daferreira946 Public

    1

  4. e-946/sparteoli e-946/sparteoli Public

    PHP