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 4.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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}{2022}
  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. \email{robin@rthoni.com}
  30. \social[github][git.rthoni.com/robin.thoni]{git.rthoni.com/robin.thoni}
  31. \social[github]{robin-thoni}
  32. \mobile{+33 6 34 39 52 26}
  33. \mobile{+1 (424) 242-5068}
  34. \quote{Graduated Computer Science student.\\ C, C++, low-level programming lover.}
  35. \begin{document}
  36. \maketitle
  37. \section{Cursus}
  38. \tlcventry{2016}{2017}{International IT Master}{UQAC}{}{Canadian University}{}
  39. \tlcventry{2012}{2017}{Computer Science Student}{EPITA}{}{French Engineering School}{}
  40. \section{Experiences}
  41. \tlcventry{2018}{2021}{Software Engineer}{NVIDIA}{}{CUDA devtools team}{
  42. - Led the design and implementation of a GPU code coverage tool: generate code coverage reports for kernels written in assembly for internal automotive usage\\
  43. - Led the design and implementation of a GPU thread-array diversity measurement tool: generate reports on how thread-arrays are dispatched on physical GPU cores to detect hardware errors for internal automotive usage\\
  44. - Maintained devtools' build infrastructure: upgraded >10 years old toolchains, improved existing codebase to fix new compiler warnings/errors, added new and improved existing automations, etc}
  45. \tlcventry{2016}{0}{Infrastructure Engineer}{Betaclean}{}{}{
  46. - Setup physical network (ISP / routers / ethernet / Wi-Fi)\\
  47. - Development of internal intranet web app\\
  48. - Deployment/management of security systems (password manager / CA / firewall)\\
  49. - Deployment/management of Active Directory\\
  50. - Automation of infrastructure deployment\\
  51. - Deployment/management of mail server (Postfix / Dovecot)\\
  52. - Deployment/management of DNS authoritative server (internal / external)\\
  53. - Deployment/management of DHCP server\\
  54. - Deployment/management of VPN server (OpenVPN / Wireguard)\\
  55. - Deployment/management of physical security systems (CCTV / access control / alarm)
  56. }
  57. \tldatecventry{2017}{Final Internship}{NVIDIA}{}{CUDA devtools team}{
  58. - Added 'initcheck' support for cuda-memcheck: devtool to check for read-before-write on the GPU\\
  59. - Optimized Nsight Compute kernel replay feature: restore memory on the GPU only if it has been modified by the profiled kernel
  60. }
  61. \tlcventry{2015}{0}{Sys Admin}{}{Docker/docker-compose; SaltStack; Terraform; E-mail servers; Roundcube webmail; DNS servers, OAuth2/SAML SSO; Firewall; Zabbix monitoring}{}{}
  62. \tlcventry{2014}{2016}{School's Laboratory}{3IE}{}{EPITA's Innovation Laboratory. Multiple team projects for big companies}{}
  63. \tlcventry{2012}{2016}{Prologin Contest Organizer}{}{French national programming contest, sponsored by Google \url{prologin.org}}{}{}
  64. \section{Skills}
  65. \cvitem{Languages}{C, C++, Python, C\#, Java, Bash, PostgreSQL}
  66. \cvitem{Frameworks}{AngularJS, Android SDK, Qt, ASP.NET Core}
  67. \cvitem{Others Skills}{Docker, Server Administration, Arduino}
  68. \section{Miscellaneous}
  69. \subsection{Languages}
  70. \cvent{French}{}{}{Native}{}{}
  71. \cvent{English}{}{}{Fluent / TOEIC 910}{}{}
  72. \end{document}