Skip to content
View traozin's full-sized avatar
🤔
Thinking
🤔
Thinking

Highlights

  • Pro

Block or report traozin

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

Hi there, I`m Antônio 👋

class Traozin{
    public const USERNAME = 'traozin';
    public const NAME = 'Antônio Neto';
    public const POSITION = 'Full Stack Developer';
    public const TWITTER = '@traozin';
    public const INSTAGRAM = '@traoz.php';

    public const ARCHITECTURE = ['SPA', 'MVC'];

    public const CODE = [
        'backend' => ['PHP', 'Yii', 'Laravel', 'Javascript', 'NestJS', 'Python', 'FastAPI'],
        'database' => ['PostgreSQL', 'MySQL', 'Mongo DB', 'Redis'],
        'devops' => ['Docker', 'AWS', 'Google Cloud'],
        'frontend' => ['HTML', 'CSS', 'JQuery', 'JavaScript', 'ReactJS', 'NextJS'],
        'tools' => ['GIT', 'GitHub', 'BitBucket', 'Linux', 'WSL', 'VSCode'],
        'misc' => ['SCRUM', 'SOLID']
    ];

    public static function toString(): string {
        return self::NAME . ' | ' . self::POSITION;
    }
}

if (basename(__FILE__) == basename($_SERVER['SCRIPT_FILENAME'])) {
    echo Traozin::toString();
}

Pinned Loading

  1. ta-de-boa ta-de-boa Public

    Forked from victorcsar/ta-de-boa

    Aplicativo para estimar áreas de risco(no quesito segurança) com o uso de mapa de calor

    TypeScript

  2. FreeTeca FreeTeca Public

    Forked from UellingtonDamasceno/FreeTeca

    Projeto para desenvolvimento de uma página de cadastro para a disciplina de Análise de Sistemas. (Modo Cleytinho ativado xD)

    Java

  3. extrapdf extrapdf Public

    Programa para extrair texto de PDFs digitalizados

    Python

  4. Gugou Gugou Public

    Atividade com a proposta de implementar uma Árvore AVL (em java) para o ranqueamento de palavras de um repositório conhecido do twitter!

    Java