Code Monkey home page Code Monkey logo

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' => 'http://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

Daniel Ferreira's Projects

ebf-backend icon ebf-backend

Sistema para gerenciamento de estágio e bolsas utilizando laravel breeze API

ebf-frontend icon ebf-frontend

Frontend para aplicação de gerenciamento de estágio e bolsas com next e react

laravel-pt-br icon laravel-pt-br

Tradução do Laravel para o idioma português do Brasil - https://www.upinside.com.br

php-the-right-way icon php-the-right-way

Uma referência rápida de melhores práticas de PHP, renomados padrões de código e links para tutoriais competentes pela Web.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.