-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
169 lines (128 loc) · 4.27 KB
/
main.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% CV Rodolfo Villordo 2020 %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\PassOptionsToPackage{dvipsnames}{xcolor}
\documentclass[10pt,a4paper]{altacv}
%Layout
\geometry{left=1cm,right=9cm,marginparwidth=6.8cm,marginparsep=1.2cm,
top=1.25cm,bottom=1.25cm,footskip=2\baselineskip}
%Packages
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[default]{lato}
\usepackage{hyperref}
%Colors
\definecolor{accent}{HTML}{000e17}
\definecolor{heading}{HTML}{000000}
\definecolor{emphasis}{HTML}{696969}
\definecolor{body}{HTML}{01415f}
\colorlet{heading}{heading}
\colorlet{accent}{accent}
\colorlet{emphasis}{emphasis}
\colorlet{body}{body}
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
\begin{document}
\name{Rodolfo Câmara Villordo}
\tagline{}
\personalinfo{
% get email and phone number from environment variables
\email{\getenv{EMAIL}}
\phone{\getenv{PHONENUMBER}}
\github{https://github.com/rodolfovillordo}{rodolfovillordo}
\linkedin{linkedin.com/in/rodolfovillordo}
}
\begin{fullwidth}
\makecvheader
\end{fullwidth}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Experience %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cvsection[page1sidebar]{Experience}
%%%%%%%%%%%%%
%Experience 1
%%%%%%%%%%%%%
\cvevent{Cloud Support Engineer}{Amazon Web Services}{Apr 2019 -- Current}
{Dublin, IE}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{Troubleshoot and solve customer issues on AWS Services}
\subitem - \small{CloudFormation, Lambda, API Gateway, GreenGrass,
IoT, Cognito}
\item[--] \small{Interact with the development team to address feature
requests and issues on the services }
\item[--] \small{Mentor less experienced team mates}
\end{itemize}
\medskip
%%%%%%%%%%%%%
%Experience 2
%%%%%%%%%%%%%
\cvevent{Security Engineer}{Pagseguro UOL}{Oct 2017 –- Feb 2019}{São Paulo, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{Vulnerability assessment on web and mobile applications}
\item[--] \small{Design and implementation of the company security model
for cloud environment}
\item[--] \small{Design and implementation of the fraud detection system}
\end{itemize}
%%%%%%%%%%%%%
%Experience 3
%%%%%%%%%%%%%
\cvevent{Security Engineer}{Banco Itaú Unibanco}
{Nov 2014 -- Sept 2017}{São Paulo, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{Vulnerability assessment on web and mobile applications}
\item[--] \small{Fraud analysis and detection of modus operands on online
banking channels}
\item[--] \small{Implement and monitor anti-fraud patches on online
banking channels }
\end{itemize}
%%%%%%%%%%%%%
%Experience 4
%%%%%%%%%%%%%
\cvevent{Security Analyst}{Oi Internet}{Mar 2013 –- Oct 2014}{São Paulo, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{ Vulnerability assessment in web applications,
penetration tests, development and maintenance of security baselines.}
\end{itemize}
%%%%%%%%%%%%%
%Experience 5
%%%%%%%%%%%%%
\cvevent{Sysadmin \& Security Analyst}{BRCont Tecnologia da Informação}
{Feb 2012 –- Aug 2012}{Londrina, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{ Vulnerability assessment in web applications,
penetration tests, development and maintenance of security baselines.}
\end{itemize}
%%%%%%%%%%%%%
%Experience 6
%%%%%%%%%%%%%
\cvevent{Sysadmin Linux}{TOTVS S.A}{Sept 2011 -- Feb 2012}{São Paulo, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{Deploy and maintain DNS, Web, email servers and load
balancing appliance}
\end{itemize}
%%%%%%%%%%%%%
%Experience 7
%%%%%%%%%%%%%
\cvevent{Linux consultant}{4Linux - Free Software Solutions}
{Sept 2010 -- Sept 2012}{São Paulo, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{Design, deploy and support critical and high available
infrastructures}
\end{itemize}
%%%%%%%%%%%%%
%Experience 8
%%%%%%%%%%%%%
\cvevent{Java Developer}{LINT - Londrina Tecnologia da Informação S.A.}
{2007 -- 2008}{Londrina, BR}
\begin{itemize}
\setlength{\itemindent}{0.5em}
\item[--] \small{Design, deploy and support critical and high available
infrastructures}
\end{itemize}
\medskip
\end{document}