-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
157 lines (157 loc) · 4.42 KB
/
resume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"basics": {
"name": "Douglas Maitelli",
"label": "Senior Software Engineer",
"picture": "https://avatars3.githubusercontent.com/u/1277391",
"email": "dougmaitelli@gmail.com",
"website": "http://dougmaitelli.github.io",
"summary": "I like to deal with technical challenges that require deep analysis and provide me an opportunity to design an elegant solution. I try to always use the opportunities I have to improve my skills and learn new technologies. Specialties: Java, Node.js, Typescript",
"location": {
"countryCode": "US",
"region": "Washington"
},
"profiles": [
{
"network": "github",
"username": "dougmaitelli",
"url": "https://github.com/dougmaitelli"
},
{
"network": "linkedin",
"username": "Douglas Maitelli",
"url": "https://www.linkedin.com/in/dougmaitelli"
}
]
},
"work": [
{
"company": "SAP Concur",
"location": "United States",
"position": "Senior Software Engineer",
"website": "https://www.concur.com",
"startDate": "2019-04-15",
"summary": "Development of Accounting Integration Service for expense processing and financial systems posting",
"highlights": []
},
{
"company": "SAP SE",
"location": "Germany",
"position": "Senior Software Engineer",
"website": "https://www.sap.com",
"startDate": "2017-02-01",
"endDate": "2019-04-14",
"summary": "Customer requirement evaluation, project execution, development",
"highlights": []
},
{
"company": "Flimbo",
"location": "Brazil",
"position": "Co-Founder",
"website": "https://flimbo.io",
"startDate": "2016-03-01",
"endDate": "2018-12-31",
"summary": "Responsible for the online vectorial editor, CI / CD pipeline and infrastructure",
"highlights": ["First Prize at UFRGS Entrepreneurship Marathon"]
},
{
"company": "SAP Labs Latin America",
"location": "Brazil",
"position": "Software Engineer",
"website": "https://www.sap.com",
"startDate": "2012-07-01",
"endDate": "2017-01-01",
"summary": "Customer requirement evaluation, project execution, development",
"highlights": [
"Development of customizations / solutions for customers of on-Demand products",
"Design Thinking Coach",
"SAP HANA",
"SAPUI5",
"SAP SmartOffice",
"SAP Arrival Guide App"
]
},
{
"company": "Versul Tecnologia de Acesso Inteligente",
"location": "Brazil",
"position": "Web Development Manager",
"startDate": "2010-07-01",
"endDate": "2012-06-01",
"summary": "Team management, responsible for application server and core web solution development",
"highlights": [
"Managed a team of 5 people to create the new generation of transportation software for some cities in the country",
"GPS Tracking / Route Mapping Solutions"
]
}
],
"education": [
{
"institution": "Universidade Feevale",
"area": "Computer Science",
"studyType": "Bachelor",
"startDate": "2010-01-01",
"endDate": "2015-12-31"
}
],
"awards": [
{
"title": "First Prize in SAP InnoWeek",
"date": "2014-11-30",
"awarder": "SAP",
"summary": "Project SAP SmartOfficce"
},
{
"title": "Second Prize at 2nd Logic and Programming Competition",
"date": "2012-07-01",
"awarder": "University Feevale",
"summary": ""
},
{
"title": "Silver Medal",
"date": "2009-11-01",
"awarder": "OBMEP (Brazilian Math Olympics of Public Schools)",
"summary": ""
}
],
"skills": [
{
"name": "Programming Languages",
"level": "",
"keywords": [
"Java",
"Typescript",
"Javascript"
]
},
{
"name": "Frameworks",
"level": "",
"keywords": ["Spring", "Vue", "React", "Express.js"]
},
{
"name": "Databases",
"level": "",
"keywords": ["MySQL", "MongoDB", "PostgreSQL"]
},
{
"name": "Mobile Development",
"level": "",
"keywords": ["Android"]
}
],
"languages": [
{
"language": "Portuguese",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Fluent"
}
],
"interests": [
{
"name": "Games",
"keywords": ["PC Games"]
}
]
}