Skip to content
View alexnogueirasilva's full-sized avatar
:octocat:
I may be slow to respond.
:octocat:
I may be slow to respond.

Sponsoring

@robsontenorio

Organizations

@devaction-labs @chesslablab
Block or Report

Block or report alexnogueirasilva

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
alexnogueirasilva/README.md
<?php

namespace AlexNogueira;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
                'company' => 'Luizalabs',
                'position' => 'Software engineer'         
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Laravel::class,
            Livewire::class,
            Elixir::class,
            Phoenix::class
            Javascript::class,
            TypeScript,
            Vuejs::class,
            Golang::class,
            TailwindCss::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'Become a full cycle software engineer.';
    }
}

Pinned

  1. ex_mon ex_mon Public

    Elixir

  2. api_ex_mon api_ex_mon Public

    API Elixir Phoenix

    Elixir 1

  3. challenge-an-Elixir challenge-an-Elixir Public

    Elixir

  4. todo-with-typescrip todo-with-typescrip Public

    TypeScript

  5. atomic-design atomic-design Public

    learning when using atomic-design

    Vue 1

  6. iBook iBook Public

    First Project iBook from Vue + Nuxt

    Vue