-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.json
97 lines (97 loc) · 3.74 KB
/
cv.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
{
"basics": {
"name": "Diego Navarro",
"label": "Software Engineer",
"image": "",
"email": "[email protected]",
"phone": "",
"url": "https://diegognt.dev",
"summary": "Dedicated Software Engineer with +9 years of experience in developing intuitive and high-performing web user experiences. Proficient in programming languages like JavaScript, TypeScript, and Python. Skilled in modern UI libraries, particularly React and its associated ecosystem, with a strong emphasis on delivering clean and maintainable code. Proven track record in technical leadership, effective communication, and collaborating across disciplines to ensure exceptional user experiences and project success.",
"location": {
"address": "Calle 86A #69T-41",
"postalCode": "110221",
"city": "Bogotá",
"countryCode": "CO",
"region": "Capital District"
},
"profiles": [
{
"network": "GitHub",
"username": "diegognt",
"url": "https://github.com/diegognt"
},
{
"network": "LinkedIn",
"username": "diegognt",
"url": "https://www.linkedin.com/in/diego-navarro-tesillo-79387b19/"
}
]
},
"work": [
{
"name": "Huge Inc.",
"position": "Senior UI Engineer",
"url": "https://hugeinc.com",
"startDate": "April, 2021",
"endDate": "Today",
"summary": "",
"highlights": [
"Streamlined forms creation by integrating a headless CMS and leveraging existing React components. Implemented dynamic rendering of forms based on CMS definitions. Resulted in a 25% reduction in development time compared to initial estimates, optimizing workflows and enhancing efficiency",
"Mentored junior engineers, providing them with guidance on their career development. Held regular 1:1 sessions to offer guidance, constructive feedback, and set goals for growth",
"Led a team of 3 software engineers and one QA engineers to handle the development of the Google Privacy Sandbox initiative website."
]
},
{
"name": "Huge Inc.",
"position": "Frontend Engineer",
"url": "https://hugeinc.com",
"startDate": "July, 2017",
"endDate": "March, 2021",
"summary": "",
"highlights": [
"Built a tool using the Lighthouse NodeJS API and Google Sheets API to monitor the Lighthouses score of the android.com site, boosting the site scores and reducing the bounce rate by 3% over a week",
"Built a tool using NodeJS and Puppetier.js for text mining and web crawler for collecting non-English content from the Google Workspace legacy site and put it in a documental DB, reducing the initial estimation of effort by",
"Built a visual regression test suite using Puppeteer.js and BackstopJS, for the Google Workspace legacy site that helped to reduced the amount of bugs reported on production by 10% over a month."
]
}
],
"education": [
{
"institution": "Universidad Tecnologica de Bolivar, Cartagena, Colombia",
"area": "Systems Engineering",
"studyType": "Bachelor Degree",
"endDate": "April, 2017"
},
{
"institution": "Universidad Tecnologica de Bolivar, Cartagena, Colombia",
"area": "Systems Technology",
"studyType": "Associated Degree",
"endDate": "April, 2008"
}
],
"certificates": [
{
"name": "Certificate",
"date": "2021-11-07",
"issuer": "Company",
"url": "https://certificate.com"
}
],
"skills": [
{
"name": "Collaboration with other disciplines"
},
{
"name": "Technical leadership"
},
{
"name": "Effective self-management"
},
{
"name": "Effective communication"
},
{
"name": "Critical thinking"
}
]
}