-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglish.tex
110 lines (85 loc) · 3.94 KB
/
english.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
\documentclass[10pt,a4paper,sans]{moderncv}
% moderncv themes
\moderncvstyle{classic}
\moderncvcolor{blue}
% character encoding
\usepackage[utf8]{inputenc}
% adjust the page margins
\usepackage[scale=0.80]{geometry}
\setlength{\hintscolumnwidth}{3.4cm} % the width of the column with the dates
% personal data
\name{Benjamin}{Collet}
\title{Software Engineer}
\address{26 rue Général Ferrié}{38100 Grenoble, France}{}
\phone[mobile]{+33~6~95~36~00~58}
\email{[email protected]}
\social[linkedin][www.linkedin.com/in/benjamin-collet]{linkedin.com/in/benjamin-collet}
\social[github][github.com/mrBen]{github.com/mrBen}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
\makecvtitle
\section{Professional experiences}
\cventry{Since July 2021}{Sopra Steria}{Software Engineer}{France}{Following of the previous mission}{}
\cventry{Oct. 2019 -- June 2021}{Lennatech (for Sopra Steria)}{Software Engineer}{France}{}{
\begin{itemize}
\item Maintenance and support of production management softwares at STMicroelectronics Crolles
\begin{itemize}
\item Need to \textbf{quickly understand} a complex functional domain
\item Creation and deployment of tools to help with code quality (automatic testing, static analysis)
\end{itemize}
\end{itemize}}
\cventry{Feb. -- July 2019}{LocalSolver}{Trainee}{France}{}{
\begin{itemize}
\item Lower bounds computation for vehicle routing problems (delayed column generation)
\begin{itemize}
\item Application of the state of the art, \textbf{will to learn}
\end{itemize}
\item Rewritting of the licensing system for a client--server model
\begin{itemize}
\item \textbf{Adaptation} to requests, and also \textbf{proactive}
\end{itemize}
\end{itemize}}
\cventry{Feb. -- June 2018}{Verimag (research laboratory)}{M1 Trainee}{France}{}{
\begin{itemize}
\item Modeling of network topology using the Coq Proof Assistant
\begin{itemize}
\item Improvement of my \textbf{abstraction abilities}
\end{itemize}
\end{itemize}}
\cventry{April -- June 2016}{LISTIC (research laboratory)}{Undergraduate Trainee}{France}{}{
\begin{itemize}
\item Conception of a parser between two mathematical languages
\item Realisation of a ergonomic graphical user interface
\end{itemize}}
\section{Education}
\cventry{2017 -- 2019}{Master}{Université Grenoble Alpes}{France}{}{Master of Science in Informatics at Grenoble (MoSIG)
\begin{itemize}
\item Specialization in \textbf{Operations Research, Combinatorics and Optimization}
\begin{itemize}
\item Combinatorial Optimization and Graph Theory
\item Advanced Heuristic and Approximation Algorithms
\item Optimization under Uncertainty
\end{itemize}
\end{itemize}}
\cventry{2016 -- 2017}{Erasmus bachelor}{Oulu University of Applied Sciences}{Finland}{}{Information and Communications technology
\begin{itemize}
\item Abroad studies: english, \textbf{adaptation} to another culture, \textbf{autonomy}
\item Company projects, \textbf{teamwork}
\end{itemize}}
\cventry{2014 -- 2016}{Associate's degree}{IUT of Annecy}{France}{}{Information technology
\begin{itemize}
\item Software and database conception
\item Basis of economy, management and communication
\end{itemize}}
\section{Languages and Skills}
\cvdoubleitem{English}{Fluent (C1)} {Programming in}{C/C++, Python, Java, C\#}
\cvdoubleitem{French}{Native speaker}{Proficiency with}{.NET, Java EE, SQL, Linux}
\section{Hobbies and Interests}
\cvitem{IT}{Coding for fun, personal project or online contest (CodinGame).\newline
Many install and config of GNU/Linux systems, on personnal comupter and server.}
\vspace{5pt}
\cvitem{Sport}{Kung fu black belt, 8 year of practice and a trip to China.\newline
It help me to be \textbf{rigorous} and \textbf{persistent}.}
\end{document}