Skip to content
View alexbruno's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report alexbruno

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

pt

Olá 👋

Sou um desenvolvedor com sólida experiência e habilidades avançadas em desenvolvimento web frontend e tecnologias relacionadas, como Node.js e sistemas web distribuídos, integrados via REST API.

Tenho experiência também desenvolvendo módulos NPM e CLIs JavaScript para distribuição e reutilização de recursos.

Habilidade backend de nível básico a intermediário com Node.js, PHP e Python.

Interesse em DevOps, tecnologias em nuvem, CI/CD, automações e testes de software.

Pesquisas e testes com recursos de DevOps no Github, Gitlab, Bitbucket, Netlify, Vercel, Google Firebase, Microsoft Azure, Amazon AWS, Google Cloud e outros serviços semelhantes.

  • 💻 Estou trabalhando atualmente em parceria com empresas internacionais, em projetos para clientes nos EUA.
  • 📚 Estou há mais de 12 anos aprendendo HTML/CSS/JS e tecnologias relacionadas ao desenvolvimento web, procuro estar sempre atualizado.
  • 📖 Gosto de contribuir com projetos Open Source.
  • 💬 Pergunte-me sobre desenvolvimento web frontend em geral, mas principalmente sobre frameworks modernos, são minha especialidade.
  • 🎮 Além disso... Sou casado e tenho 2 filhas, família linda que amo e me faz feliz! Gosto de games, vida fitness, cinema e algumas séries quando tenho tempo para ver.

en

Hello 👋

I am a developer with solid experience and advanced skills in frontend web development and related technologies, such as Node.js and distributed web systems, integrated via REST API.

I also have experience in developing NPM modules and JavaScript CLIs for resource distribution and reuse.

Basic to intermediate backend skills with Node.js, PHP and Python.

Interest in DevOps, cloud technologies, CI/CD, automation and software testing.

Research and testing DevOps features on Github, Gitlab, Bitbucket, Netlify, Vercel, Google Firebase, Microsoft Azure, Amazon AWS, Google Cloud and other similar services.

  • 💻 I am currently working as a partner of international companies on projects for clients in the USA.
  • 📚 I've been learning HTML/CSS/JS and technologies related to web development for over 12 years, I always try to be up to date.
  • 📖 I like to contribute to Open Source projects.
  • 💬 Ask me about web frontend development in general, but mainly about modern frameworks, they are my specialty.
  • 🎮 Also ... I am married and we have 2 daughters, a beautiful family that I love and makes me happy! I like games, fitness life, cinema, and some series when I have time to watch.

Pinned

  1. Validação de CNPJ Validação de CNPJ
    1
    // Regex para validação de string no formato CNPJ
    2
    export const regexCNPJ = /^\d{2}.\d{3}.\d{3}\/\d{4}-\d{2}$/
    3
    
                  
    4
    // Método de validação
    5
    // Referência: https://pt.wikipedia.org/wiki/Cadastro_Nacional_da_Pessoa_Jur%C3%ADdica
  2. Validação de CPF Validação de CPF
    1
    // Regex para validação de CPF
    2
    export const regexCPF = /^\d{3}.\d{3}.\d{3}-\d{2}$/
    3
    
                  
    4
    // Método de validação
    5
    // Referência: https://pt.wikipedia.org/wiki/Cadastro_de_pessoas_f%C3%ADsicas
  3. jsweb/utils jsweb/utils Public

    JS lib with useful stuff for web development

    TypeScript

  4. hexo-generator-json-content hexo-generator-json-content Public

    Hexo (https://hexo.io/) plugin to generate a JSON file for generic use or consumption with the contents of posts and pages.

    JavaScript 110 17

  5. Azure/functions-action Azure/functions-action Public

    Enable GitHub developers to deploy to Azure Function Apps using GitHub Actions

    TypeScript 143 71