-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.tex
More file actions
260 lines (238 loc) · 8.58 KB
/
Copy pathcv.tex
File metadata and controls
260 lines (238 loc) · 8.58 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
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
%!TEX TS-program = xelatex
\documentclass[]{friggeri-cv}
\usepackage{afterpage}
\usepackage{hyperref}
\usepackage{color}
\usepackage{xcolor}
\usepackage{smartdiagram}
\usepackage{fontspec}
% if you want to add fontawesome package
% you need to compile the tex file with LuaLaTeX
% References:
% http://texdoc.net/texmf-dist/doc/latex/fontawesome/fontawesome.pdf
% https://www.ctan.org/tex-archive/fonts/fontawesome?lang=en
% \usepackage{fontawesome}
\usepackage{metalogo}
% \usepackage{dtk-logos}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{mindmap,shadows}
\hypersetup{
pdftitle={},
pdfauthor={},
pdfsubject={},
pdfkeywords={},
colorlinks=false, % no lik border color
allbordercolors=white % white border color for all
}
\smartdiagramset{
bubble center node font = \footnotesize,
bubble node font = \footnotesize,
% specifies the minimum size of the bubble center node
bubble center node size = 0.5cm,
% specifies the minimum size of the bubbles
bubble node size = 0.5cm,
% specifies which is the distance among the bubble center node and the other bubbles
distance center/other bubbles = 0.3cm,
% sets the distance from the text to the border of the bubble center node
distance text center bubble = 0.5cm,
% set center bubble color
bubble center node color = pblue,
% define the list of colors usable in the diagram
set color list = {lightgray, materialcyan, orange, green, materialorange, materialteal, materialamber, materialindigo, materialgreen, materiallime},
% sets the opacity at which the bubbles are shown
bubble fill opacity = 0.6,
% sets the opacity at which the bubble text is shown
bubble text opacity = 0.5,
}
\addbibresource{bibliography.bib}
\RequirePackage{xcolor}
\definecolor{pblue}{HTML}{0395DE}
\begin{document}
\header{Mathieu}{Neron}
{Software Engineer}
% Fake text to add separator
\fcolorbox{white}{gray}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{%
.....
}}
% In the aside, each new line forces a line break
\begin{aside}
\includegraphics[scale=0.18]{img/mathieu.png}
\section{Address}
614 8th Ave
San Francisco, CA
94118
United States
~
\section{Tel}
628-358-8813
~
\section{Mail}
\href{mailto:[email protected]}{\textbf{mathieu.neron.ing@}\\gmail.com}
~
\section{Web \& Git}
\href{https://ca.linkedin.com/in/mathieu-n\%C3\%A9ron-b4419522}{Linkedin profile}
\href{https://github.com/mathieu-neron}{Github account}
~
% use \hspace{} or \vspace{} to change bubble size, if needed
\section{Programming}
\smartdiagram[bubble diagram]{
\textbf{Java/Spring},
\textbf{C/C++},
\textbf{Python},
\textbf{REST/GraphQL},
\textbf{React},
\textbf{Angular},
\textbf{JS/Typescript},
\textbf{C\#/.NET}
}
~
\section{Personal Skills}
\smartdiagram[bubble diagram]{
\textbf{Team}\\\textbf{Player},
\textbf{Initiative},
\textbf{Curiosity},
\textbf{Problem}\\\textbf{Solving},
\textbf{\vspace{2mm}Learn/Teach\vspace{2mm}}
}
~
\end{aside}
~
\section{Summary}
Software engineer with over 15 years of cumulative professional/internship experience. Versatile, bilingual professional with expertise from projects in the aerospace, gaming, consulting, e-signature, fintech and data visualization industry.
\section{Experience}
\begin{entrylist}
\entry
{2023--}
{Highnote}
{San Francisco, United States}
{\emph{Senior Software Engineer} (Java, Typescript, GraphQL, GCP, Temporal, Elastic Search, Python)
\begin{itemize}
\item \textbf{Enhanced} the rule engine by enabling all types of rule removal and archiving for the operational risk team.
\item \textbf{Trailblazed} a new geolocation rule, providing a better tracking analysis on 1.5M+ monthly card transactions through customizable geofencing.
\item \textbf{Galvanized} my team into adopting new technologies, like Elastic Search and Temporal, by being the first developer to tackle initiatives using them.
\item \textbf{Established} new blocking mechanisms on fraudulent account holders, by preventing them from performing certain specific actions (perform card transactions, account creation, etc.).
\item \textbf{Introduced} Twilio as our new core SMS provider and supported teams doing the surgical switch from AWS Pinpoint. Leveraged this new provider to introduce a bi-directional actionable fraud detection conversation workflow (using Temporal) for our subscribers.
\item \textbf{Improved} Highnote's natural language querying capabilities with fuzzy search support, by enhancing our ANTLR parser/lexer rules.
\end{itemize}
}
\end{entrylist}
\begin{entrylist}
\entry
{2019--2023}
{Tableau}
{Palo Alto, United States}
{\emph{Senior Software Engineer -> LMTS} (React/Redux, Typescript, Java, C++/Qt)
\begin{itemize}
\item \textbf{Improved} on the newly released Object Graph project in the Data pane of Tableau, by adding transition animations, updated tooltips, alphabetical sorting in the graph, rerooting, etc.
\item \textbf{Contributed} to the hybridization of a new Data Preview Area module to showcase the metadata/data grid + embedded relationship editor.
\item \textbf{Onboarded} a new AI predictive model content type within Tableau Server, in order to integrate with Salesforce's Einstein discovery, contributing to 93+ Billion predictions per day.
\end{itemize}
}
\end{entrylist}
\begin{entrylist}
\entry
{2016--2019}
{Paysafe}
{Montréal, Canada}
{\emph{Java Developer} (Angular 2+, Typescript, Java 7/8, Spring, Oracle)
\begin{itemize}
\item \textbf{Innovated} on a new frontend project in Angular 2+ for the new Merchant Portal application.
\item \textbf{Invigorated} the Netbanx codebase by fixing bugs, adding unit tests. removing errors/warnings and implementing new features.
\item \textbf{Slashed} execution time of frontend tests by a factor of six by switching from PhantomJs to the Nightmare browser automation library.
\end{itemize}
}
\end{entrylist}
\begin{entrylist}
\entry
{2014--2016}
{eSignLive}
{Montréal, Canada}
{\emph{Java Developer} (Java 7/8, Guava, Spring, AWS, MySQL)
\begin{itemize}
\item \textbf{Reduced} downtime of the Windows document converter by 50\%.
\item \textbf{Integrated} technologies: Equifax, Twilio, PDFBox, Google Noto Fonts.
\end{itemize}
}
\end{entrylist}
\begin{entrylist}
\entry
{2012--2014}
{Avanade}
{Montréal, Canada}
{\emph{Application Developer:}
}
\end{entrylist}
\begin{aside}
~
~
~
\section{Languages}
\textbf{French}\includegraphics[scale=0.40]{img/5stars.png}
\textbf{English}\includegraphics[scale=0.40]{img/4stars.png}
~
\end{aside}
%----------------------------------------------------------------------------------------
% INTERNSHIP EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Internship Experience}
\begin{entrylist}
\entry
{2011}
{Electronic Arts Canada}
{Burnaby, Canada}
{\emph{Software Engineer Intern} (C\#/.NET, C++)
\begin{itemize}
\item \textbf{Implemented} a distributed system managing thousands of automated online bots to load test SSX's multiplayer server; showcased at Gamescom in Germany.
\end{itemize}}
\end{entrylist}
\begin{entrylist}
\entry
{2010}
{Autodesk}
{Montréal, Canada}
{\emph{Software Engineer Intern} (C++, Qt, Python)
\begin{itemize}
\item \textbf{Developed} an animation plug-in inside Maya using C++ and Qt with the Games team.
\end{itemize}}
\end{entrylist}
\begin{entrylist}
\entry
{2009}
{Ubisoft}
{Québec, Canada}
{\emph{QA Developer Intern} (C\#/.NET)}
\end{entrylist}
\begin{entrylist}
\entry
{2008}
{Lockheed Martin}
{Montréal, Canada}
{\emph{Software Evaluator Intern}}
\end{entrylist}
\section{Education}
\begin{entrylist}
\entry
{2007--2011}
{Bachelor {\normalfont of Computer Engineering}}
{Université de Sherbrooke}
{Specialization in Software Engineering \& Artificial Intelligence}
\end{entrylist}
%----------------------------------------------------------------------------------------
% CERTIFICATIONS \& CONFERENCES SECTION
%----------------------------------------------------------------------------------------
\section{Certifications/Courses \& Conferences}
\begin{itemize}
\item Angular 2 Professional Certification (December 2016)
\item QCon New York 2018 Conference
\item Tableau 2019 Boot Camp
\item Educative.io: Mastering Big Data with Apache Spark and Java + Fundamentals of AWS
\item Elastic Search: Semantic search excellence: Getting started with AI
\end{itemize}
\begin{flushleft}
\emph{Jan 10th, 2026}
\end{flushleft}
\begin{flushright}
\emph{Mathieu Neron}
\end{flushright}
\end{document}