Skip to content
View alangabrielbs's full-sized avatar
πŸ‡§πŸ‡·
JS/TS | ReactJS | NextJS
πŸ‡§πŸ‡·
JS/TS | ReactJS | NextJS

Organizations

@bebiss-tech
Block or Report

Block or report alangabrielbs

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

Hello people! \o/ πŸ‘‹

My name is Alan Gabriel and I'm from Brazil (πŸ‡§πŸ‡·). I have been working as a Front-End Developer since 2018, currently working as a Front-End Engineer.

Would you like to find me?

Twitter Badge Linkedin Badge Gmail

πŸ‘¨πŸ»β€πŸ’» Recent projects

frmk Good Password Viagens


Pinned

  1. frwk frwk Public

    Blog feito com NextJS e hospedado na Vercel, todo o codigo e layout foi desenvolvido por mim.

    TypeScript 3

  2. good-password good-password Public

    Gere frases-senhas seguras e memoraveis sem passar por nenhum servidor, tudo no seu navegador

    TypeScript 4

  3. Remover-Enquetes-do-LinkedIn Remover-Enquetes-do-LinkedIn Public

    Remova todas enquetes do feed do LinkedIn

    JavaScript 95 7

  4. caixa-de-arquivos-backend caixa-de-arquivos-backend Public

    Projetinho backend tentando clonar funcionalidades do Dropbox e do Google Drive

    HTML 1

  5. masks js masks js
    1
    export const cpfMask = (value) => {
    2
      return value
    3
        .toString()
    4
        .replace(/\D/g, '')
    5
        .replace(/(\d{3})(\d)/, '$1.$2')