forked from thewarpaint/thewarpaint.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcvitae.json
161 lines (161 loc) · 3.58 KB
/
cvitae.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
154
155
156
157
158
159
160
161
{
"personalInfo": {
"fullName": "Rafael Vargas Rosas",
"email": "rafael@rafaelvargas.me",
"avatarUrl": "http://i.imgur.com/DrS3A2F.jpg"
},
"cover": {
"url": "https://www.flickr.com/photos/scotbot/7754264462/",
"attribution": "Scott Wylie @ Flickr"
},
"social": {
"github": "rvargas",
"linkedIn": "https://www.linkedin.com/pub/rafael-vargas-rosas/78/8/a63"
},
"academic": [
{
"start": "2008-09-30",
"end": "2012-05-10",
"school": {
"name": "Universidad Autónoma Metropolitana - Azcapotzalco",
"url": "http://www.azc.uam.mx"
},
"degree": "BS in Computer Science, Engineer",
"degreeStatus": "Undergraduate, degree in progress",
"location": "Mexico City"
},
{
"start": "2005-08-01",
"end": "2008-07-01",
"school": {
"name": "Unidad Profesional Interdisciplinaria en Ingeniería y Tecnologías Avanzadas (UPIITA)",
"parentOrganization": " Instituto Politécnico Nacional",
"url": "http://www.upiita.ipn.mx/"
},
"degree": "BS in Telematics, Engineer",
"degreeStatus": "Unfinished",
"location": "Mexico City"
},
{
"start": "2001-08-01",
"end": "2005-07-01",
"school": {
"name": "Centro de Estudios Científicos y Tecnológicos No. 9 'Juan de Dios Bátiz Paredes' (CECYT 9)",
"parentOrganization": " Instituto Politécnico Nacional",
"url": "http://www.cecyt9.ipn.mx/"
},
"degree": "Digital Systems Technical"
}
],
"experience": [
{
"start": "2011-01-11",
"end": null,
"isCurrent": true,
"company": {
"name": "Vinco Orbis Proyectos",
"url": "http://vincoorbis.com",
"linkedInUrl": "https://linkedin.com/company/2511778"
},
"position": "Software engineer",
"location": "Mexico City, Mexico",
"description": ""
}
],
"projects": [
{
"name": "Club Premier",
"description": "Loyalty program web app",
"url": "http://www.clubpremier.com/"
},
{
"name": "Prevenissste",
"description": "Web app to manage clinical questionnaires",
"url": "http://www.prevenissste.gob.mx/"
},
{
"name": "Zave App",
"description": "Mobile app to save money on a recurring basis",
"url": "http://zaveapp.com/"
}
],
"languages": [
{
"name": "Spanish",
"level": "native"
},
{
"name": "English",
"level": "intermediate"
},
{
"name": "German",
"level": "basic"
}
],
"skills": [
{
"name": "Backend development"
},
{
"name": "Project management"
},
{
"name": "Algorithm design"
},
{
"name": "REST API design"
},
{
"name": "SOAP webservices"
},
{
"name": "Leadership"
},
{
"name": "User interface"
},
{
"name": "Application architecture"
},
{
"name": "Teamwork"
},
{
"name": "Open source"
},
{
"name": "Version control and branching models"
}
],
"technologies": [
{
"name": "Groovy",
"url": "http://groovy-lang.org/"
},
{
"name": "Python",
"url": "https://www.python.org/"
},
{
"name": "Grails",
"url": "https://grails.org/"
},
{
"name": "Drone",
"url": "https://drone.io/"
},
{
"name": "Git",
"url": "http://git-scm.com/"
},
{
"name": "GitHub",
"url": "http://github.com/"
},
{
"name": "MySQL",
"url": "http://mysql.com/"
}
]
}