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. carteira-financeira carteira-financeira Public

    Projeto de gerenciamento de carteira financeira, com backend em Laravel e CodeIgniter 3, utilizando Docker para orquestração dos serviços e Nginx como proxy reverso.

    PHP

  2. client-manager client-manager Public

    Sistema completo de gerenciamento de clientes com painel administrativo, CRUD via API RESTful, e interface web com Blade e Bootstrap.

    Blade

  3. pdfbuilder pdfbuilder Public

    Este projeto tem como objetivo gerar arquivos PDF a partir de layouts HTML/CSS com alta fidelidade visual, utilizando Laravel e o pacote barryvdh/laravel-snappy, que integra o wkhtmltopdf ao framew…

    Blade

  4. wisechats-app wisechats-app Public

    Este repositório contém uma aplicação full stack desenvolvida com Laravel 11 no backend e Next.js 15 + TypeScript no frontend, com foco em boas práticas de arquitetura, organização de código e inte…

    TypeScript