Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
rawool committed Dec 22, 2024
1 parent e6efa6b commit 0ee87c1
Show file tree
Hide file tree
Showing 17 changed files with 434 additions and 15 deletions.
20 changes: 5 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
.PHONY: examples

CC = xelatex
EXAMPLES_DIR = examples
RESUME_DIR = examples/resume
CV_DIR = examples/cv
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
CV_DIR = ./cv
OUTPUT_DIR = ./output
CV_SRCS = $(shell find $(CV_DIR) -name '*.tex')

examples: $(foreach x, coverletter cv resume, $x.pdf)

resume.pdf: $(EXAMPLES_DIR)/resume.tex $(RESUME_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

cv.pdf: $(EXAMPLES_DIR)/cv.tex $(CV_SRCS)
$(CC) -output-directory=$(EXAMPLES_DIR) $<

coverletter.pdf: $(EXAMPLES_DIR)/coverletter.tex
$(CC) -output-directory=$(EXAMPLES_DIR) $<
cv.pdf: ./cv.tex $(CV_SRCS)
$(CC) -output-directory=$(OUTPUT_DIR) $<

clean:
rm -rf $(EXAMPLES_DIR)/*.pdf
rm -rf $(OUTPUT_DIR)/*.pdf
90 changes: 90 additions & 0 deletions cv.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Awesome Resume/CV
% XeLaTeX Template
% Version 1.3 (30/3/2020)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Claud D. Park (posquit0.bj@gmail.com) with modifications by
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template must be compiled with XeLaTeX, the below lines will ensure this
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------

\documentclass[11pt, a4paper]{awesome-cv} % A4 paper size by default, use 'letterpaper' for US letter

\geometry{left=2cm, top=1.5cm, right=2cm, bottom=2cm, footskip=.5cm} % Configure page margins with geometry

\fontdir[fonts/] % Specify the location of the included fonts

% Color for highlights
\colorlet{awesome}{awesome-darknight} % Default colors include: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange, awesome-nephritis, awesome-concrete, awesome-darknight
%\definecolor{awesome}{HTML}{CA63A8} % Uncomment if you would like to specify your own color

% Colors for text - uncomment and modify
%\definecolor{darktext}{HTML}{414141}
%\definecolor{text}{HTML}{414141}
%\definecolor{graytext}{HTML}{414141}
%\definecolor{lighttext}{HTML}{414141}

\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad} % If you would like to change the social information separator from a pipe (|) to something else

%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
% Comment any of the lines below if they are not required
%----------------------------------------------------------------------------------------

\name{Jonathan}{Vercoutre}
\address{1 rue de Seclin, 59000 Lille, France}
\mobile{(+33) 6.52.57.51.06}

\email{cv@rawool.net}
\homepage{jonathan.vercout.re}
\github{rawool}
%\linkedin{https://www.linkedin.com/in/jonathan-vercoutre-b44738191/}
\twitter{@rawool}
%\skype{skypeid}
%\stackoverflow{SOid}{SOname}
%\linkedin{linkedin name}
%\reddit{reddit account}
%\xing{xing name}
%\extrainfo{test} % Other text you want to include on this line

\position{Site Reliability Engineer} % Your expertise/fields
\quote{``Hope is not a strategy"} % A quote or statement

\makecvfooter{\today}{Jonathan Vercoutre~~~·~~~Résumé}{\thepage} % Specify the letter footer with 3 arguments: (<left>, <center>, <right>), leave any of these blank if they are not needed

%----------------------------------------------------------------------------------------

\begin{document}

\makecvheader % Print the header

%----------------------------------------------------------------------------------------
% CV/RESUME CONTENT
% Each section is imported separately, open each file in turn to modify content
%----------------------------------------------------------------------------------------

\input{cv/education.tex}
\input{cv/skills.tex}
\newpage % Force a new page for looks
\input{cv/experience.tex}
\input{cv/extracurricular.tex}

%----------------------------------------------------------------------------------------

\end{document}
44 changes: 44 additions & 0 deletions cv/education.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
%----------------------------------------------------------------------------------------
% SECTION TITLE
%----------------------------------------------------------------------------------------

\cvsection{Education}

%----------------------------------------------------------------------------------------
% SECTION CONTENT
%----------------------------------------------------------------------------------------

\begin{cventries}

\cventry
{Licence Pro DA2I (BSc in Comp. Sc.)} % Degree
{Université de Lille 1 - IUT A} % Institution
{Villeneuve d'Ascq, France} % Location
{2006 - 2007} % Date(s)
{ % Description(s) bullet points
\begin{cvitems}
\item {Internet software development and administration: specialization year focused on all the different services you can meet on the Internet with a big part of web.}
\end{cvitems}
}

\cventry
{DUT Informatique (two years degree in Comp. Sc.)} % Degree
{Université du Littoral Cote d'Opale - IUT } % Institution
{Calais, France} % Location
{2004 - 2006} % Date(s)
{ % Description(s) bullet points
\begin{cvitems}
\item {Specialization in Software engineering}
\end{cvitems}
}

\cventry
{Baccalauréat S - Major in Maths} % Degree
{Lycée Notre Dame de Sion} % Institution
{Saint-Omer, France} % Location
{2000 - 2004} % Date(s)
{ % Description(s) bullet points
\begin{cvitems}
\end{cvitems}
}
\end{cventries}
153 changes: 153 additions & 0 deletions cv/experience.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
%----------------------------------------------------------------------------------------
% SECTION TITLE
%----------------------------------------------------------------------------------------

\cvsection{Experience}

%----------------------------------------------------------------------------------------
% SECTION CONTENT
%----------------------------------------------------------------------------------------

\begin{cventries}

%------------------------------------------------

\cventry
{Site Reliability Engineer} % Job title
{Alma} % Organization
{Remote} % Location
{2021 - now} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item {Was the first Site Reliability Engineer when the Platform team was created. We are now a 12 people team that manages infrastucture (mostly cloud based), security, data and developer experience}
\item {All our work is based on Terraform, GCP, CloudFlare, Datadog, and Python.}
\item {Management of the whole Alma infrastucture in GCP : containers (K8S and serverless), queues, databases, load-balancers, etc}
\item {Migration from Python scripts to Terraform to manage infrastucture resources}
\item {Security and compliance : hardening, isolation, several different mTLS setups with internal CAs, etc.}
\item {Python scripting}
\item {Automation via GitHub Actions}
\item {Monitoring with Datadog (in Terraform) : logs, metrics, dashboards}
\item {On-call Level 2}
\end{cvitems}
}

%------------------------------------------------

\cventry
{DataOps} % Job title
{PeopleDoc} % Organization
{Remote} % Location
{2019 - 2021} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item {Was the first peep of a three people team responsible for being the glue between DBA, SRE and BI teams}
\item {All our work was based on Ansible, Airflow and Python}
\item Management of the BI servers : batch processes systems, Airflow and Looker servers (~150 servers)
\item Python scripting : batch processing (data exports/imports), Airflow plugins, API
\item Debian and Python packaging
\item First internal datawarehouse bootstrap
\item Technical support for BI analyst and Data engineers tool
\end{cvitems}
}

%------------------------------------------------

\cventry
{Site Reliability Engineer} % Job title
{PeopleDoc} % Organization
{Remote} % Location
{2018 - 2019} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item {Was part of team (5 people) responsible for the whole PeopleDoc infrastructure : web, dns, cache, queues, filers systems, etc. ~1000 servers in 7 AZ}
\item {Our work was very Ansible and Openstack centric and required a solid knowledge of the whole PeopleDoc systems to be efficient}
\end{cvitems}
}

%------------------------------------------------

\cventry
{Devops} % Job title
{OVH} % Organization
{Roubaix, France} % Location
{2015 - 2018} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item {Was part of team (5 people) in charge of the core services of OVH. We inherited of an old and unmaintained infrastructure and our mission was to make it stable, homogeneous and scalable}
\item {Our second mission was to maintain PCIDSS-ready infrastructure with the highest PCIDSS compliance level}
\item {Management of the internal information systems ; public web servers, databases, tasks workers, loadbalancers and many more (1K servers)}
\item {Management of the PCIDSS certified information systems for Private Cloud Cmputing service}
\item {Management of the PCIDSS certified payment system : OVH Secure Payment}
\item {Management of the corporate bastion hosts}
\item {Migration of old and unmaintained services to standard and hardened platfoms}
\item {Automation, configuration management, scripting}
\item {Security}
\item {Monitoring}
\item {Level 2 and 3 On-call}
\end{cvitems}
}

%------------------------------------------------

\cventry
{System Administrator} % Job title
{ISVTEC} % Organization
{Lyon, France} % Location
{2012 - 2015} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item Management of web, mail, SQL and DNS services on customer servers (300 servers)
\item Mail and web sites migrations without downtime
\item Services migration to scalable and fault-tolerant systems
\item Level 1 On-call
\end{cvitems}
}

%------------------------------------------------

\cventry
{System and Network Administrator} % Job title
{ICEDev} % Organization
{Lyon, France} % Location
{2011 - 2012} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item Management of customer web, mail and DNS services on our servers
\item Management of firewalls and network
\item Web sites and mail migrations
\item Datacenter operations
\item Helpdesk
\end{cvitems}
}

%------------------------------------------------

\cventry
{IT Consultant} % Job title
{Astek} % Organization
{Lyon, France} % Location
{2011} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item Maintain, repair and operations of several Unix systems
\end{cvitems}
}

%------------------------------------------------

\cventry
{System and Database Administrator} % Job title
{Acteos} % Organization
{Roubaix, France} % Location
{2007 - 2011} % Date(s)
{ % Description(s) of tasks/responsibilities
\begin{cvitems}
\item Management of internal infrastructure : Oracle databases, Oracle AS (70 servers)
\item Installations and migrations of Acteos products on-premise
\item Level 3 system and DB support
\end{cvitems}
}

%------------------------------------------------

\end{cventries}
68 changes: 68 additions & 0 deletions cv/extracurricular.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
%----------------------------------------------------------------------------------------
% SECTION TITLE
%----------------------------------------------------------------------------------------

\cvsection{Interests}

%----------------------------------------------------------------------------------------
% SECTION CONTENT
%----------------------------------------------------------------------------------------

\begin{cventries}

%------------------------------------------------

\cventry
{User} % Affiliation/role
{Free Software} % Organization/group
{} % Location
{Since 2000} % Date(s)
{ % Description(s) of experience/contributions/knowledge
\begin{cvitems}
\item {Free software lover since I understood what it is. I oriented my career around them and am convinced this is the best way to do software}
\end{cvitems}
}

%------------------------------------------------

\cventry
{Baby runner} % Affiliation/role
{Long Distance Running} % Organization/group
{} % Location
{Since 2018} % Date(s)
{ % Description(s) of experience/contributions/knowledge
\begin{cvitems}
\item {Learned to run to keep my peace of mind, from no experience to running a half-marathon under two hours in one year}
\end{cvitems}
}

%------------------------------------------------

\cventry
{Rusted gamer} % Affiliation/role
{Video games} % Organization/group
{} % Location
{Since 2018} % Date(s)
{ % Description(s) of experience/contributions/knowledge
\begin{cvitems}
\item {I grew up with a gamepad and kept it until now. From the Master System console to the current era, I played a lot. And I'd probably noscope you on Day of Defeat.}
\end{cvitems}
}

%------------------------------------------------

\cventry
{Baby Tofu} % Affiliation/role
{Vegetarism} % Organization/group
{} % Location
{Since 2019} % Date(s)
{ % Description(s) of experience/contributions/knowledge
\begin{cvitems}
\item {Learned to not eat animals to survive. Best decision of my life. I'm not a proselytist, your plate, your choice.}
\end{cvitems}
}

%------------------------------------------------


\end{cventries}
Loading

0 comments on commit 0ee87c1

Please sign in to comment.