You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Robin_THONI_resume.tex 3.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. % Exemple de CV utilisant la classe moderncv
  2. % Style classic en bleu
  3. % Article complet : http://blog.madrzejewski.com/creer-cv-elegant-latex-moderncv/
  4. \documentclass[11pt,a4paper,sans]{moderncv}
  5. \moderncvtheme[green]{classic}
  6. \definecolor{color1}{rgb}{0.26,0.52,0.96} % Google blue
  7. \newcommand*{\cvent}[7][.25em]{%
  8. \cvitem[#1]{#2}{%
  9. {\bfseries#3}%
  10. % \ifthenelse{\equal{#4}{}}{}{, {\slshape#4}}% I changed this line (with comma) ...
  11. \ifthenelse{\equal{#4}{}}{}{ {\slshape#4}}% ... into this one (without comma).
  12. \ifthenelse{\equal{#5}{}}{}{ #5}%
  13. \ifthenelse{\equal{#6}{}}{}{, #6}%
  14. .\strut%
  15. \ifx&#7&%
  16. \else{\newline{}\begin{minipage}[t]{\linewidth}\small#7\end{minipage}}\fi}}
  17. % moderncv timeline
  18. \usepackage{moderntimeline/moderntimeline}
  19. \tlmaxdates{2011}{2021}
  20. \tlwidth{0.8ex}
  21. \tltext{\tiny}
  22. \usepackage[utf8]{inputenc}
  23. \usepackage[top=1.1cm, bottom=1.1cm, left=2cm, right=2cm]{geometry}
  24. % Largeur de la colonne pour les dates
  25. \setlength{\hintscolumnwidth}{2.5cm}
  26. \firstname{Robin}
  27. \familyname{Thoni}
  28. \title{}
  29. %\address{18 Rue Saint Georges}{57580, Lesse, France}
  30. \email{robin@rthoni.com}
  31. \social[github][git.rthoni.com/robin.thoni]{git.rthoni.com/robin.thoni}
  32. \social[github]{robin-thoni}
  33. \mobile{+33 6 34 39 52 26}
  34. \mobile{+1 (424) 242-5068}
  35. \quote{Graduated Computer Science student.\\ C, C++, low-level programming lover.}
  36. \begin{document}
  37. \maketitle
  38. \section{Cursus}
  39. \tlcventry{2016}{2017}{International IT Master}{UQAC}{}{Canadian University}{}
  40. \tlcventry{2012}{2017}{Computer Science Student}{EPITA}{}{French Engineering School}{}
  41. \section{Experiences}
  42. \subsection{Professional}
  43. \tlcventry{2018}{2021}{Software Engineer}{NVIDIA}{}{CUDA devtools team}{}
  44. \tldatecventry{2017}{Final Internship}{NVIDIA}{}{Improvements on cuda-memcheck}{}
  45. \tlcventry{2014}{2016}{School's Laboratory}{3IE}{}{EPITA's Innovation Laboratory. Multiple team projects for big companies}{}
  46. %\tldatecventry{2013}{Summer Job}{EBRC}{Data Center in Luxembourg. Made some tools to increase Client Care Center team productivity}{}{}
  47. \subsection{Personal}
  48. \tlcventry{2015}{0}{Sys Admin}{}{Docker/docker-compose; SaltStack; E-mail servers; Roundcube webmail; DNS servers, OAuth2/SAML SSO; Firewall; Zabbix monitoring}{}{}
  49. \tlcventry{2015}{0}{Hardware}{}{HID USB Devices; Smartcard reader/emulator; Wireless magstripe emulator; Multiple 'hacks' using BladeRF: GSM network emulation, aircraft tracker, GPS fake signal}{}{}
  50. \tlcventry{2013}{2016}{Camotion}{}{An API, a web frontend, a backend and an Android application for remote CCTV}{}{}
  51. \tldatecventry{2014}{School Projects}{}{42sh: An implementation of a POSIX shell in C; myHTTPd: A HTTP server with non-blocking asynchronous I/O. This project addresses
  52. the C10K problem}{}{}
  53. \tlcventry{2012}{2016}{Prologin Contest Organizer}{}{French national programming contest, sponsored by Google \url{prologin.org}}{}{}
  54. %\cventry{2016 -- today}{Intellij}{Intellij plugin to generate models from database}{https://git.rthoni.com/robin.thoni/intellij-code-from-ds}{}{}
  55. \section{Skills}
  56. \cvitem{Languages}{C, C++, C\#, Java, Bash, PostgreSQL, Python}
  57. \cvitem{Frameworks}{ASP.NET Core, Qt, AngularJS, Android SDK}
  58. \cvitem{Others Skills}{Arduino, Docker, Server Administration}
  59. \section{Miscellaneous}
  60. \subsection{Languages}
  61. \cvent{French}{}{}{Native}{}{}
  62. \cvent{English}{}{}{TOEIC 910}{}{}
  63. \subsection{Driving Licences}
  64. \cvent{France}{}{}{B, B1, BE}{}{}
  65. \cvent{QC, Canada}{}{}{Class 5}{}{}
  66. \end{document}