Резюме pdf

parents
[user]
name = "Ильин Владимир Александрович"
email = vladimir.ilin05@bk.ru
# Резюме системного администратора для стажировки в Selectel
[Резюме pdf](./cv/Ilin_Vladimir_System_administrator.pdf)
[Резюме tex](./cv/Ilin_Vladimir_System_administrator.tex)
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
%! TeX program = lualatex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.3 (29/10/16)
%
% This template has been downloaded from:
% http://www.latextemplates.com
%
% Original author:
% Xavier Danaux (xdanaux@gmail.com) with modifications by:
% Vel (vel@latextemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the moderncv.cls and .sty files to be in the same
% directory as this .tex file. These files provide the resume style and themes
% used for structuring the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\usepackage{fontspec}
\defaultfontfeatures{Renderer=Basic, Ligatures=TeX}
\newfontfamily\cyrillicfonttt{CMU Typewriter Text}
\newfontfamily\cyrillicfont{CMU Sans Serif}
\setmainfont{CMU Sans Serif}
\setsansfont{CMU Sans Serif}
\setmonofont{CMU Typewriter Text}
\usepackage{polyglossia}
\setdefaultlanguage{russian}
\setotherlanguages{english}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdfpagemode=FullScreen,
}
\moderncvstyle{casual} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % 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.85]{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{Ильин} % Your first name
\familyname{Владимир Александрович} % Your last name
% All information in this block is optional, comment out any lines you don't need
\title{Системный Администратор}
\mobile{+79643457946}
\email{vladimir.ilin05@bk.ru}
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% CURRICULUM VITAE
%----------------------------------------------------------------------------------------
\makecvtitle % Print the CV title
\section{Навыки}
\cvitem{Высокий уровень}{Администрирование Linux }
\cvitem{Средний уровень}{Docker/Podman(rootless), git}
\cvitem{Базовый уровень}{Сети, iptables (по большей части firewall)}
\section{Связанные проекты}
\cvitem{Курсовая по дисциплине "Базы данных"}{\href{https://github.com/SemionPetrov/ProjectMCHS}{База МЧС}\newline Стек: Python 3.13, fastapi, MySQL, SQL Alchemy, Alembic, Docker \newline Проект представляет из себя систему отслеживания оборудования/транспорта, персонала и выездов для МЧС. Основной акцент был сделан на проектирование базы данных и привилегии пользователей системы. \newline Мною были реализованы: авторизация через JWT токен, API, Dockerfile и docker-compose, база данных.}
\section{Связанные учебные практики}
\cvitem{Практика инженера}{С 02.02.2026 по 05.03.2026 я прохожу практику в средней общеобразовательной школе № 80
Петроградского района Санкт-Петербурга в должности инженера. \newline В обязанности входит: установка Astra Linux, базовое администрирование, работа с сетями на физическом уровне.}
\section{Образование}
\cventry{2023--2027}{Бакалавриат третий курс}{Российский государственный педагогический университет им. А. И. Герцена институт информационных технологий и технологического образования}{Санкт-Петербург}{\textit{09.03.01}}{Специализация: Информатика и вычислительная техника Технологии разработки программного обеспечения и обработки больших данных}
\end{document}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment