-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcv.tex
More file actions
192 lines (148 loc) · 5.52 KB
/
cv.tex
File metadata and controls
192 lines (148 loc) · 5.52 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV for A4 paper format
% XeLaTeX Template
% Version 1.1
%
% A4 version author:
% Marvin Frommhold (depressiverobot.com)
% https://github.com/depressiveRobot/friggeri-cv-a4
%
% Original author:
% Adrien Friggeri (adrien@friggeri.net)
% https://github.com/afriggeri/CV
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
% !TEX program = xelatex
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Options
% 'print': remove colors from this template for printing
% 'nocolors' to disable colors in section headers
\documentclass[]{cv-a4}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{multicol}
\begin{document}
\header{Grégoire}{Morpain}{Cloud Architect} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------
\begin{aside} % In the aside, each new line forces a line break
\section{contact}
\href{mailto:gregoire.morpain@gmail.com}{gregoire.morpain@gmail.com}
\href{https://www.linkedin.com/in/gregoiremorpain/en}{linkedin://gregoiremorpain}
\href{https://github.com/wnkz}{github://wnkz}
\href{https://www.credly.com/users/gregoire-morpain/badges}{aws://certs}
\section{languages}
french mother tongue
english fluency
\section{skills}
Python
CloudFormation, Terraform
Containers
...
\end{aside}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{experience}
\begin{entrylist}
%------------------------------------------------
\entry
{2018--now}
{Mangrove}
{Bordeaux, France}
{
\emph{Founder \& Chief Cloud Architect} \\
I'm designing and building Machine Learning based applications on AWS
for our customers.
}
\entry
{2014--2018}
{PredicSis}
{Paris, France}
{
\emph{DevOps Engineer} \\
I was in charge of the whole AWS cloud architecture and automation as well as CI/CD cycles of various projects.
}
\entry
{2012--2014}
{BSO Network Solutions}
{Paris, France}
{
\emph{Systems Engineer} \\
As an engineer at BSO, I am responsible for the outsourcing of client's platforms sometimes larger than 200 hosts. I am also in charge of the integration of new solutions, providing advices to the customer and doing level 2 \& 3 support.
}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{education}
\begin{entrylist}
%------------------------------------------------
\entry
{2008--2013}
{Expert {\normalfont in Information Technologies}}
{EPITECH, France}
{EPITECH has an innovative methodology based on projects, group work and autonomy which allowed me to turn my passion into a real expertise.}
%------------------------------------------------
\entry
{2011--2012}
{Computer Science {\normalfont exchange student}}
{Concordia University, Canada}
{During two semesters at Concordia University, I had the opportunity to study computer science in this prestigious university.}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% CERTIFICATIONS SECTION
%----------------------------------------------------------------------------------------
\section{certifications}
\begin{multicols}{3}
\begin{center}
\includegraphics[width=0.45\linewidth]{images/AWS-DevOpsEngineer-Professional-2020.png}
\includegraphics[width=0.45\linewidth]{images/AWS-Developer-Associate-2020.png}
\includegraphics[width=0.45\linewidth]{images/AWS-SysOpAdmin-Associate-2020.png}
\end{center}
\vfill\null
\columnbreak
\begin{center}
\includegraphics[width=0.45\linewidth]{images/AWS-SolArchitect-Professional-2020.png}
\includegraphics[width=0.45\linewidth]{images/AWS-SolArchitect-Associate-2020.png}
\end{center}
\vfill\null
\columnbreak
\begin{center}
\includegraphics[width=0.45\linewidth]{images/AWS-Security-Specialty-2020.png}
\includegraphics[width=0.45\linewidth]{images/AWS-BigData-Specialty-2020.png}
\includegraphics[width=0.45\linewidth]{images/AWS-MachineLearning-Specialty-2020.png}
\end{center}
\vfill\null
\end{multicols}
%----------------------------------------------------------------------------------------
% MISC SECTION
%----------------------------------------------------------------------------------------
\section{miscellaneous}
\begin{entrylist}
\entry
{2019--now}
{Bordeaux AWS User Group Organizer}
{Bordeaux, France}
{
Managing \emph{\href{https://www.meetup.com/fr-FR/Bordeaux-Amazon-Web-Services/}{Bordeaux AWS User Group}},
a \~{}700 users regional group to learn and talk about AWS.
}
%------------------------------------------------
\entry
{2017}
{AWS Summit Paris}
{Caroussel du Louvre, Paris, France}
{\emph{\href{https://youtu.be/54cwFTMPxOo}{DevOps on AWS} } -- Presented the way we automated the creation of an AMI for the AWS Marketplace using AWS services and open-source software.}
%------------------------------------------------
\end{entrylist}
\end{document}