forked from gndx/react-eth-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
123 lines (123 loc) · 3.1 KB
/
data.json
File metadata and controls
123 lines (123 loc) · 3.1 KB
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
{
"data": {
"name": "Gitmel Gutierrez",
"profession": "Product Developer",
"address": "San Joaquin, Venezuela",
"email": "gitmelbco@gmail.com",
"phone": "+584122923204",
"Profile": "Soy product developer con experiencia en desarrollo frontend. Me especializo en la creacion de productos digitales desde su concepcion hasta el MVP. Mi objetivo es naturalizar el uso de la tecnologia blockchain con productos practicos para las personas",
"certificate": [
{
"date": "Jan 2021",
"description": "Hack up furballs try to jump onto window and fall while scratching at wall. ",
"institution": "Platzi",
"name": "FrontEnd Developer"
},
{
"date": "Sept 2021",
"description": "Scratch at the door then walk away wack the mini furry mouse",
"institution": "Platzi",
"name": "Curso de Metodologías para Diseñar un Producto Digital"
}
],
"Academic": [
{
"degree": "Ingeniero Electrónico",
"description": "",
"endDate": "Feb 2012",
"institution": "UNEFA",
"startDate": "Dic 2018"
},
{
"degree": "Curso de Metodologías para Diseñar un Producto Digital",
"description": "",
"endDate": "Sept 2021",
"institution": "Platzi",
"startDate": ""
},
{
"degree": "Curso de ECMAScript 6+",
"description": "",
"endDate": "Ene 2022",
"institution": "Platzi",
"startDate": ""
}
],
"experience": [
{
"company": "Ceercle Project",
"endDate": "Present",
"jobDescription": "Diseno de productos desde su concepcion hasta el MVP.",
"jobTitle": "Product Developer",
"startDate": "Nov 2021"
},
{
"company": "Freelance",
"endDate": "Nov 2021",
"jobDescription": "Disene y maquete paginas web",
"jobTitle": "Desarrollador frontend",
"startDate": "Ene 2020"
}
],
"skills": [
{
"name": "CSS",
"percentage": "competente"
},
{
"name": "git",
"percentage": "competente"
},
{
"name": "Lean UX",
"percentage": "competente"
},
{
"name": "Javascript",
"percentage": "familiarizado"
},
{
"name": "React",
"percentage": "familiarizado"
},
{
"name": "VueJS",
"percentage": "familiarizado"
},
{
"name": "Scrum",
"percentage": "familiarizado"
}
],
"interest": [
"Javascript",
"Ux",
"Web3",
"Frontend"
],
"languages": [
{
"name": "Spanish",
"percentage": "Nativo"
},
{
"name": "English",
"percentage": "Conversacional"
}
],
"social": [
{
"name": "twitter",
"url": "https://twitter.com/whynotgit"
},
{
"name": "github",
"url": "https://github.com/gitguti"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/gitguti"
}
]
}
}