Currículo - Sandro Jordão

01
class about {
02
..// Estou sempre aberto a novos desafios :)
03
..// Minhas habilidades se expandem continuamente.
04
..contructor() {
05
....this.name = 'Sandro Diniz Jordão'
06
....this.phone = 41992398855
07
....this.email = 'contato@sandrojordao.com.br'
08
....this.address = 'Curitiba • Paraná'
09
....this.cnpj = '31628864000186'
10
..}
11
..experience() {
12
....return [
13
......{ '2013-2026' : 'Full-Stack Developer Freelance' }
14
......{ '2023-2026' : 'Full-Stack Developer' }
15
......{ '2021-2023' : 'Back-End Developer' }
16
......{ '2018-2021' : 'Full-Stack Developer' }
17
......{ '2012-2018' : 'Full-Stack Developer' }
18
......{ '2010-2012' : 'Back-End Developer' }
19
......{ '2004-2010' : 'Front-End Developer' }
20
....]
21
..}
22
..education() {
23
....return [
24
......{ '2012-2014' : 'Desenvolvimento de Jogos Digitais' }
25
......{ '2006-2009' : 'Desenvolvimento de Sistema para Internet' }
26
......{ '1997-2000' : 'Técnico em Processamento de Dados' }
27
....]
28
..}
29
..skills() {
30
....return [ 'HTML', 'CSS', 'JS', 'SASS/Less', 'Bootstrap', 'Material Design', 'GIT/CVS', 'Serverless', 'Terraform', 'AWS', 'Azure', 'MySQL', 'SQL Server', 'PostgreSQL', 'DynamoDB', 'MongoDB', 'jQuery', 'Angular', 'React', 'TypeScript', 'NestJS', 'Docker', 'PHP', 'Python', 'Node.js', 'React Native', 'Photoshop', 'Illustrator', 'Unity'| ]
31
..}
32
}
quick_reference_all
en
01
class about {
02
..// Estou sempre aberto a novos desafios :)
03
..// Minhas habilidades se expandem continuamente.
04
..contructor() {
05
....this.name = 'Sandro Diniz Jordão'
06
....this.phone = 41992398855
07
....this.email = 'contato@sandrojordao.com.br'
08
....this.address = 'Curitiba • Paraná'
09
....this.cnpj = '31628864000186'
10
..}
11
..experience() {
12
....return [
19
......{ '2013-2026' : 'Full-Stack Developer Freelance' }
20
......{ '2023-2025' : 'Full-Stack Developer' } // Beecrowd
21
......{ '2021-2023' : 'Back-End Developer' } // Grupo Boticário
22
......{ '2018-2021' : 'Full-Stack Developer' } // Wolk Tecnologia
23
......{ '2012-2018' : 'Full-Stack Developer' } // CTVoiver Soluções em Telefonia
24
......{ '2010-2012' : 'Back-End Developer' } // IESDE Inteligência Educacional
25
......{ '2004-2010' : 'Front-End Developer' } // Digital Mídias
26
....]
27
..}
28
..education() {
29
....return [
30
......{ '2012-2014' : 'Desenvolvimento de Jogos Digitais' } // PUCPR
31
......{ '2006-2009' : 'Desenvolvimento de Sistema para Internet' } // Faculdades Santa Cruz
32
......{ '1997-2000' : 'Técnico em Processamento de Dados' } // ETEC São Paulo
33
....]
34
..}
35
..skills() {
36
....return [ 'HTML', 'CSS', 'JS', 'SASS/Less', 'Bootstrap', 'Material Design', 'GIT/CVS', 'Serverless', 'Terraform', 'AWS', 'Azure', 'MySQL', 'SQL Server', 'PostgreSQL', 'DynamoDB', 'MongoDB', 'jQuery', 'Angular', 'React', 'TypeScript', 'NestJS', 'Docker', 'PHP', 'Python', 'Node.js', 'React Native', 'Photoshop', 'Illustrator', 'Unity'| ]
37
..}
38
}