-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
169 lines (131 loc) · 4.58 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
\documentclass[paper=a4,fontsize=11pt]{eucv}
\begin{document}
\begin{minipage}{.2\linewidth}
\includegraphics[width=1\textwidth]{userpic}
\end{minipage}
\begin{minipage}{0.7\linewidth}
\MyName{ Alexey Sibirtsev}
\sepspace
\noindent
\hfill Berlin, Germany
\hfill \MyEmail{alexey.sibirtsev@gmail.com}%
\hfill \href{https://sibirtsev.com/}{sibirtsev.com}%
\hfill +49 1525 876 64 43%
\hfill \MySkype{alexey.sibirtsev}%
\end{minipage}
\NewPart{Skills}
\hspace{3mm}
\begin{minipage}[t]{0.33\textwidth}
\begin{tabular}[t]{ l l }
\textbf{php} & 10+ years \\
\textbf{nginx} & 10+ years \\
\textbf{apache} & 10+ years \\
\textbf{mysql} & 10+ years \\
\textbf{mongodb} & 5+ years \\
\textbf{python} & 1+ years \\
\end{tabular}
\sepspace
\end{minipage}
%
\begin{minipage}[t]{0.33\textwidth}
\begin{tabular}[t]{ l l }
\textbf{html} & 10+ years \\
\textbf{javascript} & 10+ years \\
\textbf{css} & 2+ years \\
\textbf{machine learning} & 1+ years \\
\textbf{sphinxsearch} & 9+ years \\
\textbf{symfony} (v2 - v6) & 5+ year
\end{tabular}
\sepspace
\end{minipage}
%
\begin{minipage}[t]{0.33\textwidth}
\begin{tabular}[t]{l l}
memcache[d] & redis \\
elasticsearch & aws \\
linux & c++ \\
git & bash \\
agile & scrum \\
kanban & etc. \\
\end{tabular}
\end{minipage}
\NewPart{Work experience}
\noindent
\WorkEntry{AUTO1 Group}{October 2020 - Now}{Team Lead Software Engineer }{
\noindent
\textbf{Responsibilities}:
\begin{itemize}
\item Manage cross-functional team
\item Design and development of backend part of application for internal usage
\item Maintain existing products of the company
\end{itemize}
\sepspace
\noindent
\textbf{Technologies}:
\begin{itemize}
\item Microservice architecture, RESTful API
\item PHP 7, MySQL, Symfony Framework, Docker, PHPUnit, Behat
\item AWS: S3, EC2, ECS, SQS, SNS, Lambda
\end{itemize}
}
\sepspace
\WorkEntry{FlixMobility Tech GmbH}{June 2020 - Oktober 2020}{Senior Software Engineer }{
\noindent
\textbf{Technologies}:
\begin{itemize}
\item PHP 7, MySQL, Postgres, Symfony Framework, Docker, PHPUnit, Behat, AWS
\end{itemize}
}
\sepspace
\WorkEntry{AUTO1 Group}{May 2018 - May 2020}{Senior Software Engineer, Team Lead }{
\noindent
\textbf{Responsibilities}:
\begin{itemize}
\item Design and development of backend part of internal application
\item Maintain existing products of the company
\item Manage cross-functional team
\end{itemize}
\sepspace
\noindent
\textbf{Technologies}:
\begin{itemize}
\item Microservice architecture, RESTful API, GraphQL
\item PHP, MySQL, Postgres, Symfony, Docker, PHPUnit, Behat
\item AWS
\end{itemize}
}
\sepspace
\pagebreak
\NewPart{Work experience \small{(continued)}}
\noindent
\WorkEntry{N1 Tech (NGS Tech, NGS)}{Jul 2007 - Apr 2018}{Head of Dev, Dev Lead, Data Scientist, Senior Developer }{
\noindent
\textbf{Projects}:
\begin{itemize}
\item \textbf{realty.ngs.ru} -- property search site. Functions: project architecture development, programming, task management, team management
\item \textbf{passport.ngs.ru} -- cross-domain authorization and access control service. Functions: project architecture development, programming, task management
\item \textbf{n1.ru} -- property search site, new product. Functions: project architecture development, programming, task management, team management
\end{itemize}
\sepspace
\noindent
\textbf{Tasks}:
\begin{itemize}
\item Image classification with convolution neural network -- the classifier of the images of announcements on 7 classes: the facade of a building, a room, a kitchen, a bathroom, an entrance, a view from a window, the scheme of an apartment, based on caffe framework
\item Real estate price tracking system -- the system for collecting and analyzing property price data, based on php and mysql
\end{itemize}
}
\sepspace
\WorkEntry{eQuality Solutions}{May 2006 - Jul 2007 }{Lotus/Domino Developer}{%
Development and support of the company's products for foreign customers
}
\sepspace
\NewPart{Education}
\noindent
\EducationEntry{Specialist (Alumnus). Electronics and Microelectronics}{2009}{Novosibirsk State Technical University, Novosibirsk, Russia}{}
\sepspace
\NewPart{Social Links}
\noindent
\begin{tabular}[t]{ l l l l l }
\href{https://www.linkedin.com/in/alexeysibirtsev/}{LinkedIn} & \href{https://www.facebook.com/alexey.sibirtsev}{Facebook} & \href{https://github.com/Sibirtsev/}{GitHub} \\
\end{tabular}
\end{document}