-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzankov.tex
85 lines (53 loc) · 2.15 KB
/
zankov.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
\documentclass[11pt, a4paper]{moderncv}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.75, top=2.5cm, bottom=2.5cm]{geometry}
\firstname{Petr}
\familyname{Zankov}
\address{1004 Lausanne}{Switzerland}
\phone{+41 78 850-95-57}
\email{[email protected]}
\begin{document}
\makecvtitle
\section{Summary}
\cvline{Specialization}{Systems software engineer}
\cvline{Skills}{Assembler, C, Linux, Windows}
\section{Experience}
\cventry{2017--present}{Software engineer}{CodeTickler SARL}{Lausanne, Switzerland}{}
{
Developing a software to secure data against exfiltration, compromise, and ransomware.
}
\cventry{2014--2017}{Software engineer}{Dependable Systems Lab, EPFL}{Lausanne, Switzerland}{}
{
Implemented a memory bugs detection technique based on S\textsuperscript{2}E symbolic execution engine.
}
\cventry{2012--2014}{Software engineer}{LLC "WISE-Technique"}{Zhukovskij, Russia}{}
{
I developed microkernel real time operating system with ARINC 653 and POSIX(partial) layers.
Following features were implemented from scratch:
\begin{itemize}
\item OS kernel
\item Multi-arch and multi-core support for PowerPC and IA-32
\item Drivers for PCI, SATA, Ethernet
\item Debugging environment (based on KVM and GDB)
\end{itemize}
}
\cventry{2012--2012}{Software engineer}{FSUE "Flight Research Center"}{Zhukovskij, Russia}{}
{
I migrated 3D rendering engine from X11 to Wayland.
Also enhanced performance by reimplementing functions using SIMD instructions.
}
\cventry{2008--2012}{Software engineer}{JSC "V.V. Tikhomirov Scientific Research Institute of Instrument Design"}{Zhukovskij, Russia}{}
{
I developed software for civil sonar data acquisition and analysis.
Full software stack starting from FPGA firmware and up to GUI applications was implemented.
}
\section{Education}
\cventry{2011}{Master of Applied Mathematics and Physics}{Moscow Institute of Physics and Technology}{Russia}{}{}
\section{Languages}
\cvitemwithcomment{English}{Upper Intermediate}{}
\cvitemwithcomment{Russian}{Native}{}
\vfill
\begin{flushright}\textit{Last update: \today}\end{flushright}
\end{document}