Skip to content
View WellizxSilva's full-sized avatar
💭
Always Learning
💭
Always Learning
  • Bahia, Brazil

Block or report WellizxSilva

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

🔧 Olá, Me chamo Wellington Silva 🌍

Sou desenvolvedor Back-End em busca de criar soluções performáticas, escaláveis e bem estruturadas. Estou sempre em busca de aprender novas tecnologias e contribuir com projetos que causem impacto real.

Learning Badge

Typing SVG

WellizxSilva's Stats

Tecnologias que utilizo:

Node JS JavaScript Git GitHub PostgreSQL Vite TypeScript Elixir Lua

Frameworks, bibiliotecas:

Express FastiFy

Atualmente Aprendendo:

Nest Js C++

⚡Sobre mim 💻:

#include <map>
#include <string>
#include <variant>
#include <vector>

int main(int argc, char* argv[]) {
    typedef std::variant<std::string, std::vector<std::string>, bool> VALUE;
    using map_t = std::map<std::string, VALUE>;
    const bool NEVER = true;

    map_t developer = {
        {"name", "Wellington Silva"},
        {"stack", std::vector<std::string>{"NodeJS", "TypeScript", "C++"}},
        {"focus", "Back-End"},
        {"vibes", std::vector<std::string>{"Clean Code", "Arquitetura escalável", "APIs performáticas"}},
        {"status", std::vector<std::string>{"Aprendendo NestJS 🚀", "Aprendendo C++ 🌀"}},
        {"bugs", NEVER},
        {"objective", "Criar soluções que impactam de verdade 🎯"}
    };

    return 0;
}

🌐 Idiomas

  • Português: Nativo 🇧🇷
  • Inglês: Intermediário (em evolução 🚀)

Pinned Loading

  1. nkey nkey Public

    Lightweight database prototype, key-value model, and future tree support.

    TypeScript 6

  2. clikey clikey Public

    Gerador de chaves personalizadas.

    JavaScript 1