-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
427 lines (374 loc) · 11.6 KB
/
index.html
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, user-scalable=no, minimal-ui'>
<title>Ivan Pintado</title>
<style>
body {
background: #EEEEEE;
font: 13.5px "Times New Roman", Times, sans-serif;
line-height: 1.3;
margin: 40px 0;
}
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin-bottom: 0;
}
li {
margin-bottom: 2px;
}
a {
text-decoration: none;
}
#resume {
margin: 0 auto;
max-width: 45%;
padding: 80px 100px;
background: #fff;
border: 1px solid #ccc;
box-shadow: 2px 2px 4px #aaa;
-webkit-box-shadow: 2px 2px 4px #aaa;
}
.coursesList {
width: 28%;
vertical-align: top;
display: inline-block;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 13px;
}
.sectionBlock {
display: flex;
width: 100%;
}
.sectionName {
width: 18%;
vertical-align: top;
display: inline-block;
}
.sectionContent {
width: 100%;
vertical-align: top;
display: inline-block;
}
.sectionContent ul {
padding-left: 20px;
margin-top: 6px;
list-style-type: circle;
}
.sectionContent .title {
font-weight: bold;
}
.sectionContent .date {
float: right;
font-weight: bold;
}
.sectionContent .separator {
height: 14px;
}
.sectionLine {
border-style: dashed;
border-width: 1px;
border-color: #CFCFCF;
margin-top: 10px;
margin-bottom: 10px;
}
.divider {
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.summary {
margin-top: 6px;
}
.skillBlock {
margin-bottom: 4px;
}
.jobBlock {
page-break-inside: avoid;
}
/* Media Queries */
@media only screen and (max-width: 40em) {
body {
margin: 0;
font-size: 14px;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0.5em 1em;
border: none;
}
.sectionBlock {
flex-direction: column;
}
.sectionContent {
width: 100%;
}
.sectionContent .date {
padding-right: 2em;
}
.sectionName {
width: auto;
}
.largeFont {
font-size: 20px;
}
.smallFont {
font-size: 14px;
}
}
@media print {
body {
background: #FFFFFF;
}
#resume {
margin: 0 auto;
max-width: 600px;
padding: 0px 0px;
border: 0px;
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
}
a {
color: black;
}
}
</style>
</head>
<body>
<div id='resume'>
<div id='nameBlock' class='largeFont'>
<span class='name'>
Ivan Pintado,
</span>
<span class='label'>Senior Software Engineer</span>
</div>
<div id='basicsBlock' class='smallFont'>
<div class='contactBlock'>
<span class='email'>[email protected]</span>
<span class='divider'>|</span>
<span class='address'>
Irvine, California
</span>
</div>
<div id='profilesBlock'>
<span class='url'>
<a href='https://github.com/ivanph'>https://github.com/ivanph</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<a href='https://twitter.com/ivanph'>https://twitter.com/ivanph</a>
</span>
<span class='divider'>|</span>
<span class='url'>
<a href='https://www.linkedin.com/in/ivan-pintado/'>https://www.linkedin.com/in/ivan-pintado/</a>
</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='summaryBlock' class="sectionBlock">
<div class='sectionName'>
<span>SUMMARY</span>
</div>
<div class='sectionContent'>
<span>I've been working as a professional developer since 2012. My experience has been a mix
of native applications, web development, and mobile, primarily in Node.js, Qt, Java and Kotlin. I currently
focus on building backend services using Node.js but I'm always open to learning new technologies.</span>
</div>
</div>
<div class='sectionLine'></div>
<div id='workBlock' class="sectionBlock">
<div class='sectionName'>
<span>EXPERIENCE</span>
</div>
<div class='sectionContent'>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Medl Mobile - Software Engineer
</span>
<span class='date'>
July 2020 — Present
</span>
</div>
<div><a href=''></a></div>
<br />
<div class='sectionContent'>
<span>Working on a variety of projects, mostly focused on Web and Mobile with React (Native)</span>
</div>
<ul class='highlights'>
<li>Implemented a MediaUploader component that allows user to upload videos or photos</li>
<li>Created a native module that allows us to encode video on Android before ulpload to reduce the size</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Cercacor Labs - Senior Software Engineer (Mobile/Backend)
</span>
<span class='date'>
May 2018 — May 2020
</span>
</div>
<div><a href=''></a></div>
<br />
<div class='sectionContent'>
<span>Our most recent project focuses on creating a lifestyle application focused on people that are
pre-diabetics or diabetics. It offers meal tracking, insulin and glucose monitoring and educational
content.</span>
</div>
<ul class='highlights'>
<li>Lead backend developer, focusing more on system architecture, design and code reviews.</li>
<li>Interviewed candidates for our backed team and provided hiring feedback.</li>
<li>Started development on the Android app, leveraging modern Android architecture and Kotlin.</li>
<li>Provided support for the iOS team, helping them debug issues when using our REST API.</li>
<li>Designed and developed a chat system for patients to chat one-on-one with clinicians during the COVID-19
emergency.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Cercacor Labs - Software Engineer (Backend)
</span>
<span class='date'>
April 2014 — May 2018
</span>
</div>
<div><a href=''></a></div>
<br />
<div class='sectionContent'>
<span>Ember is a non-invasive tracker that helps high performance athletes monitor their oxygen levels,
pulse rate variability and others. </span>
</div>
<ul class='highlights'>
<li>Main developer for the backend system that allowed users to create accounts and synchronize measurement
data.</li>
<li>Designed our cloud architecture using AWS while maintaining a low operation cost.</li>
<li>Successfully migrated our data with zero downtime from MongoDB to Postgres.</li>
<li>Created data pipelines to anonymize and copy measurements for data analysis.</li>
<li>Led the development in porting our iOS app to Android using React Native</li>
<li>The tech stack included Node, Postgres, MongoDB, Couchbase and iOS/Android</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
Cercacor Labs - Software Engineer (Native apps)
</span>
<span class='date'>
August 2012 — April 2014
</span>
</div>
<div><a href=''></a></div>
<br />
<div class='sectionContent'>
<span>Apps and middleware developer for a medical device and tablet hybrid. The device was capable of taking
glucose measurements, pulse rate, and others.</span>
</div>
<ul class='highlights'>
<li>Developed common apps from scratch for our custom Linux OS, such as a wifi settings, calculator, phone
and contacts.</li>
<li>Contributed to middleware layer design and integration.</li>
<li>Designed and implemented connectivity system integration for phone, wifi and data using libraries such
as connman, ofono and bluz.</li>
</ul>
<div class='separator'></div>
</div>
<div class="jobBlock">
<div class='blockHeader'>
<span class='title'>
University of Veracruz - Web Developer
</span>
<span class='date'>
February 2012 — August 2012
</span>
</div>
<div><a href=''></a></div>
<br />
<div class='sectionContent'>
<span>The university embarked on a massive migration of all it's web pages from a custom CMS to
Wordpress. I provided custom plugins and web pages to feed the needs of different departments.</span>
</div>
<ul class='highlights'>
<li>Develop custom plugins to provide directions and weather information.</li>
<li>Created custom widgets for site admins to configure the plugins.</li>
</ul>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='education' class="sectionBlock">
<div class='sectionName'>
<span>EDUCATION</span>
</div>
<div class='sectionContent'>
<div class='educationBlock'>
<span class='title'>
Universidad Veracruzana
</span>
<span class='date'>
June 2007 — February 2012
</span>
<div class=''>
Bachelor - Software Engineering
</div>
</div>
</div>
</div>
<div class='sectionLine'></div>
<div id='skills' class="sectionBlock">
<div class='sectionName'>
<span>SKILLS</span>
</div>
<div class='sectionContent'>
<div class='skillBlock'>
<span class='title'>Backend:</span>
<span>Nodejs (Hapi, Express, Restify)</span>,
<span>Postgres</span>,
<span>MongoDB</span>,
<span>Couchbase</span>,
<span>Redis</span>
</div>
<div class='skillBlock'>
<span class='title'>Frontend:</span>
<span>React</span>,
<span>HTML</span>,
<span>CSS</span>,
<span>JavaScript</span>
</div>
<div class='skillBlock'>
<span class='title'>Mobile:</span>
<span>Kotlin</span>,
<span>Java</span>,
<span>Swift</span>,
<span>Objective-C</span>,
<span>React Native</span>
</div>
<div class='skillBlock'>
<span class='title'>General:</span>
<span>C++ (Qt)</span>,
<span>Linux</span>,
<span>Bash</span>,
<span>Git</span>,
<span>Docker</span>
</div>
</div>
</div>
<div class='sectionLine'></div>
</body>
</html>