cv.tex 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. \documentclass[11pt,a4paper]{moderncv}
  2. \usepackage[T1]{fontenc}
  3. \usepackage[utf8]{inputenc}
  4. \moderncvtheme[purple]{classic}
  5. \usepackage[scale=0.8]{geometry}
  6. \AtBeginDocument{\recomputelengths}
  7. \name{Ivan}{Arkhipov}
  8. %\title{}
  9. \address{Moscow, Russia}
  10. \phone[mobile]{+7~(999)~870~29-27}
  11. \email{me@endevir.ru}
  12. \homepage{endevir.ru}
  13. %\photo[64pt][0.4pt]{picture}
  14. \setlength{\hintscolumnwidth}{3cm}
  15. \begin{document}
  16. \makecvtitle
  17. \section{Education}
  18. \cventry{2017--Present}{Bachelor Applied mathematics and Computer science}{Moscow Institute of
  19. Physics and Technology (State University)
  20. , Moscow}{}{}{Department of Innovations and high technologies} % arguments 3 to 6 can be left empty
  21. \cventry{2006--2017}{School}{}{Kaliningrad, Russia}{}{}
  22. \section{Computer skills}
  23. \cvitem{Programming languages}{C++, Python}
  24. \cvitem{Technologies}{Git, Qt, Linux, SQL (PostgreSQL), Doxygen, Algorithms, Data Structures }
  25. \section{Achievements}
  26. \cvitem{Olympiads}{Twice winner of regional stage of All-Russian School Olympiad both in mathematics and computer science. Third diploma in Moscow Math Olympiad}
  27. \cvitem{ACM}{\href{http://opentrains.mipt.ru/~ejudge/resmsk2018}{ICPC-2018 1/4 round, Participant}}
  28. \cvitem{Hackathons}{\href{http://birth-hack.info/}{BirthHack-2017}, Winner}
  29. \section{Professional Interests}
  30. \cvitem{Servers}{Enthusiastic in development and maintaining server-side services and features\newline{} \footnotesize{\textit{(projects: \href{http://endevir.ru}{personal site}, \href{http://git.endevir.ru/}{git server}, vpn \& proxy servers)}}}
  31. \cvitem{Backend}{I really enjoy creating complex architectural models and turning them into qualitative and working code\newline{} \footnotesize{\textit{(projects: \href{http://git.endevir.ru/LotRO_Legacy/LotroDat}{MMO game resource hacking framework})}}}
  32. \cvitem{Reverse engineering}{Hacking resources and disassembling executables seems very interesting for me\newline{} \footnotesize{\textit{\href{http://endevir.ru/\#lotrolegacy}{(see Lotro:Legacy project desctiption})}}}
  33. \section{Significant projects}
  34. \cventry{05.2014 - 08.2014}{\href{http://endevir.ru/\#gemstoneshunter}{The Gemstones Hunter}}{3D game}{}{}{Roles: Developer}
  35. \cventry{2017-Present}{\href{http://endevir.ru/\#lotrolegacy}{LotRO:Legacy}}{Unofficial MMORPG localisation}
  36. {}{}{Roles: Senior Software Developer, Reverse Engineer, Support agent}
  37. \cventry{2018-Present}{\href{http://endevir.ru/\#1cbot}{1C: automation of technical support}}{}{}{}{Roles: Teamlead, software architect, full-stack developer}
  38. \section{Languages}
  39. \cvitem{}{Russian, English}{}{}
  40. \end{document}