cv/CV.tex
2022-10-02 14:02:29 +02:00

133 lines
5.2 KiB
TeX
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass{muratcan_cv}
\setname{Adrian}{Amaglio}
\setaddress{Lyon}
\setmobile{06 04 19 78 88}
\setmail{adrian@amaglio.fr}
\setposition{Work Student} %ignored for now
\setgiteaaccount{https://git.jean-cloud.net/adrian}
\setgithubaccount{https://github.com/adrianamaglio} %you can play with color of the template (red is also nice..)
\setthemecolor{red} %you can play with color of the template (red is also nice..)
\begin{document}
%Set variables
%You can add sections, texts, explanations just by copying the style below. Replace the dummy texts "\lipsum[1][x-x]\par" with actual texts.
%Create header
\headerview
\vspace{1ex}
%Sections
%
% Summary
%\addblocktext{Summary}{%
%\lipsum[1][1-12]\ %replace this part with actual text
%}
%
% Experience
\section{Parcours professionnel}
%
\datedexperience{Enseignant à léducation nationale}{2020 - 2022}
\explanationdetail{\coloredbullet\ %
Enseignement en lycée : SNT (seconde) et NSI (première et terminale)
}
\datedexperience{Ingénieur de recherche au laboratoire LIRIS}{2018 - 1019}
\explanationdetail{\coloredbullet\ %
Développement dune plateforme de calcul (Docker, Kubernetes, Rancher, ELK, Ansible, OpenStack)
}
\datedexperience{Stage de développement web pour cansii.com}{2016 - 6 mois}
\explanationdetail{\coloredbullet\ %
Développement de plugin Wordpress, Joomla et Facebook
}
\section{Parcours associatif}
%
\datedexperience{Président et administrateur système de Jean-Cloud}{2018 - Aujourdhui}
\explanationdetail{\coloredbullet\ %
Hébergement et allègement de sites statiques
}
\explanationdetail{\coloredbullet\ %
Hébergement de services variés via docker :
Wordpress, Php, Mysql, Postgresql, NextCloud, Mattermost
}
\explanationdetail{\coloredbullet\ %
Backups (rsync) et stack de monitoring (cadvisor, prometheus, graphana)
}
\explanationdetail{\coloredbullet\ %
Realation humaine et pédagogique aux utilisateur·ice·s
}
%
\datedexperience{Administrateur système et réseau pour Oma-Radio}{2017 - Aujourdhui}
\explanationdetail{\coloredbullet\ %
Création dun linux embarqué sur mesure avec buildroot + tunnel de maintenance wireguard
}
\explanationdetail{\coloredbullet\ %
Hébergement scalable de webradios avec nginx et icecast
}
\explanationdetail{\coloredbullet\ %
Développement dAPI de gestion dune radio et de son interface web
}
%
\datedexperience{Régisseur général pour le festival du Karnaval Humanitaire}{2018 - 2019}
\explanationdetail{\coloredbullet\ %
Contact et accueil des artistes
}
\explanationdetail{\coloredbullet\ %
Conception des plannings de balances et de concerts
}
\explanationdetail{\coloredbullet\ %
Gestion des équipes de technicien·ne·s et des prestataires
}
%
\datedexperience{Technicien plateau et régisseur son}{2018 - Aujourdhui}
\explanationdetail{\coloredbullet\ %
Sonorisation de groupes de musiques et de pièces de théâtre
}
%
%Education
\section{Parcours scolaire}
\datedexperience{Études dinformatique}{2014 - 2019}
\explanationdetail{\coloredbullet\ %
Master Systèmes, Réseaux et Infrastructures Virtuelles à Lyon1
}
\explanationdetail{\coloredbullet\ %
Bac S-SI, DUT Informatique, Licence Informatique
}
\datedexperience{Formation à lenseignement}{2019 - 2021}
\explanationdetail{\coloredbullet\ %
Master Meef à Lyon puis Montpellier
}
%
% Skills
\section{Compétences}
%
\newcommand{\skillone}{\createskill{Languages maîtrisés}{ Python \cpshalf C \cpshalf HTML5 \cpshalf Bash }}
\newcommand{\skillonehalf}{\createskill{Languages pratiqués}{ JS \cpshalf C++ \cpshalf Java \cpshalf Caml \cpshalf Plpgsql \cpshalf Latex \cpshalf batch \cpshalf Leekscript }}
%
\newcommand{\skilltwo}{\createskill{Développement}{Eclipse \cpshalf GIT \cpshalf CLI \cpshalf SOLID \cpshalf AGILE \cpshalf TDD \cpshalf CI/CD}}
%
\newcommand{\skillthree}{\createskill{Frameworks}{Django \cpshalf Bottle \cpshalf Flask \cpshalf CakePhp \cpshalf VueJs \cpshalf PostgREST }}
%
\newcommand{\skillfour}{\createskill{Administration}{Docker \cpshalf Nginx \cpshalf Apache2 \cpshalf DHCP \cpshalf SSH \cpshalf Ansible }}
%
\newcommand{\skillfive}{\createskill{Langues}{\textbf{\emph{Native\ :}} \ \ Français \ \ \textbf{\emph{À laise\ :}} \ \ Anglais \ \ \textbf{\emph{Débutant\ :}} \ \ Russe \cpshalf Italien }}
%
\createskills{\skillone, \skillonehalf, \skilltwo, \skillthree, \skillfour, \skillfive}
%
% Experience
\section{Extra}
\newcommand{\extraone}{%
Gagnant de la nuit de linfo 2018 \cpshalf Terminé \href{https://overthewire.org/wargames/bandit/}{bandit par overthewire}
}
%
\newcommand{\extratwo}{%
\textbf{\emph{Centres dintéret\ :}} Logiciels libres \cpshalf Communication \cpshalf Théâtre amateur \cpshalf Relation aux autres
}
%
\newcommand{\listofextras}{\extraone, \extratwo}
%
\createbullets{\listofextras}
%
%Footnote
%\createfootnote
\end{document}