123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- \documentclass[11pt,a4paper]{moderncv}
- \usepackage[T1]{fontenc}
- \usepackage[utf8]{inputenc}
- \moderncvtheme[purple]{classic}
- \usepackage[scale=0.8]{geometry}
- \AtBeginDocument{\recomputelengths}
- \name{Ivan}{Arkhipov}
- %\title{}
- \address{Moscow, Russia}
- \phone[mobile]{+7~(999)~870~29-27}
- \email{me@endevir.ru}
- \homepage{endevir.ru}
- %\photo[64pt][0.4pt]{picture}
- \setlength{\hintscolumnwidth}{3cm}
- \begin{document}
- \makecvtitle
- \section{Education}
- \cventry{2017--Present}{Bachelor Applied mathematics and Computer science}{Moscow Institute of
- Physics and Technology (State University)
- , Moscow}{}{}{Department of Innovations and high technologies} % arguments 3 to 6 can be left empty
- \cventry{2006--2017}{School}{}{Kaliningrad, Russia}{}{}
- \section{Computer skills}
- \cvitem{Programming languages}{C++, Python}
- \cvitem{Technologies}{Git, Qt, Linux, SQL (PostgreSQL), Doxygen, Algorithms, Data Structures }
- \section{Achievements}
- \cvitem{Olympiads}{Twice winner of regional stage of All-Russian School Olympiad both in mathematics and computer science. Third diploma in Moscow Math Olympiad}
- \cvitem{ACM}{\href{http://opentrains.mipt.ru/~ejudge/resmsk2018}{ICPC-2018 1/4 round, Participant}}
- \cvitem{Hackathons}{\href{http://birth-hack.info/}{BirthHack-2017}, Winner}
- \section{Professional Interests}
- \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)}}}
- \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})}}}
- \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})}}}
- \section{Significant projects}
- \cventry{05.2014 - 08.2014}{\href{http://endevir.ru/\#gemstoneshunter}{The Gemstones Hunter}}{3D game}{}{}{Roles: Developer}
- \cventry{2017-Present}{\href{http://endevir.ru/\#lotrolegacy}{LotRO:Legacy}}{Unofficial MMORPG localisation}
- {}{}{Roles: Senior Software Developer, Reverse Engineer, Support agent}
- \cventry{2018-Present}{\href{http://endevir.ru/\#1cbot}{1C: automation of technical support}}{}{}{}{Roles: Teamlead, software architect, full-stack developer}
- \section{Languages}
- \cvitem{}{Russian, English}{}{}
-
- \end{document}
|