Skip to content
View constpereiradev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report constpereiradev

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
constpereiradev/README.md

Amanda Pereira

🚀 Full-stack Developer | 💻 Code Artist | 🧠 Always Learning

<?php

namespace AmandaPereira;

class About extends Developer
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'firstPosition' => [
                    'company' => 'Bomix',
                    'title' => 'Jovem Aprendiz de Desenvolvimento',
                    'months' => 7
                 ],
                'secondPosition' => [
                    'company' => 'Bomix',
                    'title' => 'Auxiliar de Desenvolvimento Junior',
                    'months' => 7
                ],
                'thirdPosition' => [
                    'company' => 'Blue',
                    'title' => 'Desenvolvedor Backend Junior N3',
                    'months' => 18
                ],
                'currentPosition' => [
                    'company' => 'SimplesVet',
                    'title' => 'Desenvolvedor Full stack',
                    'months' => 1
                ]
        ];
    }

    public function getExperienceTime(): string
    {
        return '2 years and 8 month of experience';
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Symfony::class,
            Hyperf::class,
            Sqlsrv::class,
            MySQL::class,
            Vuejs::class,
            Bootstrap::class,
            Advpl::class,
            Docker::class,
            Postgres::class,
            GraphQL::class,
            Redis::class
        ];
    }

    public function getCurrentCollege(): array
    {
        return [
            'university' => 'Universidade Federal de Mato Grosso do Sul',
            'actualSemester' => '',
            'totalSemesters' => 6
        ];
    }

    public function getStatus(): string
    {
        return 'Open to learn and work.';
    }
}

🔗 Connect with Me

Pinned Loading

  1. Omni-Fiscal Omni-Fiscal Public

    Integrador de Pedidos e NF-e.

    Blade 1

  2. stream-log-api stream-log-api Public

    API para recepção e gerenciamento de logs com autenticação via token e suporte a eventos em tempo real utilizando broadcasting com websocket.

    Blade

  3. vue-todo-list vue-todo-list Public

    Lista de tarefas com Vue 3 e Compositions API.

    Vue

  4. symfony-personal-finance-dashboard symfony-personal-finance-dashboard Public

    PHP

  5. vue-personal-finance-dashboard vue-personal-finance-dashboard Public

    Vue