-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.tex
executable file
·216 lines (188 loc) · 9.03 KB
/
resume.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
%-------------------------
% Resume in Latex
% Author : LYSANDRO CARIOCA BRAGA
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
% Ensure that generate pdf is machine readable/ATS parsable
%\input glyphtounicode
%\pdfgentounicode=1
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{fontawesome}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubSubheading}[2]{
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{http://linkedin.com/in/lysandroc}{\Large LYSANDRO CARIOCA BRAGA}} & Montreal, QC, Canada\\
\href{https://linkedin.com/in/lysandroc}{\faLinkedin \ @lysandroc}
\href{https://github.com/lysandroc}{\faGithub \ @lysandroc} & Mobile: +1 (438) 466-8370\\
\textbf{}{} & Email: \href{mailto:[email protected]}{[email protected]} \\
\end{tabular*}
\hfill \break
Software engineer with ten years of experience developing and scaling applications. Outstanding problem solver with an aptitude for troubleshooting and the ability to quickly master new skill technology.
%--------PROGRAMMING SKILLS------------
\section{Programming Skills}
\resumeSubHeadingListStart
{\item
\textbf{Languages}{: Javascript, Typescript, Golang, Java and SQL}
}
\hfill
{\item
\textbf{Technologies}{: React, Jest, NodeJS, GraphQL, AWS, Kubernetes, RabbitMQ, CouchDB and MongoDB}
}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Stay22} {}
{Senior Software Engineer}{Nov. 2021 - Present}
\resumeItemListStart
\resumeItem{\href{https://stay22.com/search}{Map} and \href{https://hub.stay22.com}{Hub} }
{Developing the next map generation at \href{https://stay22.com/}{Stay22}. The backend stack has Typescript, Nodejs, MongoDB and Go. In the Frontend we use Typescript, React, Vue, MapLibre and Styled Components. I also maintain internal common libraries shared between our internal products.}
\resumeItemListEnd
\resumeSubheading
{SysMap Solutions Software} {}
{Senior Software Engineer}{Feb. 2021 - Oct. 2021}
\resumeItemListStart
\resumeItem{Global Relationship Platform}
{A new product for \href{https://en.wikipedia.org/wiki/Natura_Co}{Natura\&Co} to keep tracking of the beauty consultant relationship time in several countries. Implemented an event-driven design architecture to scale asynchronous relationship timing using AWS Lambda, SQS, NodeJS, and Scylla DB. Added new features ReactJS/Nodejs application. I've used Jenkins, Docker, Kubernetes, Grafana and Kibana as a part of the devops process to scale and monitor the application.}
\resumeItemListEnd
\resumeSubheading
{Instituto Atlântico} {}
{Senior Software Engineer}{Apr. 2020 - Feb. 2021}
\resumeItemListStart
\resumeItem{\href{https://www.printos.com}{3D Printer Dashboard}}
{Developed a system a as service for HP that shows all information about 3D printer usage. Implemented a thin REST layer written in Golang that reads information from the AWS Redshift; Created dashboards from Figma using React, React Hooks, Typescript; Contributed to the internal DevOps organization creating yaml template steps used across multiple teams. }
\resumeItemListEnd
\resumeSubheading
{\href{https://osf.digital/}{OSF Digital}} {}
{Senior Software Engineer}{May 2019 - Apr. 2020}
\resumeItemListStart
\resumeItem{\href{https://autocompra.caixavidaeprevidencia.com.br/previdencia/objetivo}{Private Pension}}
{A solution that offers a private pension fund to customers. Developed a web application from scratch using ReactJS, React Hooks, Context API, RTL, and Styled Components from Sketch UI; Code was covered by 85\% of unit testing; Led a team of three developers to build an end to end testing project using the cypress framework. }
% \resumeItem{Open Banking API}
% {Open Banking is a project that reduces the bank transaction price for customers. Implemented an application using ReactJS that reads API Specification and shows samples on how to use this in different languages; Implemented new rules using Java and RabbitMQ inside the event-driven flow that processes data asynchronously.}
\resumeItemListEnd
\resumeSubheading
{\href{https://www.paguemenos.com.br/}{Drugstore Pague Menos}}{Fortaleza, CE}
{ Tech Lead, Senior Software Engineer}{Aug. 2013 - Apr. 2019}
\resumeItemListStart
% \resumeItem{Leadership}
% {Led a team of ten during three years to develop supply chain solutions for five warehouses and more than a thousand stores.}
\resumeItem{Last Chance}
{A system that applies discounts for products near expiration date used by more than a thousand stores. I developed this application using ReactJS and .NET Core within five months and it increased the sales by around a million dollars monthly. }
\resumeItem{Warehouse Order Picking System}
{A distributed system and data over CouchDB used to check and validate the picking process using the pick box method. Implemented a sample method algorithm to pick random boxes and reduce issues using Javascript; Optimized routines to clean up the local database on hundreds of workstations using NodeJS; Optimized the picking process from 2 hours to 5 minutes grouping them by transport routes. }
\resumeItemListEnd
% \resumeSubSubheading
% {Software Developer Intern}{Feb. 2013 - Aug. 2013}
% \resumeItemListStart
% \resumeItem{Maintainer}
% {Included SQL queries in the purchases and sales reports; Implemented a new application using ASP.NET to record client information by pharmacists.}
% \resumeItemListEnd
\resumeSubHeadingListEnd
% --------Multiple Positions Heading------------
% \resumeSubSubheading
% {Software Engineer I}{Oct 2014 - Sep 2016}
% \resumeItemListStart
% \resumeItem{Apache Beam}
% {Apache Beam is a unified model for defining both batch and streaming data-parallel processing pipelines}
% \resumeItemListEnd
% \resumeSubHeadingListEnd
%-------------------------------------------
%-----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Postgraduate Diploma in Software Engineering}{Fortaleza, CE}
{Universidade Estadual do Ceara}{May. 2017 -- Feb. 2019}
\resumeSubheading
{Associate of Science in Computer Science}{Fortaleza, CE}
{Faculdade Tecnologica Lourenço Filho}{Feb. 2012 -- Dec. 2014}
% \resumeSubheading
% {EEEP Santa Rita}{Maranguape, CE}
% {Computer Technician}{Feb. 2009 -- Dec. 2011}
\resumeSubHeadingListEnd
%-----------PROJECTS-----------------
%\section{Projects}
% \resumeSubHeadingListStart
% \resumeSubItem{QuantSoftware Toolkit}
% {Open source python library for financial data analysis and machine learning for finance.}
% \resumeSubItem{Github Visualization}
% {Data Visualization of Git Log data using D3 to analyze project trends over time.}
% \resumeSubItem{Recommendation System}
% {Music and Movie recommender systems using collaborative filtering on public datasets.}
% \resumeSubItem{Mac Setup}
% {Book that gives step by step instructions on setting up developer environment on Mac OS.}
% \resumeSubHeadingListEnd
%
%
%--------PROGRAMMING SKILLS------------
%\section{Programming Skills}
% \resumeSubHeadingListStart
% \item{
% \textbf{Languages}{: Scala, Python, Javascript, C++, SQL, Java}
% \hfill
% \textbf{Technologies}{: AWS, Play, React, Kafka, GCE}
% }
% \resumeSubHeadingListEnd
%-------------------------------------------
\end{document}