forked from rcereceda/cv_html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv_rcereceda.html
More file actions
139 lines (139 loc) · 3.71 KB
/
cv_rcereceda.html
File metadata and controls
139 lines (139 loc) · 3.71 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-2">
<title>CV Rodrigo Cereceda</title>
<!-- <link rel="stylesheet" href=""> -->
</head>
<body>
<h1>Rodrigo Cereceda Grunert</h1>
<table>
<tr>
<td><strong>Dirección:</strong></td>
<td>Enrique Mac-Iver 524, Departamento 305</td>
</tr>
<tr>
<td><strong>Teléfono:</strong></td>
<td>+56995577793</td>
</tr>
<tr>
<td><strong>Correo:</strong></td>
<td>rcereced@gmail.com</td>
</tr>
</table>
<h2>Experiencia</h2>
<table>
<tr>
<td><strong>Oficial de Seguridad de la Información</strong></td>
</tr>
<tr>
<td>Gobierno Regional de Atacama</td>
</tr>
<tr>
<td>agosto de 2012-actualidad</td>
</tr>
<tr>
<td>Implementación de mejores prácticas de seguridad de la información de acuerdo a los requerimientos de la norma chilena ISO 27001 y a las exigencias del Programa de Mejoramiento de la Gestión de la Dirección de Presupuestos, Ministerio de Hacienda.</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td><strong>Analista de bases de datos</strong></td>
</tr>
<tr>
<td>Ministerio de Desarrollo Social</td>
</tr>
<tr>
<td>abril de 2015-agosto de 2015</td>
</tr>
<tr>
<td>Trabajo en modalidad de Comisión de Servicio. Diseño e implementación de base de datos para gestionar la información de los beneficiarios de los diferentes bonos entregados por el Gobierno, con motivo de apoyar económicamente a las familias damnificadas en la catástrofe ocurrida el 25 de Marzo de 2015 en la región de Atacama.</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td><strong>Co-founder & Developer</strong></td>
</tr>
<tr>
<td>Zappea TV</td>
</tr>
<tr>
<td>julio de 2013-diciembre de 2014</td>
</tr>
<tr>
<td>Zappea is a free app that’s with you on iPhone while you watch your TV and tells you what shows are most popular, in real time, by bringing social content to every second of live TV, making it a more interactive and exciting experience than ever before.</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td><strong>Co-founder & Developer</strong></td>
</tr>
<tr>
<td>Tucotuk Studio</td>
</tr>
<tr>
<td>agosto de 2011-octubre de 2012</td>
</tr>
<tr>
<td>Co-founder and developer of a small iPhone and iPad app development studio focusing on delivering unique and high quality apps of interest to kids. Currently have released and interactive story book for kids: Sunset Catcher.</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td><strong>Desarrollador</strong></td>
</tr>
<tr>
<td>Servicio de Salud Atacama</td>
</tr>
<tr>
<td>junio de 2008-agosto de 2012</td>
</tr>
<tr>
<td>Desarrollo de aplicaciones y gestión de proyectos de desarrollo para diferentes áreas del ámbito administrativo y médico, enfocados en la atención primaria de salud, hospitales de la región y dirección del servicio de salud.</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td><strong>Ingeniero de Sistemas</strong></td>
</tr>
<tr>
<td>Xperience</td>
</tr>
<tr>
<td>octubre de 2007-enero de 2008</td>
</tr>
<tr>
<td>Desempeño en soporte de arquitectura y tercer nivel en plataformas WebSphere Application Server sobre Windows, AIX y Solaris. Diseño e implementación de migración de servicios a ambientes distribuidos.</td>
</tr>
</table>
<h2>Educación</h2>
<table>
<tr>
<td><strong>Universidad de Atacama</strong></td>
</tr>
<tr>
<td>Ingeniería Civil en Computación e Informática</td>
</tr>
<tr>
<td>2001-2006</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td><strong>Desafío Latam</strong></td>
</tr>
<tr>
<td>Full-Stack Developer</td>
</tr>
<tr>
<td>mayo de 2016-actualidad</td>
</tr>
</table>
</body>
</html>