-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.json
153 lines (147 loc) · 2.84 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
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
{
"basics": {
"name": "Guillermo ",
"label": "Programmer",
"picture": "",
"email": "[email protected]",
"phone": "",
"website": "",
"summary": "",
"location": {
"address": "",
"postalCode": "",
"city": "Cordoba",
"countryCode": "Cordoba",
"region": "Cordoba"
},
"profiles": [
{
"network": "Twitter",
"username": "Will8Ortiz",
"url": "https://twitter.com/will8ortiz"
},
{
"network": "linkedin",
"username": "Guillermo Ortiz Vitali",
"url": "https://es.linkedin.com/in/guillermo-ortiz-vitali-6ba917103"
}
]
},
"work": [
{
"company": "Serikat",
"position": "Student in practice",
"website": "http://www.serikat.es/",
"startDate": "2016",
"endDate": "2016",
"summary": "Implementation, maintenance and extension of OpenCATS application (candidate applicant tracking system) functionalities in php.",
"highlights": []
}
],
"volunteer": [
{}
],
"education": [
{
"institution": "Joyfe",
"area": "Multiplatform application development",
"studyType": "Vocational Degree",
"startDate": "2014",
"endDate": "2016",
"gpa": ""
}
],
"awards": [
{
"title": "Award of Achivement Database Design and Programming with SQL Oracle Academy",
"date": "2016",
"awarder": "Oracle Academy",
"summary": ""
},
{
"title": "Award of Achivement Database Design and Programming with PL/SQL Oracle Academy",
"date": "2016",
"awarder": "Oracle Academy",
"summary": ""
}
],
"publications": [
{}
],
"skills": [
{
"name": "Programming languages",
"level": "Medium",
"keywords": [
".NET (VB)",
"C",
"Java (JRE & Android)"
]
},
{
"name": "Web Development",
"level": "Medium",
"keywords": [
"HTML",
"CSS",
"Javascript",
"PHP"
]
},
{
"name": "DB",
"level": "Medium",
"keywords": [
"Oracle",
"SQL Server",
"PL/SQL",
"Access",
"MySQL",
"SQLite"
]
},
{
"name": "Operating Systems",
"level": "Medium",
"keywords": [
"Windows",
"Linux"
]
},
{
"name": "ERP",
"level": "Medium",
"keywords": [
"Navision"
]
},
{
"name": "Games",
"level": "Medium",
"keywords": [
"Unity"
]
}
],
"languages": [
{
"language": "Spanish",
"fluency": "Native speaker"
},
{
"language": "Inglish",
"fluency": "High level"
}
],
"interests": [
{
"name": "",
"keywords": [
""
]
}
],
"references": [
{}
]
}