This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse" | |
| sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner" | |
| sudo apt-get update | |
| sudo apt install curl | |
| wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
| sudo dpkg -i google-chrome-stable_current_amd64.deb | |
| rm google-chrome-stable_current_amd64.deb | |
| sudo curl -L -o "./teams.deb" "https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { CpfCnpjUtils } from './cpf-cnpj.utils'; | |
| describe('Cpf and Cnpj Utils', () => { | |
| describe('Cpf', () => { | |
| describe('format', () => { | |
| it('Should return CPF with dots and dash', () => { | |
| expect(CpfCnpjUtils.formatCpf('13768663663')).toBe('137.686.636-63'); | |
| }); | |
| }); | |
| it('Should return false to an empty string', () => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"basics":{"name":"Álister Lopes Ferreira","birthdate":"1987-02-21","label":"Desenvolvedor Front-end","image":"https://lh6.googleusercontent.com/-0akyozFsi68/AAAAAAAAAAI/AAAAAAABf84/QY_UrTzuwCg/photo.jpg","email":"alisterlf@gmail.com","phone":"+ 55 11 94066-9730","url":"https://alister.dev","summary":"Em 2001 fiz um curso de HTML e CSS, esse foi o início do meu interesse pela área. Em 2004 foi ao ar meu primeiro site, que foi o site institucional da escola em que eu estudava e era coordenador da sala de informática. Em 2006 fiz dois sites, um institucional e outro da radioweb da empresa onde trabalhava como suporte infraestrutura. Em 2008 iniciei minha carreira como Front-end e trabalho especificamente com JavaScript desde 2009. Nesse tempo trabalhei com as principais tecnologias do mercado. Tenho experiência com desenvolvimento e coordenação de equipes. Estudo, pesquiso e tenho muito interesse por novas tecnologias e procuro sempre utilizar as versões mais recentes. Desenvolvo usando o Angular desde 2014."," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Álister Lopes Ferreira", | |
| "label": "Software engineer", | |
| "image": "https://firebasestorage.googleapis.com/v0/b/cvfire-e799e.appspot.com/o/profile.jpg?alt=media&token=363f4ff0-8500-47ee-aaf7-9a04886d2cd9", | |
| "email": "alisterlf@gmail.com", | |
| "phone": "+55 11 940669730", | |
| "url": "https://alister.dev", | |
| "summary": "Software Engineer with 20+ years of experience designing and delivering large-scale web platforms, APIs, and distributed systems. Specialized in JavaScript/TypeScript, Node.js, Python, and Angular, with strong expertise in cloud-native architectures on AWS (ECS, Lambda, DynamoDB, S3, SNS, SQS) and modern backend frameworks like NestJS and FastAPI. Skilled in building REST/GraphQL services, event-driven microservices, CI/CD pipelines using Azure DevOps and SQL/NoSQL databases. I have a solid background in frontend engineering. Passionate about clean architecture, pe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2020-04-09T22:39:55.371Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse" | |
| sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner" | |
| sudo apt-get update | |
| wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb | |
| sudo dpkg -i google-chrome-stable_current_amd64.deb | |
| rm google-chrome-stable_current_amd64.deb | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash | |
| nvm install stable | |
| gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $base-color: #CCC; | |
| $base-alpha: 0.5; | |
| $dark-base-color: darken($base-color, 20%); | |
| $light-base-color: lighten($base-color, 30%); | |
| $input-size: 20px; | |
| $background-color: lighten($base-color, 10%); | |
| $background-color-hover: darken($base-color, 10%); | |
| $background-color-checked: $base-color; | |
| $border-color: lighten($dark-base-color, 5%); | |
| $border-color-hover: darken($dark-base-color, 5%); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function RemoveAccents(strAccents) { | |
| var strAccents = strAccents.split(''); | |
| var strAccentsOut = new Array(); | |
| var strAccentsLen = strAccents.length; | |
| var accents = 'ÀÁÂÃÄÅàáâãäåÒÓÔÕÕÖØòóôõöøÈÉÊËèéêëðÇçÐÌÍÎÏìíîïÙÚÛÜùúûüÑñŠšŸÿýŽž'; | |
| var accentsOut = "AAAAAAaaaaaaOOOOOOOooooooEEEEeeeeeCcDIIIIiiiiUUUUuuuuNnSsYyyZz"; | |
| for (var y = 0; y < strAccentsLen; y++) { | |
| if (accents.indexOf(strAccents[y]) != -1) { | |
| strAccentsOut[y] = accentsOut.substr(accents.indexOf(strAccents[y]), 1); | |
| } else |