% BASED ON: https://www.overleaf.com/articles/curriculum-vitae/cnzchmjctmwh \documentclass[12pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman \RequirePackage[unicode]{hyperref} \moderncvstyle{classic} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking' \moderncvcolor{black} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black' \usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template \usepackage[scale=0.75]{geometry} % Reduce document margins %\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column %\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name %---------------------------------------------------------------------------------------- % NAME AND CONTACT INFORMATION SECTION %---------------------------------------------------------------------------------------- \firstname{Aleksey} % Your first name \familyname{Lobanov} % Your last name % All information in this block is optional, comment out any lines you don't need \title{Curriculum Vitae} %\address{37 Padre Antonio da Olivadi}{Catanzaro, Italy 88100} \mobile{+7~906~631~50~58} \email{i@likemath.ru} \homepage{likemath.ru} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example %\extrainfo{additional information} \social[github]{AlekseyLobanov} \photo[70pt][0.4pt]{pictures/avatar_1x1_1280} % The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame) %\quote{"A witty and playful quotation" - John Smith} %---------------------------------------------------------------------------------------- \begin{document} \makecvtitle \section{Education} \cventry{2015 -- 2019}{Moscow State University}{Faculty of Computational Mathematics and Cybernetics}{Applied Mathematics and Cybernetics}{Bachelor of Engineering (B.Eng.)}{} % Arguments not required can be left empty %\section{Masters Thesis} %\cvitem{Title}{\emph{Technologies and characterization of ferroelectric polymers for biomedical sensors}} %\cvitem{Supervisors}{Professor Antonino Fiorillo} %\cvitem{Description}{This thesis is based on the implementation of a temperature sensor.} %---------------------------------------------------------------------------------------- % WORK EXPERIENCE SECTION %---------------------------------------------------------------------------------------- \section{Employment History} \cventry{Mar 2018 -- Now}{Backend Python Developer}{\textsc{Kvint}}{Moscow (remote work)}{}{ Developing a platform for creating call robots. I designed and developed most of the platform. I was able to achieve scalable and fault-tolerant architecture for backend. I prepared multiple ML pipelines for production use. I also created the key component that made calls. We used Python, MongoDB and RabbitMQ for 90\% of backend. } \cventry{Jul 2017 -- Feb 2018}{Backend Python Developer}{\textsc{Krista}}{Moscow (remote work)}{}{Developing of Telegram chat bot, that can understand queries in natural language. We had several OLAP cubes with financial data and about 2000 text answers.} \section{Computer Skills} %textsc \cvitem{Programming Languages}{Python, C/C++, Lua, SQL, Bash} \cvitem{Technologies}{Message-brokers(RabbitMQ), Docker, S3-compatible(mostly Minio), Google Compute, Flask, SQL and NoSQL DBs, wxWidgets/wxPython} \cvitem{Machine Learning}{Most classic methods. Also I have good experience with preparing result models and learning pipelines to production.} \cvitem{Databases}{MySQL, sqlite, MongoDB} \cvitem{VCS}{git} %\cvitem{Linux}{About 5 years of administration and using as the main operating systems} %---------------------------------------------------------------------------------------- % COMMUNICATION SKILLS SECTION %---------------------------------------------------------------------------------------- %\section{Communication Skills} %\cvitem{2010}{Oral Presentation at the California Business Conference} %\cvitem{2009}{Poster at the Annual Business Conference in Oregon} \section{Languages} \cvitemwithcomment{Russian}{Native}{} \cvitemwithcomment{English}{Upper-Intermediate}{} %\cvitemwithcomment{Dutch}{Basic}{Basic words and phrases only} %\section{Interests} %\renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists %\cvlistdoubleitem{Piano}{} %\cvlistitem{Atletica} %---------------------------------------------------------------------------------------- % COVER LETTER %---------------------------------------------------------------------------------------- % To remove the cover letter, comment out this entire block %\clearpage %\recipient{HR Department}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient %\date{\today} % Letter date %\opening{Dear Sir or Madam,} % Opening greeting %\closing{Sincerely yours,} % Closing phrase %\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents %\makelettertitle % Print letter title %\lipsum[1-3] % Dummy text %\makeletterclosing % Print letter signature %---------------------------------------------------------------------------------------- \end{document}