-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv-english.tex
323 lines (268 loc) · 12.8 KB
/
cv-english.tex
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
%-----------------------------------------------------------------------------------------------------------------------------------------------%
% The MIT License (MIT)
%
% Copyright (c) 2021 Jitin Nair
%
% Permission is hereby granted, free of charge, to any person obtaining a copy
% of this software and associated documentation files (the "Software"), to deal
% in the Software without restriction, including without limitation the rights
% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
% copies of the Software, and to permit persons to whom the Software is
% furnished to do so, subject to the following conditions:
%
% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
% THE SOFTWARE.
%
%
%-----------------------------------------------------------------------------------------------------------------------------------------------%
%----------------------------------------------------------------------------------------
% DOCUMENT DEFINITION
%----------------------------------------------------------------------------------------
% article class because we want to fully customize the page and not use a cv template
\documentclass[a4paper,12pt]{article}
%----------------------------------------------------------------------------------------
% FONT
%----------------------------------------------------------------------------------------
% % fontspec allows you to use TTF/OTF fonts directly
% \usepackage{fontspec}
% \defaultfontfeatures{Ligatures=TeX}
% % modified for ShareLaTeX use
% \setmainfont[
% SmallCapsFont = Fontin-SmallCaps.otf,
% BoldFont = Fontin-Bold.otf,
% ItalicFont = Fontin-Italic.otf
% ]
% {Fontin.otf}
%----------------------------------------------------------------------------------------
% PACKAGES
%----------------------------------------------------------------------------------------
\usepackage{url}
\usepackage{parskip}
\usepackage[bitstream-charter]{mathdesign}
\usepackage[T1]{fontenc}
%other packages for formatting
\RequirePackage{color}
\RequirePackage{graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[scale=1]{geometry}
\geometry{
a4paper,
total={170mm,257mm},
left=20mm,
right=20mm,
top=30mm,
}
%tabularx environment
\usepackage{tabularx}
%for lists within experience section
\usepackage{enumitem}
% centered version of 'X' col. type
\newcolumntype{C}{>{\centering\arraybackslash}X}
%to prevent spillover of tabular into next pages
\usepackage{supertabular}
\usepackage{tabularx}
\newlength{\fullcollw}
\setlength{\fullcollw}{0.47\textwidth}
%custom \section
\usepackage{titlesec}
\usepackage{multicol}
\usepackage{multirow}
%CV Sections inspired by:
%http://stefano.italians.nl/archives/26
\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]
\titlespacing{\section}{0pt}{10pt}{10pt}
%for publications
\usepackage[style=authoryear,sorting=ynt, maxbibnames=2]{biblatex}
%Setup hyperref package, and colours for links
\usepackage[unicode, draft=false]{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour,linkcolor=linkcolour}
\addbibresource{citations.bib}
\setlength\bibitemsep{1em}
%for social icons
\usepackage{fontawesome5}
%debug page outer frames
%\usepackage{showframe}
%----------------------------------------------------------------------------------------
% BEGIN DOCUMENT
%----------------------------------------------------------------------------------------
\begin{document}
% non-numbered pages
\pagestyle{empty}
%----------------------------------------------------------------------------------------
% TITLE
%----------------------------------------------------------------------------------------
% \begin{tabularx}{\linewidth}{ @{}X X@{} }
% \huge{Your Name}\vspace{2pt} & \hfill \emoji{incoming-envelope} email@email.com \\
% \raisebox{-0.05\height}\faGithub\ username \ | \
% \raisebox{-0.00\height}\faLinkedin\ username \ | \ \raisebox{-0.05\height}\faGlobe \ mysite.com & \hfill \emoji{calling} number
% \end{tabularx}
\begin{tabularx}{\linewidth}{@{} C @{}}
\Huge{Jorge Luis Alvarado} \\[7.5pt]
\href{https://github.com/jorge-alvarado-revata}{\raisebox{-0.05\height}\faGithub\ jorge-alvarado-revata} \ $|$ \
\href{mailto:j.revatta@gmail.com}{\raisebox{-0.05\height}\faEnvelope \ j.revatta@gmail.com} \ $|$ \
\href{tel:+51926137221}{\raisebox{-0.05\height}\faMobile \ +51-926-137-221} \\
\end{tabularx}
%----------------------------------------------------------------------------------------
% EXPERIENCE SECTIONS
%----------------------------------------------------------------------------------------
%Interests/ Keywords/ Summary
\section{Summary}
Systems Engineer (UNMSM) with experience in Developer, Senior Developer, and Technical Leader roles in Web technology, APIs and transactional applications in banking and the public sector. Expert in Angular, ASP.NET, Java Spring Boot; implementation of REST service consumption, SOAP WSDL, OAUTH authentication and cloud security integration. Experience in Angular up to current versions. Experience in Flutter. Teacher in Python and Angular.
\section{objectives}
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Achieve customer satisfaction by proactively addressing project needs.
\item[--] Develop high-quality components and APIs, with readable, organized code and following best programming practices, reactive programming, cloud patterns and SOLID principles.
\end{itemize}
\end{minipage}
%Experience
\section{Experience}
\textsl{FRONTEND DEVELOPER}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{INETUM, PERÚ – Contraloría General del Perú} & \hfill October 2023 - February 2024 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Implementation of microservices in Java 17 for security SOAP service queries.
\item[--] Implement microservices for configuration management of ORACLE Database templates and process tables.
\item[--] Implement a validation scheme for input parameters to the APIs.
\item[--] Properly implement API integration for Logging.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\textsl{SENIOR DEVELOPER}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{MINEDU, PERÚ – CONCURSO DOCENTE 2023} & \hfill May 2023 - June 2023 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Successfully deploy new C\# microservices with validation schemes.
\item[--] Flutter application optimization, improvements in high-concurrency front-end consumption.
\item[--] Microservices for configuration management of templates and process tables.
\item[--] RabbitMQ service consumption optimization.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\textsl{SENIOR DEVELOPER}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{MINEDU, PERÚ – PROYECT SAISA} & \hfill July 2022 - March 2023 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Implementation of reusable components in Angular ReactiveForm, integration with BackEnd services with C\# Microservices and SQL Server database.
\item[--] Implement BackEnd MinIO AWS-S3 components for uploading and downloading pdf documents.
\item[--] Implement PDF report components.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\newpage
\textsl{SENIOR DEVELOPER}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{INTELEGO SCRL, PERÚ – GESTOR DE COMPRAS CLOUD} & \hfill February 2021 - May 2022 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Implement a purchasing management system for restaurants and catering services in Angular 9, Python Django and Flutter 2, implementation of the use of cloud authentication systems with Firebase.
\item[--] Implement image upload to cloud services.
\item[--] Implement loading and display table and form components.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\textsl{DOCENTE}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{UTEC, PERÚ – TEACHER IN-PERSON COURSES} & \hfill February 2017 - January 2020 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Python and C++ programming teacher.
\item[--] Professor of Business Services course.
\item[--] Professor of Business Services course.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\textsl{CONSULTOR}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{OP ENERGETICA SAC, PERÚ – SOFTWARE CONSULTING} & \hfill June 2014 - May 2016 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Design and development of a worker workload system in Jquery, Bootstrap, C\#.
\item[--] Design and development of emergency planning manager in Javascript, Bootstrap, Python.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\textsl{TEAM LEADER}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{NTT DATA, PERÚ – Technical Leader} & \hfill April 2012 - July 2013 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Estimation, project monitoring, participation in technical design-supervision sessions and support for a team of 10 programming analysts.
\end{itemize}
\end{minipage}
}
\end{tabularx}
\textsl{ANALYST DEVELOPER}\\[3.75pt]
\begin{tabularx}{\linewidth}{ @{}l r@{} }
\textsl{BCP, PERÚ – ANÁLISIS Y DISEÑO} & \hfill Enero 2003 - Marzo 2012 \\[3.75pt]
\multicolumn{2}{@{}X@{}}{
\begin{minipage}[t]{\linewidth}
\begin{itemize}[nosep,after=\strut, leftmargin=1em, itemsep=3pt]
\item[--] Technical leadership of the Mobile Banking project and the new Web Investments project.
\item[--] Analysis and Design of Mobile Banking payment engine architecture, new MessageQueue components.
\item[--] Analysis and Design of HomeBanking team applications (Web Rates, Real Estate, Verified ByVisa).
\item[--] Maintenance and production of Web applications for personal banking clients, Video gateway Apps.
\item[--] Maintenance of banking software.
\end{itemize}
\end{minipage}
}
\end{tabularx}
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{EDUCATION}
\begin{tabularx}{\linewidth}{@{}l X@{}}
2023 - present & Master of Statistics Mathematics \hfill \textsl{UNMSM} \\
2009 - 2010 & Máster in R\&D \hfill \textsl{UNIA} \\
2005 - 2007 & Intermediate English B2 \hfill \textsl{Peruano Británico} \\
1997 - 2003 & Systems engineer \hfill \textsl{UNMSM} \\
\end{tabularx}
%Projects
\section{CERTIFICATIONS}
\begin{tabularx}{\linewidth}{@{}l X@{}}
JANUARY 2023 & Building AI \hfill \textsl{MinnaLearn \& University of Helsinki} \\
OCT 2021 & AWS Machine Learning Foundation \hfill \textsl{Udacity} \\
SEP 2020 & Modern JavaScript ES6 \hfill \textsl{Coursera} \\
AUG 2020 & Google Cloud Fundamentals: Core Infrastructure \hfill \textsl{Coursera} \\
JANUARY 2019 & Elements of AI \hfill \textsl{University of Helsinki \& Reacktor} \\
MAY 2004 & Microsoft Certified Solution Developer \hfill \textsl{Microsoft} \\
\end{tabularx}
%----------------------------------------------------------------------------------------
% SKILLS
%----------------------------------------------------------------------------------------
\section{SKILLS}
\begin{tabularx}{\linewidth}{@{}l X@{}}
Front & \normalsize{JavaScript, TypeScript, Angular 17, Jasmine, RxJS, NgRX}\\
Mobile & \normalsize{Flutter, LocalStorage, SQLite } \\
UI & \normalsize{Material Design, Bootstrap, TailWind, CSS}\\
Framework & \normalsize{Angular, Django, ASP.NET, .NET Core, Spring Boot, DRF, FastAPI, Swagger}\\
Language & \normalsize{Python, C\#, Java, C++, T-SQL, PL/SQL }\\
Cloud & \normalsize{Google Cloud, AWS, Firebase Auth, Firebase storage}\\
Versioning & \normalsize{git, gitlab, Docker, gestión de ramas}\\
BD & \normalsize{SQL Server, Oracle Database, PostgreSQL }\\
\end{tabularx}
\vfill
\center{\footnotesize Last version: \today}
\end{document}