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
}