-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
273 lines (217 loc) · 9.61 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
%-------------------------
% Resume in Latex
% Author : Abey George
% Based off of: https://github.com/sb2nov/resume
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{fontawesome5}
\usepackage{multicol}
\usepackage{graphicx}
\setlength{\multicolsep}{-3.0pt}
\setlength{\columnsep}{-1pt}
\input{glyphtounicode}
\RequirePackage{tikz}
\RequirePackage{xcolor}
\RequirePackage{fontawesome}
\usepackage{tikz}
\usetikzlibrary{svg.path}
\definecolor{cvblue}{HTML}{0E5484}
\definecolor{black}{HTML}{130810}
\definecolor{darkcolor}{HTML}{0F4539}
\definecolor{cvgreen}{HTML}{3BD80D}
\definecolor{taggreen}{HTML}{00E278}
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\colorlet{name}{black}
\colorlet{tagline}{darkcolor}
\colorlet{heading}{darkcolor}
\colorlet{headingrule}{cvblue}
\colorlet{accent}{darkcolor}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
%----------FONT OPTIONS----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
% \pagestyle{fancy}
% \fancyhf{} % clear all header and footer fields
% \fancyfoot{}
% \renewcommand{\headrulewidth}{0pt}
% \renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.6in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1.19in}
\addtolength{\topmargin}{-.7in}
\addtolength{\textheight}{1.4in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large\bfseries
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\classesList}[4]{
\item\small{
{#1 #2 #3 #4 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{1.0\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{\large#1} & \textbf{\small #2} \\
\textit{\large#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeProjectHeading}[2]{
\item
\begin{tabular*}{1.001\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & \textbf{\small #2}\\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemi{$\vcenter{\hbox{\tiny$\bullet$}}$}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.0in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
\newcommand\sbullet[1][.5]{\mathbin{\vcenter{\hbox{\scalebox{#1}{$\bullet$}}}}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING----------
\begin{center}
{\Huge Fedor Osetrov} \\ \vspace{10pt}
\href{https://t.me/fdr400}{\raisebox{-0.2\height}\faTelegram\ \underline{tg}} ~
\href{https://github.com/fdr896}{\raisebox{-0.2\height}\faGithub\ \underline{github}} ~
\href{mailto:[email protected]}{\raisebox{-0.2\height}\faEnvelope\ \underline{[email protected]}} ~
\vspace{-8pt}
\end{center}
%-----------PROGRAMMING SKILLS-----------
\section{TECHNICAL SKILLS}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{\normalsize{Languages:}}{ \normalsize{C/C++, Python, had experience in Rust, Go and Assembly.}} \\
\textbf{\normalsize{Technologies/Frameworks:}}{\normalsize{ Linux, Git, Github, CI/CD with Github Actions, Docker, GDB.}} \\
\textbf{\normalsize{Databases:}}{\normalsize{ SQL, MapReduce.}} \\
\textbf{\normalsize{Text processing:}}{\normalsize{ LaTeX, Markdown.}} \\
}}
\end{itemize}
\vspace{-15pt}
%-----------EDUCATION-----------
\section{EDUCATION}
\resumeSubHeadingListStart
\resumeSubheading
{Higher School of Economics}{2020 -- expected 2024}
{Bachelor - Applied Math and Informatics - \textbf{GPA} - \textbf{9.19}}{Moscow, Russia}
\resumeSubHeadingListEnd
\resumeSubHeadingListStart
\resumeSubheading
{AESC MSU -- Kolmogorov’s boarding school}{2018 -- 2020}
{}{Moscow, Russia}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------
\section{EXPERIENCE}
\resumeSubHeadingListStart
\resumeSubheading
{Yandex (Group of geodatabase systems development) }{Jul 2022 -- Present}
{\underline{Software Engineer Intern}}{Moscow, Russia}
\resumeItemListStart
\resumeItem{\normalsize{I work in the team responsible for all backend of Panoramas in Yandex.Maps}}
\resumeItem{\normalsize{Made the organizations from Maps database show up on the Panoramas. Implemented them in the library for IOS and Android mobile apps}}
\resumeItem{\normalsize{Engaged in improving and DevOps of several backend services. Working with large MapReduce distributed calculation system}}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{-12pt}
%------RELEVANT COURSEWORK-------
\section{COURSEWORK / SKILLS}
%\resumeSubHeadingListStart
%\begin{multicols}{4}
\begin{itemize}
\item Currently studying distributed systems and computer networks. Taking Rust course (Yandex Dataschool)
\item Data Structures \& Algorithms (1 year course)
\item C++ Advanced Course (multithreading, design patterns, smart pointers, meta programming)
\item \href{https://github.com/danlark1/hse_missing_cs_education/}{\underline{Software Development Tools Course}} (Bash, Git, GDB, CI with Github Actions)
\item Computer architecture and operating systems Course (Assembly, C, sockets, multiplexing, POSIX)
\end{itemize}
%\end{multicols}
\vspace*{2.0\multicolsep}
%\resumeSubHeadingListEnd
%-----------PROJECTS-----------
\section{PROJECTS}
\vspace{-5pt}
\resumeSubHeadingListStart
\resumeProjectHeading
{\href{https://github.com/fdr896/scheme}{\textbf{\large{\underline{Scheme}}} \href{https://github.com/fdr896/scheme}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{C++}}}{}
\resumeItemListStart
\resumeItem{\normalsize{Scheme language interpreter with support for basic arithmetic operations, if-else statements and lambda functions.}}
\resumeItemListEnd
\vspace{-13pt}
\resumeProjectHeading
{\href{https://github.com/egor-bystepdev/saver-cryptoexchange}{\textbf{\large{\underline{Saver-cryptoexchange}}} \href{https://github.com/egor-bystepdev/saver-cryptoexchange}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{Python, Websocket, CI, MySQL}}}{}
\resumeItemListStart
\resumeItem{\normalsize{ University team project, implementing a system that stores and reproduces trading data from crypto-exchanges. }}
\resumeItemListEnd
\vspace{-13pt}
\resumeProjectHeading
{\href{https://github.com/fdr896/cpp_libs}{\textbf{\large{\underline{My C++ code snippets}}} \href{https://github.com/fdr896/cpp_libs}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{C++}}}{}
\resumeItemListStart
\resumeItem{\normalsize{Smart pointers, thread concepts, lock-free data structures, design patterns, etc.}}
\resumeItemListEnd
\vspace{-13pt}
\resumeProjectHeading
{\href{https://github.com/fdr896/GrobnerBasis/tree/dev}{\textbf{\large{\underline{GrobnerBasis}}} \href{https://github.com/fdr896/GrobnerBasis/tree/dev}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{C++, Boost, Google tests library}}}{}
\resumeItemListStart
\resumeItem{\normalsize{ University software project which consisted of implementing classes for working with Gröbner basis. }}
\resumeItemListEnd
\vspace{-13pt}
\resumeProjectHeading
{\href{https://github.com/fdr896/code_storage}{\textbf{\large{\underline{Code storage}}} \href{https://gitub.com/fdr896/code_storage}{\raisebox{-0.1\height}\faExternalLink }} $|$ \large{\underline{Go, JavaScript, Svelte, Docker}}}{}
\resumeItemListStart
\resumeItem{\normalsize{Web application implementing storage for code snippets.}}
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{-12pt}
%
%-----------INVOLVEMENT---------------
\section{ACADEMIC ACHIEVEMENTS}
\begin{itemize}
\item \normalsize{Winner of Lomonosov MSU olympiad in informatics, Prize-winner of Technocup, Individual Olympiad, Open ITMO olympiad, Regional school olympiad and All-Russian team olympiad in informatics.}
\item \normalsize{GPA 9.19 and 4.96\% percentile after second year in university.}
\item \normalsize{Teaching assistant in Algebra course for half of an semester.}
\end{itemize}
\vspace{-11pt}
\end{document}