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?
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?
Gere frases-senhas seguras e memoraveis sem passar por nenhum servidor, tudo no seu navegador
TypeScript 3
Remova todas enquetes do feed do LinkedIn
Projetinho backend tentando clonar funcionalidades do Dropbox e do Google Drive
HTML 1
export const cpfMask = (value) => {
return value
.toString()
.replace(/\D/g, '')
.replace(/(\d{3})(\d)/, '$1.$2')