-
Notifications
You must be signed in to change notification settings - Fork 1
/
plotnikov_anton_cv.tex
200 lines (145 loc) · 6.11 KB
/
plotnikov_anton_cv.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
% !TeX root = plotnikov_anton_cv.tex
\documentclass{cv}
\usepackage{datetime}
\usepackage[super]{nth}
\usepackage{fontawesome5}
\usepackage{tikz}
\begin{document}
\cvheading{Anton Plotnikov}{%
\begin{tikzpicture}
\clip (0,0) circle (2cm);
\node at (0,0) {\includegraphics[width=4cm]{portrait.jpg}};
\end{tikzpicture}%
}{%
\begin{tabular}{cl}
\faEnvelope & \href{mailto:[email protected]}{[email protected]} \\
\faTelegramPlane & \href{https://t.me/pltanton}{@pltanton} \\
\faGithub* & \href{https://github.com/pltanton}{github.com/pltanton} \\
\faGlobe & \href{https://pltanton.dev}{pltanton.dev} \\
\faMapPin & Paphos, Cyprus
\end{tabular}%
}
\vspace{2em}
\section{Key technologies}
\begin{cvblock}{I}
Go, Java/Kotlin/Spring, Linux, Docker, Kafka, Git
\end{cvblock}
\begin{cvblock}{II}
AWS, K8S, Nix (NixOS), Haskell, \LaTeX, JS/TS
\end{cvblock}
\begin{cvblock}{III}
Ruby, Python, Haskell, Bash, C++, C, Lua
\end{cvblock}
\section{Experience}
\begin{cvblock}{
\blocktitle{Wallet}{Cyprus, Paphos}{Software engineer}{2022--}}
Development of a TON wallet, exchange and trading platform aka Telegram's @wallet
\begin{itemize}
\item \textbf{P2P exchange} [Kotlin, Postgres].
Development of P2P exchange platform, analytic system, kyc, accountnig.
\item \textbf{Event management system} [Go, Kafka, Postgres].
I designed and built a real-time, high-availability analytics system that enables
business event definition management for automatic type-strict code generation
in multiple programming languages.
\end{itemize}
\end{cvblock}
\begin{cvblock}{%
\blocktitle{Ozon Bank}{Saint-Petersburg}{Lead software engineer}{2021--2022}}
Development of a bank processing systems.
\begin{itemize}
\item \textbf{Processing} [Go, Postgres, ClickHouse, Kafka, K8S].
Development of bank processing system: system design,
cryptography layer compatible with PCI DSS.
Mentoring inters.
\end{itemize}
\end{cvblock}
\begin{cvblock}{%
\blocktitle{DSX Technologies}{St.~Petersburg}{Software engineer}{2018--2020}}
Development of cryptocurrency exchange/trade platform.
\begin{itemize}
\item \textbf{DSX} [Kotlin, Java, Angular (administration site for support/aml team), Docker]: Trade and exchange platform.
Development of platform backend, including:
kyc/kyb system, exchange api, public UI api, authentication process,
database and application design for clients personal data.
\item \textbf{Student projects}: Mentoring of student projects.
\emph{Subtyping system}: compile-time advanced extension for Java.
\emph{Rhea}: library for reactiv reload of configuration properties with various data sources.
\item \textbf{DSXT Hackathon}: Participating in organisation and mentoring.
\end{itemize}
\end{cvblock}
\begin{cvblock}{%
\blocktitle{Openway}{St.~Petersburg}{Software engineer}{2017--2018}}
Developing infrastructure components for build registration
system and workflow processes.
\begin{itemize}
\item \textbf{Releng} [Kotlin, Java, Python, Docker, Jira, Teamcity]: Support and development of automatic release registration system
(build registration, release/upgrade notes reports, Jira plugin,
support CI by Teamcity).
\item \textbf{DMS} [Kotlin, Docker, Spring, React.js]: Support and full stack development of distribution management system. That system store and distribute
business specific products builds with theirs release/upgrade notes.
\end{itemize}
\end{cvblock}
\begin{cvblock}{%
\blocktitle{Intellectokids}{Remote}{Software engineer}{2020--2021}}
Development of backend for kids education platform.
\begin{itemize}
\item \textbf{Infrastructure} [AWS(Fargate, Glue, Lambda, etc)]: AWS based infrastructure.
Development and support of AWS-based infrastructure. Migration from GCP to AWS.
\item \textbf{Backend} [Go (AWS Lambda), Kotlin (Spring boot), Spring, MongoDB (DocumentDB), DynamoDB, Postgres, Redshift].
Responsibilities: developement and maintain micro-services based system and lambda-based systems. Business domains:
user data, analytic, authorization/authentication, deal offering, payment.
\end{itemize}
\end{cvblock}
\begin{cvblock}{%
\blocktitle{T-Systems RUS}{St.~Petersburg}{Intern}{2016--2017}}
Full stack developement of web micro-services mostly based on Ruby on Rails framework and PL/SQL\@.
Java development. Technologis: PL/SQL, Oracle, Ruby on rails, Mysql, Sinatra, CoffeeScript.
\end{cvblock}
\begin{cvblock}{Open source}
\begin{itemize}
\item Autobrowser
(\url{https://github.com/pltanton/autobrowser}):
an efficient cross-platform tool to automatically open hyperlincs in different
browsers depending on context (target app, etc) with flexible and ease of use custom
configuration DSL
\item DDC Sync
(\url{https://github.com/pltanton/ddcsync}):
an utility to synchronise brightness of monitors with multi-head setup by ddc protocol
\item Network Widgets
(\url{https://github.com/pltanton/net_widgets}):
a bunch of widgets, which indicates state of current network connection
without NetworkManager dependency written in LUA for
\textit{awesome} window manager
\end{itemize}
\end{cvblock}
\begin{cvblock}{Freelance projects}
\begin{itemize}
\item Ruby on Rails course for Geekbrains:
basic course of Ruby on Rails framework, designed for 8 lectures, which
includes presentation for a lecturer and a book with detailed course
\end{itemize}
\end{cvblock}
\section{Education}
\begin{cvblock}{%
\blocktitle
{ITMO University}
{St.~Petersburg}
{}
{2012--2018}}
Chair of Advanced Mathematics. Mathematical modeling.
\vspace{1em}
\textit{Master of Applied Math and Computer Science.}
\end{cvblock}
\section{Languages}
\begin{cvblock}{Russian}
Native
\end{cvblock}
\begin{cvblock}{English}
Upper intermediate
\end{cvblock}
\vfill
\newdateformat{monthyear}{\monthname[\THEMONTH], \THEYEAR}
\begin{center}
\monthyear\today
\end{center}
\end{document}