-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
674 lines (586 loc) Β· 24.4 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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>Resume</title><style>
/* cspell:disable-file */
/* webkit printing magic: print all background colors */
html {
-webkit-print-color-adjust: exact;
}
* {
box-sizing: border-box;
-webkit-print-color-adjust: exact;
}
html,
body {
margin: 0;
padding: 0;
}
@media only screen {
body {
margin: 2em auto;
max-width: 900px;
color: rgb(55, 53, 47);
}
}
body {
line-height: 1.5;
white-space: pre-wrap;
}
a,
a.visited {
color: inherit;
text-decoration: underline;
}
.pdf-relative-link-path {
font-size: 80%;
color: #444;
}
h1,
h2,
h3 {
letter-spacing: -0.01em;
line-height: 1.2;
font-weight: 600;
margin-bottom: 0;
}
.page-title {
font-size: 2.5rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0.75em;
}
h1 {
font-size: 1.875rem;
margin-top: 1.875rem;
}
h2 {
font-size: 1.5rem;
margin-top: 1.5rem;
}
h3 {
font-size: 1.25rem;
margin-top: 1.25rem;
}
.source {
border: 1px solid #ddd;
border-radius: 3px;
padding: 1.5em;
word-break: break-all;
}
.callout {
border-radius: 3px;
padding: 1rem;
}
figure {
margin: 1.25em 0;
page-break-inside: avoid;
}
figcaption {
opacity: 0.5;
font-size: 85%;
margin-top: 0.5em;
}
mark {
background-color: transparent;
}
.indented {
padding-left: 1.5em;
}
hr {
background: transparent;
display: block;
width: 100%;
height: 1px;
visibility: visible;
border: none;
border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}
img {
max-width: 100%;
}
@media only print {
img {
max-height: 100vh;
object-fit: contain;
}
}
@page {
margin: 1in;
}
.collection-content {
font-size: 0.875rem;
}
.column-list {
display: flex;
justify-content: space-between;
}
.column {
padding: 0 1em;
}
.column:first-child {
padding-left: 0;
}
.column:last-child {
padding-right: 0;
}
.table_of_contents-item {
display: block;
font-size: 0.875rem;
line-height: 1.3;
padding: 0.125rem;
}
.table_of_contents-indent-1 {
margin-left: 1.5rem;
}
.table_of_contents-indent-2 {
margin-left: 3rem;
}
.table_of_contents-indent-3 {
margin-left: 4.5rem;
}
.table_of_contents-link {
text-decoration: none;
opacity: 0.7;
border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}
table,
th,
td {
border: 1px solid rgba(55, 53, 47, 0.09);
border-collapse: collapse;
}
table {
border-left: none;
border-right: none;
}
th,
td {
font-weight: normal;
padding: 0.25em 0.5em;
line-height: 1.5;
min-height: 1.5em;
text-align: left;
}
th {
color: rgba(55, 53, 47, 0.6);
}
ol,
ul {
margin: 0;
margin-block-start: 0.6em;
margin-block-end: 0.6em;
}
li > ol:first-child,
li > ul:first-child {
margin-block-start: 0.6em;
}
ul > li {
list-style: disc;
}
ul.to-do-list {
text-indent: -1.7em;
}
ul.to-do-list > li {
list-style: none;
}
.to-do-children-checked {
text-decoration: line-through;
opacity: 0.375;
}
ul.toggle > li {
list-style: none;
}
ul {
padding-inline-start: 1.7em;
}
ul > li {
padding-left: 0.1em;
}
ol {
padding-inline-start: 1.6em;
}
ol > li {
padding-left: 0.2em;
}
.mono ol {
padding-inline-start: 2em;
}
.mono ol > li {
text-indent: -0.4em;
}
.toggle {
padding-inline-start: 0em;
list-style-type: none;
}
/* Indent toggle children */
.toggle > li > details {
padding-left: 1.7em;
}
.toggle > li > details > summary {
margin-left: -1.1em;
}
.selected-value {
display: inline-block;
padding: 0 0.5em;
background: rgba(206, 205, 202, 0.5);
border-radius: 3px;
margin-right: 0.5em;
margin-top: 0.3em;
margin-bottom: 0.3em;
white-space: nowrap;
}
.collection-title {
display: inline-block;
margin-right: 1em;
}
.simple-table {
margin-top: 1em;
font-size: 0.875rem;
empty-cells: show;
}
.simple-table td {
height: 29px;
min-width: 120px;
}
.simple-table th {
height: 29px;
min-width: 120px;
}
.simple-table-header-color {
background: rgb(247, 246, 243);
color: black;
}
.simple-table-header {
font-weight: 500;
}
time {
opacity: 0.5;
}
.icon {
display: inline-block;
max-width: 1.2em;
max-height: 1.2em;
text-decoration: none;
vertical-align: text-bottom;
margin-right: 0.5em;
}
img.icon {
border-radius: 3px;
}
.user-icon {
width: 1.5em;
height: 1.5em;
border-radius: 100%;
margin-right: 0.5rem;
}
.user-icon-inner {
font-size: 0.8em;
}
.text-icon {
border: 1px solid #000;
text-align: center;
}
.page-cover-image {
display: block;
object-fit: cover;
width: 100%;
max-height: 30vh;
}
.page-header-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.page-header-icon-with-cover {
margin-top: -0.72em;
margin-left: 0.07em;
}
.page-header-icon img {
border-radius: 3px;
}
.link-to-page {
margin: 1em 0;
padding: 0;
border: none;
font-weight: 500;
}
p > .user {
opacity: 0.5;
}
td > .user,
td > time {
white-space: nowrap;
}
input[type="checkbox"] {
transform: scale(1.5);
margin-right: 0.6em;
vertical-align: middle;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.image {
border: none;
margin: 1.5em 0;
padding: 0;
border-radius: 0;
text-align: center;
}
.code,
code {
background: rgba(135, 131, 120, 0.15);
border-radius: 3px;
padding: 0.2em 0.4em;
border-radius: 3px;
font-size: 85%;
tab-size: 2;
}
code {
color: #eb5757;
}
.code {
padding: 1.5em 1em;
}
.code-wrap {
white-space: pre-wrap;
word-break: break-all;
}
.code > code {
background: none;
padding: 0;
font-size: 100%;
color: inherit;
}
blockquote {
font-size: 1.25em;
margin: 1em 0;
padding-left: 1em;
border-left: 3px solid rgb(55, 53, 47);
}
.bookmark {
text-decoration: none;
max-height: 8em;
padding: 0;
display: flex;
width: 100%;
align-items: stretch;
}
.bookmark-title {
font-size: 0.85em;
overflow: hidden;
text-overflow: ellipsis;
height: 1.75em;
white-space: nowrap;
}
.bookmark-text {
display: flex;
flex-direction: column;
}
.bookmark-info {
flex: 4 1 180px;
padding: 12px 14px 14px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bookmark-image {
width: 33%;
flex: 1 1 180px;
display: block;
position: relative;
object-fit: cover;
border-radius: 1px;
}
.bookmark-description {
color: rgba(55, 53, 47, 0.6);
font-size: 0.75em;
overflow: hidden;
max-height: 4.5em;
word-break: break-word;
}
.bookmark-href {
font-size: 0.75em;
margin-top: 0.25em;
}
.sans { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; }
.code { font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace; }
.serif { font-family: Lyon-Text, Georgia, ui-serif, serif; }
.mono { font-family: iawriter-mono, Nitti, Menlo, Courier, monospace; }
.pdf .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK JP'; }
.pdf:lang(zh-CN) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC'; }
.pdf:lang(zh-TW) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK TC'; }
.pdf:lang(ko-KR) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK KR'; }
.pdf .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.pdf .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK JP'; }
.pdf:lang(zh-CN) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK SC'; }
.pdf:lang(zh-TW) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK TC'; }
.pdf:lang(ko-KR) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK KR'; }
.pdf .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.highlight-default {
color: rgba(55, 53, 47, 1);
}
.highlight-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.highlight-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.highlight-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.highlight-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.highlight-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.highlight-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.highlight-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.highlight-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.highlight-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.highlight-gray_background {
background: rgba(241, 241, 239, 1);
}
.highlight-brown_background {
background: rgba(244, 238, 238, 1);
}
.highlight-orange_background {
background: rgba(251, 236, 221, 1);
}
.highlight-yellow_background {
background: rgba(251, 243, 219, 1);
}
.highlight-teal_background {
background: rgba(237, 243, 236, 1);
}
.highlight-blue_background {
background: rgba(231, 243, 248, 1);
}
.highlight-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.highlight-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.highlight-red_background {
background: rgba(253, 235, 236, 1);
}
.block-color-default {
color: inherit;
fill: inherit;
}
.block-color-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.block-color-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.block-color-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.block-color-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.block-color-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.block-color-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.block-color-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.block-color-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.block-color-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.block-color-gray_background {
background: rgba(241, 241, 239, 1);
}
.block-color-brown_background {
background: rgba(244, 238, 238, 1);
}
.block-color-orange_background {
background: rgba(251, 236, 221, 1);
}
.block-color-yellow_background {
background: rgba(251, 243, 219, 1);
}
.block-color-teal_background {
background: rgba(237, 243, 236, 1);
}
.block-color-blue_background {
background: rgba(231, 243, 248, 1);
}
.block-color-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.block-color-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.block-color-red_background {
background: rgba(253, 235, 236, 1);
}
.select-value-color-pink { background-color: rgba(245, 224, 233, 1); }
.select-value-color-purple { background-color: rgba(232, 222, 238, 1); }
.select-value-color-green { background-color: rgba(219, 237, 219, 1); }
.select-value-color-gray { background-color: rgba(227, 226, 224, 1); }
.select-value-color-opaquegray { background-color: rgba(255, 255, 255, 0.0375); }
.select-value-color-orange { background-color: rgba(250, 222, 201, 1); }
.select-value-color-brown { background-color: rgba(238, 224, 218, 1); }
.select-value-color-red { background-color: rgba(255, 226, 221, 1); }
.select-value-color-yellow { background-color: rgba(253, 236, 200, 1); }
.select-value-color-blue { background-color: rgba(211, 229, 239, 1); }
.checkbox {
display: inline-flex;
vertical-align: text-bottom;
width: 16;
height: 16;
background-size: 16px;
margin-left: 2px;
margin-right: 5px;
}
.checkbox-on {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.checkbox-off {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
</style></head><body><article id="3b722a8c-9b74-4acb-872e-e61a413594a9" class="page sans"><header><div class="page-header-icon undefined"><span class="icon">π</span></div><h1 class="page-title">Resume</h1></header><div class="page-body"><div id="5aca8524-8b60-48fe-8674-7b617cabaa80" class="column-list"><div id="9e4e8976-ab1f-411d-84f9-78769674ae7b" style="width:52.941176470588246%" class="column"><figure class="block-color-gray_background callout" style="white-space:pre-wrap;display:flex" id="f3831939-5857-4bfa-8bed-9a97b0885a1d"><div style="font-size:1.5em"><span class="icon">π</span></div><div style="width:100%">I'm a <strong>software engineer</strong> based in <strong>Barcelona</strong> with <strong>10 years of experience</strong> in the software industry. My focus area for the past few years has been front-end development with React, but I'm also skilled in back-end development with Go.</div></figure></div><div id="0f61536f-a1c6-4826-ada3-881546a710bd" style="width:47.05882352941177%" class="column"><h3 id="3470411a-c74c-4e8e-9d9b-e43f91ba9a56" class=""><strong>Contact</strong></h3><p id="83a9ebcd-19c8-4a1c-a13e-293ec81f7c13" class=""><a href="mailto:[email protected]">π§ [email protected]</a></p><p id="7b0fd3d5-f4d2-40a8-b359-4a50b97c0c0f" class=""><a href="http://twitter.com/notionhq">π¦ twitter.com/adalovelace</a></p><p id="df5c08fd-acbb-43a1-b64b-e7e32798200b" class=""><a href="https://www.linkedin.com/company/notionhq/mycompany/">π linkedin.com/in/adalovelace</a></p><p id="385fcc43-e900-463e-9b1c-9a39403e1bb0" class=""><a href="https://github.com/makenotion">πΎ github.com/adalovelace</a></p></div></div><h1 id="61246976-38b9-4e40-97af-1053c72f9ef2" class="">Experience</h1><h3 id="76d36d12-1b19-4b8d-95e5-8c4b87de5139" class=""><strong>Software Engineer II</strong></h3><p id="1bf536a4-d3ca-4ba9-9bc3-00b201f2add7" class="block-color-gray"><em><strong>Typeform</strong></em><em>, Barcelona, Spain β (Dec 2019 - Present)</em></p><ul id="104930af-3613-43ac-824e-fee15fa7db70" class="bulleted-list"><li style="list-style-type:disc">Full-stack engineer in the team responsible for integrations and developer tools. We're in charge of defining and improving the developer experience with Typeform's platform.</li></ul><ul id="915a3d9a-aa22-4c70-abe6-ddf08b18128f" class="bulleted-list"><li style="list-style-type:disc">Initially focused on front-end, single-handedly led the efforts to re-build our front-ends for OAuth applications, Personal Tokens and Webhooks from scratch using React, Redux, Styled Components, Jest, etc.</li></ul><ul id="3882955e-a1da-4515-8d42-bd21b3a6a9ea" class="bulleted-list"><li style="list-style-type:disc">Contributed to our back-end services for webhooks and integrations built in Node.js (Express/Hapi) and GoLang with PostgreSQL.</li></ul><ul id="eef74654-01b3-4282-a5bf-c75a5351d08c" class="bulleted-list"><li style="list-style-type:disc">Performed coaching of junior developers joining the team, doing frequent pair and mob programming sessions, while working with senior engineers to define roadmaps and feature priorities.</li></ul><h3 id="d8cd5f7d-b98b-477a-ba80-bcb8bb6fe28a" class="">QA Automation Engineer</h3><p id="41d7d787-c5c6-49b2-ae99-93aa3522fb76" class="block-color-gray"><em><strong>OLX Group</strong></em><em>, Buenos Aires, Argentina β (May 2014 - Oct 2019)</em></p><ul id="3e399d49-ef57-4a1c-b0ba-b1b3d8d8d2d4" class="bulleted-list"><li style="list-style-type:disc">Built automated acceptance and contract test suites for the company's core and payments APIs, using Node.js, Mocha and Chai and later on PHP with Behat. Reviewed and validated the development of new features to ensure the API design and underlying logic remained consistent.</li></ul><ul id="fdc6b499-9fd8-45e0-9205-8ce228795214" class="bulleted-list"><li style="list-style-type:disc">Took active part in the Diversity and Women in Tech initiatives, with regular meetings and driving proposals across the company. Coached colleagues in drafting talk proposals and public in general.</li></ul><h3 id="b0d1dd12-e800-4abb-a916-d331310fbb28" class="">Software Tester</h3><p id="6cd51f90-630e-4678-a9ef-7acbba22b5fd" class="block-color-gray"><em><strong>Hexacta</strong></em><em>, Buenos Aires, Argentina β (Aug 2012 - Apr 2014)</em></p><ul id="115e6c0a-c4ac-446e-ba8c-58b43f4b81dc" class="bulleted-list"><li style="list-style-type:disc">Developed and executed functional testing plans for BollorΓ© Ipaki, a shipping container terminal and logistics administration web app.</li></ul><ul id="2bec6f6e-7b6f-4096-a95c-f9e2cf7b43cf" class="bulleted-list"><li style="list-style-type:disc">Evaluated new client requirements, defined use cases and maintained a local testing environment.</li></ul><h3 id="123ce12b-d23e-43a8-af9c-f0655a96a3e1" class=""><strong>QA Analyst</strong></h3><p id="e1733ce1-779e-4b6c-97b5-ea8d6abd4edf" class="block-color-gray"><em><strong>Wunderman</strong></em><em> BA, Buenos Aires, Argentina β (Apr 2011 - Jul 2012)</em></p><ul id="a07b2e13-97b5-4e38-a291-7eb30504b6a2" class="bulleted-list"><li style="list-style-type:disc">In the advertising agency Wunderman, performed as the single QA in multiple simultaneous projects of diverse complexity. Validated, copy and assets, user flows and functionality and did exploratory testing on tools and apps within the public websites for Ford and Lincoln cars.</li></ul><ul id="a69e2d14-3c4a-45e7-af82-4ad03d86872e" class="bulleted-list"><li style="list-style-type:disc">Managed communication with PMs and developer teams remotely and was in charge of estimation and prioritisation.</li></ul><p id="a8a6e1d6-997f-42f8-8f6d-ae8c7daa6368" class="">
</p><hr id="1b50a640-0c2f-4dc6-9ede-e9c947c04a13"/><h1 id="4964a764-d7d5-4ccf-be54-f2d523c388bd" class="">Skills</h1><h3 id="b615d06e-874d-47f8-bf36-ca2139858a19" class="">Javascript</h3><p id="de7edb71-fac8-4253-a5ec-4b3bee6afd05" class="">My "native" programming language, I've worked with it for over 6 years. I've used it in the front-end with React and Redux, in the back-end for APIs with Node, Express and Hapi.js and for testing automation using Mocha and later on, Jest.</p><h3 id="77ea568b-73e1-4d9e-b1b1-eac7e3634eb3" class="">Golang</h3><p id="3730bc9a-e901-4f52-89e4-fa698dd6a4e1" class="">I've started learning it recently and found it challenging (in a good way!) I'm not proficient yet but I've worked on some features and fixes on my own.</p><h3 id="59981a7e-aa05-4a94-a7f6-791c571d7bce" class="">Technical writing</h3><p id="34bae912-f2a9-4b11-a3fd-bdba263b8a72" class="">I enjoy writing about technical subjects and I feel I can do a pretty good job about it! My motivation is explaining things in simple and practical terms and thus making things easier for others.</p><p id="08d17bdb-e6aa-414b-b209-98799f636446" class="">
</p><hr id="d381742a-50ff-4cd3-892d-243e893bc54a"/><h1 id="01dcf7a7-96fd-42d2-b9b0-1703b7a0f2ed" class="">Languages</h1><h3 id="bf999a5b-da85-4e3c-b0e2-824a89febfa3" class="">Spanish πͺπΈπ¦π·</h3><p id="10e25a2f-414d-499a-b7a0-7596f5313dfd" class="">Native speaker</p><h3 id="c884c32a-ef5e-44f5-ab89-7894a4f61fc8" class="">English πΊπΈ</h3><p id="f8665efc-144a-47dd-a044-98b19d19a80c" class="">Proficient speaker</p><p id="5b727ca6-11af-41c9-808a-df59911cc572" class="">
</p><hr id="325f8263-1641-4cf5-a9c4-912866526337"/><h1 id="e427917d-56f4-41e6-b516-eb06c265685c" class="">Articles and Talks</h1><ul id="9cf4b6fe-d046-4130-89fc-2dc314ffb962" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/anabella/dancing-with-oauth-emp">Dancing with OAuth: a step by step guide</a></li></ul><ul id="fac46127-1b73-4442-b11b-fbcca75b0878" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/anabella/a-peep-beneath-the-hood-of-passportjs-oauth-flow-eb5">A peep beneath the hood of PassportJS' OAuth flow</a></li></ul><ul id="231001ab-63da-4939-80e4-0319e4f20ae9" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/anabella/why-do-great-developers-love-writing-tests-1o6j">Why do great developers love writing tests?</a></li></ul><ul id="9f2ba20a-cc46-4f3c-a621-c1aa76eac141" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/anabella/a-junior-a-mid-and-a-senior-dev-walk-into-a-bar-414f">A junior, a mid and a senior dev walk into a bar</a></li></ul><ul id="03ebe94f-d295-40c5-870f-b11be7b7e74a" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/typeform/the-self-confidence-toolbox-for-job-interviews-4k3j">The self-confidence toolbox for job interviews</a></li></ul><ul id="782262da-1602-4472-bb02-370d8df72853" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/anabella/understanding-the-different-pairings-of-css-position-flavours-5855">Understanding the different pairings of CSS Position flavours</a></li></ul><ul id="c9470ce3-b21e-4308-a3b6-d65c0a48edd9" class="bulleted-list"><li style="list-style-type:disc"><a href="https://dev.to/anabella/figuring-out-css-floats-with-sushi-recipes-2c5o">Figuring out CSS floats with two sushi recipes</a></li></ul><p id="9ec23755-51a5-4150-b255-dd9b3acb5811" class="">π£ <strong>Talk:</strong> <a href="https://www.youtube.com/watch?v=ec2NBIoaUCM&t=1s">Learning the OAuth Dance</a> (APIdays Paris Dec 2018)</p><p id="8f564e22-637c-47b8-bf51-0e31aeb15d38" class="">
</p><hr id="3f0aa24c-e21c-4dd0-8221-d505a2770c2c"/><h1 id="90329cad-6ff3-4773-b8fd-3f704c6d8964" class="">Education</h1><h3 id="b887ff2b-d023-41bf-a6d6-a4df709debbe" class=""><strong>Bachelor's Degree in Computer Systems Analysis</strong></h3><p id="e715e285-ccf7-4bf5-9403-5c4dfc9687a1" class="block-color-gray"><em>2017 (unfinished due to Relocation)</em></p><p id="398dbc36-4445-43a5-ab4c-be0eb213a876" class="">ORT - Buenos Aires</p><p id="1559cb10-bdb0-4b2b-9e6a-bb6d4591ca0c" class="">
</p><hr id="1eeb77d6-5624-4a22-87ce-ed47f0263dbc"/><h1 id="8bb5383a-557c-482a-b931-583e86d18fb7" class="">Contact</h1><p id="4755f170-e008-4881-9dc1-b39ff765375a" class=""><a href="mailto:[email protected]">π§ [email protected]</a></p><p id="a7e9b72f-43ec-47e9-8540-99b139bcb864" class=""><a href="http://twitter.com/notionhq">π¦ twitter.com/adalovelace</a></p><p id="7824e8d2-56d7-43a2-97aa-99ec3dc8c093" class=""><a href="https://www.linkedin.com/company/notionhq/mycompany/">π linkedin.com/in/adalovelace</a></p><p id="d88bf53d-a494-475b-ac9b-54f0a9021b20" class=""><a href="https://github.com/makenotion">πΎ github.com/adalovelace</a></p></div></article></body></html>