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

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

en

Hello 👋

I am a developer with solid experience and advanced skills in web development and related technologies like Node.js and distributed systems consuming REST API.

I have experience in NPM packages and Node.js CLI tools for distribution, resource reuse, utilities and development tools.

My skills for backend development include Node.js, Python, and PHP.

I am an enthusiast of cloud technologies, serverless, CI/CD, automation and Artificial Intelligence. I have some experience with these types of resources on platforms such as Github, Gitlab, Bitbucket, Google Firebase, Netlify, Vercel, Cloudflare, Microsoft Azure, AWS and others.

  • 📚 Since 2007 learning web development and related technologies. I always try to stay updated, studying and researching constantly.
  • ❓ Ask me about web development in general, but mainly about JS/TS/Node.js, my specialty.
  • 🔓 I like to contribute to open source projects and I maintain some NPM packages.
  • 🤖 Currently interested in and testing technologies related to Data Engineering and Artificial Intelligence.
  • 🎮 I love video games, movies and TV series, and I like to do it with my family whenever I can.

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 no desenvolvimento de pacotes NPM e CLIs Node.js para distribuição, reutilização de recursos, utilidades e ferramentas de desenvolvimento.

Minhas habilidades em desenvolvimento backend incluem Node.js, Python e PHP.

Sou entusiasta de tecnologias em nuvem, serverless, CI/CD, automações e Inteligência Artificial. Tenho alguma experiência com recursos desse tipo em plataformas como Github, Gitlab, Bitbucket, Google Firebase, Netlify, Vercel, Cloudflare, Microsoft Azure, AWS e outros

  • 📚 Desde 2007 aprendendo desenvolvimento web e tecnologias relacionadas. Procuro estar sempre atualizado, estudando e pesquisando continuamente.
  • ❓ Pergunte-me sobre desenvolvimento web em geral, mas principalmente sobre o universo JS/TS/Node.js, são minha especialidade.
  • 🔓 Gosto de contribuir com projetos Open Source e mantenho alguns pacotes NPM.
  • 🤖 Atualmente interessado e testando tecnologias relacionadas a Engenharia de Dados e Inteligência Artificial.
  • 🎮 Sou fã de video games, cinema e séries de TV, e gosto de fazer isso com minha família sempre que possível.

Pinned Loading

  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 113 16

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

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

    TypeScript 174 79