Compare commits
No commits in common. 'a2898651d1144dc66dcd34c908cde87b3593ffd2' and '449085e1f5ae9787cc60ca25d398e6f76f5bbc30' have entirely different histories.
a2898651d1
...
449085e1f5
Binary file not shown.
Binary file not shown.
@ -1,89 +0,0 @@
|
||||
%% start of file `template.tex'.
|
||||
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
|
||||
\documentclass[11pt,letterpaper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
||||
|
||||
% moderncv themes
|
||||
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
|
||||
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
||||
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
|
||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||
|
||||
% character encoding
|
||||
%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
|
||||
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
|
||||
|
||||
% adjust the page margins
|
||||
\usepackage[scale=0.75]{geometry}
|
||||
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
|
||||
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
|
||||
|
||||
\usepackage[french]{babel}
|
||||
|
||||
% personal data
|
||||
\name{Olivier}{Provost}
|
||||
\title{Resumé title} % optional, remove / comment the line if not wanted
|
||||
%\address{4865 Ave. Bessborough}{Montr\'eal, Qu\'ebec}{Canada H4V 2S2}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
|
||||
\phone[mobile]{(514) 430-4454}
|
||||
%\phone[fixed]{+2~(345)~678~901}
|
||||
%\phone[fax]{+3~(456)~789~012}
|
||||
\email{olivierprovost1@outlook.com} % optional, remove / comment the line if not wanted
|
||||
%\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
|
||||
\social[linkedin][https://www.linkedin.com/in/olivierprovost1/]{provostpaul} % optional, remove / comment the line % optional, remove / comment the line if not wanted
|
||||
%\social[twitter]{jdoe} % optional, remove / comment the line if not wanted
|
||||
%\social[github]{jdoe} % optional, remove / comment the line if not wanted
|
||||
%\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
||||
%\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
|
||||
%\quote{Some quote} % optional, remove / comment the line if not wanted
|
||||
|
||||
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
|
||||
%\makeatletter
|
||||
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
|
||||
%\makeatother
|
||||
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
|
||||
|
||||
% bibliography with mutiple entries
|
||||
%\usepackage{multibib}
|
||||
%\newcites{book,misc}{{Books},{Others}}
|
||||
%----------------------------------------------------------------------------------
|
||||
% content
|
||||
%----------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
%----- letter ---------------------------------------------------------
|
||||
% recipient data
|
||||
\recipient{Solutions Techso}{Équipe de recrutement}
|
||||
\date{22 septembre, 2023}
|
||||
\opening{À l'équipe de recrutement,}
|
||||
\closing{Respectueusement,}
|
||||
%\enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
|
||||
\makelettertitle
|
||||
|
||||
\begingroup% locally change the value for \parskip
|
||||
\parskip 12pt
|
||||
|
||||
|
||||
Veuillez accepter ma candidature pour un poste d'administration junior de bases de données chez Mediaocean. Ce serait
|
||||
une excellente opportunité pour moi de faire partie de votre équipe et je serai certainement un excellent candidat pour votre équipe.
|
||||
|
||||
J'ai excellé dans tous mes cours à l'école : qu'il s'agisse de bases de données, de développement web ou d'orientation objet
|
||||
programmation et je suis toujours à la recherche de nouvelles opportunités pour élargir ma liste de compétences en informatique.
|
||||
|
||||
Je suis doué pour travailler en équipe ou seul, toujours à l'écoute et en prenant mon temps pour apprendre des autres
|
||||
tout en exprimant mes idées pour que tout le monde en profite.
|
||||
|
||||
Merci pour votre temps et votre considération.
|
||||
|
||||
\endgroup %parskip override
|
||||
|
||||
\makeletterclosing
|
||||
|
||||
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
|
||||
\end{document}
|
||||
|
||||
|
||||
%% end of file `template.tex'.
|
||||
Binary file not shown.
Binary file not shown.
@ -1,107 +0,0 @@
|
||||
%% start of file `template.tex'.
|
||||
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
|
||||
%
|
||||
% This work may be distributed and/or modified under the
|
||||
% conditions of the LaTeX Project Public License version 1.3c,
|
||||
% available at http://www.latex-project.org/lppl/.
|
||||
|
||||
|
||||
\documentclass[11pt,letterpaper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
|
||||
|
||||
% moderncv themes
|
||||
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
|
||||
\moderncvcolor{green} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
|
||||
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
|
||||
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
|
||||
|
||||
% character encoding
|
||||
%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
|
||||
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
|
||||
|
||||
% adjust the page margins
|
||||
\usepackage[scale=0.75, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
|
||||
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
|
||||
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
|
||||
|
||||
% hyphenation control
|
||||
\hyphenation{infra-structure}
|
||||
|
||||
% personal data
|
||||
\name{Olivier}{Provost}
|
||||
\title{Analyste programmeur junior} % optional, remove / comment the line if not wanted
|
||||
\address{}{Montréal, Québec}{}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
|
||||
\phone[mobile]{+1~(514)~430~4454} % optional, remove / comment the line if not wanted; the optional "type" of the phone can be "mobile" (default), "fixed" or "fax"
|
||||
%\phone[fixed]{+1~(514)~485~0460}
|
||||
%\phone[fax]{+3~(456)~789~012}
|
||||
\email{olivierprovost1@outlook.com} % optional, remove / comment the line if not wanted
|
||||
%\homepage{paul.provost.work} % optional, remove / comment the line if not wanted
|
||||
\social[linkedin][www.linkedin.com/in/olivierprovost1]{olivierprovost1} % optional, remove / comment the line if not wanted
|
||||
%\social[twitter]{jdoe} % optional, remove / comment the line if not wanted
|
||||
%\social[github]{jdoe} % optional, remove / comment the line if not wanted
|
||||
%\extrainfo{additional information} % optional, remove / comment the line if not wanted
|
||||
%\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
|
||||
%\quote{Nouveau gradué en informatique} % optional, remove / comment the line if not wanted
|
||||
|
||||
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
|
||||
%\makeatletter
|
||||
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
|
||||
%\makeatother
|
||||
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
|
||||
|
||||
% bibliography with mutiple entries
|
||||
%\usepackage{multibib}
|
||||
%\newcites{book,misc}{{Books},{Others}}
|
||||
%----------------------------------------------------------------------------------
|
||||
% content
|
||||
%----------------------------------------------------------------------------------
|
||||
\begin{document}
|
||||
%\begin{CJK*}{UTF8}{gbsn} % to typeset your resume in Chinese using CJK
|
||||
%----- resume ---------------------------------------------------------
|
||||
\makecvtitle
|
||||
|
||||
\vspace*{-12mm}
|
||||
|
||||
\section{Résumé}
|
||||
Développeur de logiciels junior, motivé et avec une expertise en C\#. Possède une expérience pratique avec le moteur Unity. Compétent dans la résolution de problèmes et animé par le désir de produire du code élégant et soigné. Joueur d'équipe collaboratif prêt à exceller dans un environnement de développement dynamique. Mes compétences principales sont:
|
||||
\setlength{\tabcolsep}{7pt}
|
||||
\begin{center}
|
||||
\begin{tabular}{l|l|l}
|
||||
Habileté à travailler sous court délais & Bon membre d'équipe & Capable de communiquer facilement \\
|
||||
Passionné \& Dynamique & Toujours en apprentissage & Jamais à court d'idées
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
\section{Compétences}
|
||||
\cvitem{Programmation}{C\#/WPF, C/C++, Bash, Python, HTML, CSS, PHP, JS, SQL, ORACLE, MongoDB}
|
||||
\cvitem{Outils}{Visual Studio, ASP.NET, Perforce, git, Apex Oracle, Unreal Engine 5, Unity, Microsoft Office suite}
|
||||
\cvitem{Méthodologies}{SCRUM / Agile}
|
||||
\cvitem{Langages}{Français et Anglais, toutes deux langues courrament parlé}
|
||||
|
||||
\section{Expériences de travail}
|
||||
|
||||
\cventry{Jan. 2023 -- Août 2023}{Analyste programmeur junior}{Logiciels Ex-L-Tec}{Trois-Rivières}{}{J'ai travaillé sur des applications sur mesure pour des clients.%
|
||||
\begin{itemize}%
|
||||
\item{J'ai créé et maintenu une base de données de plus de 100 tables pour une application cliente en SQL. }
|
||||
\item{J'ai travaillé en Apex Oracle avec CSS, HTML, JavaScript et PL\_SQL pour faire des pages faciles d'utilisation pour les besoins et les attentes des clients.}
|
||||
\item{Pour toutes questions ou recommendations, prière de contacter Pierre Blais à pierre.blais@ex-l-tec.com.}
|
||||
\end{itemize}
|
||||
}
|
||||
|
||||
\section{Diplômes}
|
||||
\cventry{2023}{Tech. Informatique}{Collège Lionel-Groulx}{Sainte-Thérèse}{}{} % arguments 3 to 6 can be left empty
|
||||
\cventry{2020}{D.E.C. Science Humaine}{Cégep Saint-Laurent}{Montréal}{}{}
|
||||
|
||||
\section{Autres formations}
|
||||
\cventry{}{Classes en engin de jeu (formation C++ et Unreal)}{GameDev.tv}{}{}{} % arguments 3 to 6 can be left empty
|
||||
\cventry{}{Diversité et inclusion}{Cours extracurriculaire au Cégep Saint-Laurent}{}{}{} % arguments 3 to 6 can be left empty
|
||||
\cventry{}{Travailler avec le stress}{Cours extracurriculaire au College Lionel-Groulx}{}{}{} % arguments 3 to 6 can be left empty
|
||||
\section{Intérêts}
|
||||
\cvitem{Bricoleur}{J'aime penser et développer des nouveaux projets pour en faire des outils pratique et facile à utiliser}
|
||||
\cvitem{Programmation}{Je me tiens toujours informé sur les dernières nouvelles du monde informatique.}
|
||||
\cvitem{Jeux vidéo}{J'aime faire des compétitions de conceptions de jeux autant que de jouer à des jeux avec une bonne histoire.}
|
||||
\cvitem{Sports}{Soccer, Entraînement.}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
%% end of file `template.tex'.
|
||||
Loading…
Reference in New Issue