-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (189 loc) · 6.62 KB
/
index.html
File metadata and controls
216 lines (189 loc) · 6.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Serhii Lekariev — CV</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600&display=swap" rel="stylesheet">
<style>
:root {
--text: #2f2f2f;
--muted: #5a5a5a;
--link: #0077aa;
}
body {
font-family: 'Roboto Mono', monospace;
color: var(--text);
line-height: 1.5;
max-width: 900px;
margin: 40px auto;
padding: 0 16px;
}
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { margin: 0 0 8px 0; }
h2 { margin: 28px 0 10px 0; }
.lead {
color: var(--muted);
margin: 0 0 18px 0;
}
.contacts ul, .section ul { margin: 8px 0 0 18px; }
.contacts li { margin: 4px 0; }
.role-list { list-style: none; padding: 0; margin: 0; }
.role {
padding: 14px 0;
border-top: 1px solid #e7e7e7;
}
.role:first-child { border-top: none; }
.role-header {
display: flex;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}
.company { font-weight: 600; }
.title { color: var(--muted); }
.dates { color: var(--muted); }
.desc p { margin: 10px 0; }
.desc ul { margin: 8px 0 0 18px; }
</style>
</head>
<body>
<h1>Serhii Lekariev</h1>
<p class="lead">
Backend / platform engineer. Scala/FP-heavy systems, data ingestion, and blockchain tooling (Cardano).
</p>
<h2>Contacts</h2>
<div class="contacts">
<ul>
<li>Email: <a href="mailto:serhii.lekariev@gmail.com">serhii.lekariev@gmail.com</a></li>
<li><a href="https://t.me/saeryan">Telegram</a></li>
</ul>
</div>
<h2>Competencies</h2>
<div class="section">
<p>Professional:</p>
<ul>
<li>Scala (FP stack: cats, cats-effect, fs2)</li>
<li>Java, Kotlin</li>
<li>Rust (tokio ecosystem)</li>
<li>JavaScript / TypeScript</li>
<li>Distributed systems: ingestion pipelines, message brokers, reliability work</li>
<li>Cloud & infra: GCP, AWS, Kubernetes</li>
</ul>
<p>Personal / occasional:</p>
<ul>
<li>Deep learning</li>
<li>Clojure, Elixir</li>
<li>Blockchain tooling</li>
<li>Arduino</li>
</ul>
</div>
<h2>Experience</h2>
<ul class="role-list">
<li class="role">
<div class="role-header">
<div>
<span class="company">Lantr</span>
<span class="title"> — Engineer (Cardano R&D)</span>
</div>
<div class="dates">Jul 2025 - Present</div>
</div>
<div class="desc">
<p>Cardano R&D lab. Core contribution to the SOTA Scala dApp development platform.</p>
<ul>
<li>Transaction builder R&D and implementation.</li>
<li>Supported CIPs.</li>
<li>Drove research grant deliverables to completion.</li>
</ul>
</div>
</li>
<li class="role">
<div class="role-header">
<div>
<span class="company">Betby</span>
<span class="title"> — Technical Lead</span>
</div>
<div class="dates">Aug 2022 - Jul 2025</div>
</div>
<div class="desc">
<p>Led a team of 5. Owned critical ingestion components; designed and maintained the provider-integration architecture.</p>
<ul>
<li>Owned multiple key data-ingestion paths (throughput, ordering, retries, failure modes).</li>
<li>Set integration standards and libraries to reduce inconsistent match states and data corruption.</li>
<li>Mentored and taught Scala/FP to OOP-heavy engineers (practical cats-effect/fs2).</li>
<li>Stack: Scala (fs2, cats, cats-effect, kyo), on-prem Kubernetes, MongoDB, RabbitMQ + Kafka.</li>
</ul>
</div>
</li>
<li class="role">
<div class="role-header">
<div>
<span class="company">Zoolatech</span>
<span class="title"> — Scala Engineer</span>
</div>
<div class="dates">Nov 2021 - Aug 2022</div>
</div>
<div class="desc">
<p>Backend work for warehousing optimization: integrations, reliability fixes, and ongoing maintenance.</p>
<ul>
<li>Integrated new warehouses; kept existing integrations stable under change.</li>
<li>Improved codebase quality (tests, refactors, operational fixes).</li>
<li>Mentor at Zoola Academy: wrote lectures and assignments; reviewed student work and materials.</li>
<li>Stack: Scala + cats, GCP, Postgres, Kafka.</li>
</ul>
</div>
</li>
<li class="role">
<div class="role-header">
<div>
<span class="company">NDA travel company</span>
<span class="title"> — Big Data Engineer</span>
</div>
<div class="dates">Feb 2021 - Nov 2021</div>
</div>
<div class="desc">
<p>Built and supported data pipelines for analytics and data science consumption.</p>
<ul>
<li>Java/Scala pipelines across a typical big-data stack (Spark/Hadoop/Hive/Airflow).</li>
<li>AWS; storage in Redis and DynamoDB (plus supporting systems).</li>
</ul>
</div>
</li>
<li class="role">
<div class="role-header">
<div>
<span class="company">Sprout Therapy</span>
<span class="title"> — Rust Engineer</span>
</div>
<div class="dates">Aug 2020 - Feb 2021</div>
</div>
<div class="desc">
<p>Early-stage product team building healthcare software for US doctors and patients.</p>
<ul>
<li>Rust backend (tokio). AWS deployment.</li>
<li>Code review, onboarding, test discipline, and documentation work.</li>
</ul>
</div>
</li>
<li class="role">
<div class="role-header">
<div>
<span class="company">TeamDev</span>
<span class="title"> — Software Engineer</span>
</div>
<div class="dates">Aug 2018 - Aug 2020</div>
</div>
<div class="desc">
<p>Worked on <a href="https://spine.io/">Spine</a> (event-sourcing framework) and product development at open-source quality.</p>
<ul>
<li>Open source-grade code, tests, and documentation.</li>
<li>Built <a href="https://purephotos.app/">purephotos.app</a>: frontend + backend; infra problem-solving; PoCs; ML pipeline integration.</li>
<li>Stack: Java backend, Vue + TypeScript frontend, GCP.</li>
</ul>
</div>
</li>
</ul>
</body>
</html>