-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
545 lines (538 loc) · 21.4 KB
/
index.html
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Siarhei Ilyashenka - Front-end developer</title>
<meta name="twitter:title" content="Sergio Ilyashenko - Online Resume">
<meta name="twitter:description" content="Passionate UI creator 🛠️">
<meta name="twitter:image:src" content="https://serjilyashenko.github.io/resume/preview.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="Sergio Ilyashenko - Online Resume"/>
<meta property="og:image" content="https://serjilyashenko.github.io/resume/preview.png"/>
<meta property="og:image:width" content="3560"/>
<meta property="og:image:height" content="1526"/>
<meta property="og:description" content="Passionate UI creator"/>
<meta property="og:url" content="https://serjilyashenko.github.io/resume/"/>
<link rel="shortcut icon" href="./favicon.jpeg"/>
<link rel="stylesheet" href="./styles.css"/>
</head>
<body>
<div class="page-wrapper">
<header class="header">
<div class="header__content">
<div class="header__left">
<div class="header__photo">
<img src="photo.jpg" alt="Sergio Ilyashenko"/>
</div>
</div>
<div class="header__center">
<div class="owner">
<h1 class="owner__name">
Siarhei Ilyashenka
</h1>
<p class="owner__position">
Front-end Developer
</p>
<address class="owner__contacts">
<div class="owner__contact">
<div class="owner__contact-label">linkedin:</div>
<a class="link" href="https://linkedin.com/in/sergio-ilyashenko" target="_blank"
>https://linkedin.com/in/sergio-ilyashenko</a
>
</div>
<div class="owner__contact">
<div class="owner__contact-label">github:</div>
<a class="link" href="https://github.com/serjilyashenko" target="_blank"
>https://github.com/serjilyashenko</a
>
</div>
</address>
<div class="download">
<a
class="download__btn"
href="./Siarhei%20Ilyashenka%20-%20Front-end%20developer.pdf"
target="_blank"
download="Siarhei Ilyashenka - Frontend developer.pdf"
>Download a PDF version</a
>
</div>
</div>
</div>
</div>
</header>
<main class="page-content">
<section class="topic">
<h2 class="topic__title">Summary</h2>
<p class="topic__content">
Passionate Front-End Developer with large experience of creating enterprise SPA applications. Skills
include analytical thinking and focusing on problem solving. Able to find and apply solution project needs
taking care about company goals. Taking care about project code-style. Well interact with team and with
external departments.
</p>
</section>
<section class="topic">
<h2 class="topic__title">Key skills</h2>
<div class="topic__content">
<div class="skills">
<div class="skills__left">
<div class="company">
<div class="company__name company__name_right">Hard Skills</div>
</div>
</div>
<div class="skills__center">
<ul class="skill-list">
<li class="skill-list__item skill-list__item_highlight">JavaScript</li>
<li class="skill-list__item skill-list__item_highlight">TypeScript</li>
<li class="skill-list__item">HTML</li>
<li class="skill-list__item">CSS</li>
<li class="skill-list__item skill-list__item_highlight">React</li>
<li class="skill-list__item">NextJS</li>
<li class="skill-list__item">Redux</li>
<li class="skill-list__item">GraphQL</li>
<li class="skill-list__item skill-list__item_highlight">NodeJs</li>
<li class="skill-list__item">Express</li>
<li class="skill-list__item">Fastify</li>
<li class="skill-list__item skill-list__item_highlight">Jest</li>
<li class="skill-list__item">RTL</li>
<li class="skill-list__item">Material UI</li>
<li class="skill-list__item">Ant Design</li>
<li class="skill-list__item">Data-Driven Documents (D3)</li>
<li class="skill-list__item">Webpack</li>
<li class="skill-list__item">Ember</li>
<!-- <li class="skill-list__item">KnockoutJs</li>-->
<li class="skill-list__item">WebSockets</li>
<li class="skill-list__item">Git</li>
</ul>
</div>
</div>
<div class="skills">
<div class="skills__left">
<div class="company">
<div class="company__name company__name_right">Soft Skills</div>
</div>
</div>
<div class="skills__center">
<ul class="skill-list skills-list_additional">
<li class="skill-list__item">Communication</li>
<li class="skill-list__item">Teamwork</li>
<li class="skill-list__item">Curiosity</li>
<li class="skill-list__item">Adaptability</li>
<!-- <li class="skill-list__item">Mentoring</li>-->
<!-- <li class="skill-list__item">Interviewing</li>-->
</ul>
</div>
</div>
</div>
</section>
<section class="topic">
<h2 class="topic__title">Prior work experience</h2>
<div class="topic__content">
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">Kontorsbemanning AB</div>
<div class="company__position">Front-end Developer</div>
<div class="company__dates"> Nov 2022 - Present</div>
</div>
</div>
<div class="experience__center">
<!-- Kontorsbemanning AB projects start -->
<div class="project">
<h4 class="project__title">
Subscriptions automation system
</h4>
<ul class="project__text">
<li>Architecture, launch and development of a new project in a monorepo ecosystem</li>
<li>Development of API Gateway for the SPA application</li>
<li>MS Azure services integration</li>
<li>Test coverage of key user scenarios</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
TypeScript, React, NextJS, SWR, MUI, GraphQL, yarn workspaces, GutHub-actions, Jest,
RTL, Sendgrid, mjml, Sentry.
</p>
</div>
<div class="project">
<h4 class="project__title">
Car Retailers finance portal
</h4>
<ul class="project__text">
<li>Architecture, launch and development of a new MFE in a monorepo ecosystem</li>
</ul>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>Development flexible architecture of api and data layers</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
TypeScript, React, MicroFrontends, ReactQuery, GraphQL, Turborepo, pnpm, GutHub-actions,
jest, RTL, Changesets, Elastic APM/RUM
</p>
</div>
<!-- Kontorsbemanning AB projects end -->
</div>
</div>
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">RocketData.io</div>
<div class="company__position">Front-end Developer</div>
<div class="company__dates"> Feb 2021 - Jul 2022</div>
</div>
</div>
<div class="experience__center">
<!-- RocketData.io projects start -->
<div class="project">
<h4 class="project__title">
Reputation management platform
</h4>
<p class="project__text">
The platform to manage business company’s online presence and reviews among location-based
services to increase foot traffic and customer loyalty
</p>
<ul class="project__text">
<li>Architecture and development of new features with interesting UI components, Diagrams, Ant Design
customization and more
</li>
<li>Test coverage of key user scenarios</li>
<li>Sentry and Segment analytics integration and support</li>
</ul>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>Launched multiple key features with challenging UI from scratch.</li>
<li>Developed nice html -> PDF generation approach based on opensource libraries. It allowed to
avoid the use of proprietary software and save company money.
</li>
<!-- <li>Implemented the process of interviewing candidates for the front-end position. The process-->
<!-- includes theoretical questions and online pair programming tasks.-->
<!-- </li>-->
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
TypeScript, React, Jest, RTL, Webpack, ChartJs, Segment, Sentry.
</p>
</div>
<div class="project">
<h4 class="project__title">
Store Locator Widget
</h4>
<p class="project__text">
Customizable (over presence platform account) RocketData widget for customers` websites that
automatically
maintains a page with a map, addresses and contacts of customers` locations up to date.
</p>
<ul class="project__text">
<li>Launch widget project from scratch including webpack configuration</li>
</ul>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Reduced widget`s bundle size from 400KB to 70KB. This improved the user experience by
speeding up the opening of the web page.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
TypeScript, Svelte, Leaflet, Webpack
</p>
</div>
<!-- RocketData.io projects end -->
</div>
</div>
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">dMetrics.com</div>
<div class="company__position">Front-end Developer</div>
<div class="company__dates"> May 2019 - Feb 2021</div>
</div>
</div>
<div class="experience__center">
<!-- dMetrics projects start -->
<div class="project">
<h4 class="project__title">
AI for Everyone platform
</h4>
<p class="project__text">
The tool which allows non-engineers to create and deploy their own AI for insights extraction from
texts. Without writing code.
</p>
<ul class="project__text">
<li>Architecture, development, refactoring and support of dashboards and AI visual constructor</li>
<li>Working on company's ui component library</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
React, Redux, Storybook, Node, Express, GraphQL, Jest, Enzyme, Webpack, Highcharts, Segment
</p>
</div>
<!-- dMetrics projects end -->
</div>
</div>
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">ZenSoft.io</div>
<div class="company__position">Front-end Developer</div>
<div class="company__dates">Sep. 2016 - May 2019</div>
</div>
</div>
<div class="experience__center">
<!-- Zensoft projects start -->
<div class="project">
<h4 class="project__title">
Tracking platform
</h4>
<p class="project__text">
The system allowed to track project's budget, progress and timelines during every sprint. This
helped to improve and optimize process of developing.
</p>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Proposition and integration of TypeScript technology to the project. This well decreased bug
amount on coding stage.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
TypeScript, React, MobX, Webpack.
</p>
</div>
<div class="project">
<h4 class="project__title">
Web Platform form managing media ads
</h4>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Completed the project in 3 months in terms of a hard deadline.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
TypeScript, React, Redux, Webpack.
</p>
</div>
<div class="project">
<h4 class="project__title">
Blockchain platform
</h4>
<p class="project__text">
Makes it easy for developers to connect their applications to multiple blockchain networks with no
blockchain experience
</p>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Smart contact versioning module. This allowed smart contracts changing during working process without
previous contracts loose
</li>
<li>
Proposition and implementation of the personal credentials file encoding for the additional security.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<div class="project__text">
TypeScript, React, Redux, Webpack, web3 + MetaMask.
</div>
</div>
<div class="project">
<h4 class="project__title">
Enterprise reporting system
</h4>
<p class="project__text">
It allowed the customer to avoid overtimes during reporting period.
</p>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Created a front-end team of 5 people for working on the project
</li>
<li>
Raised 2 junior devs into middle devs
</li>
<li>
Proposition and implementation of the real-time update solution using WebSocket technology. This
raised user experience to a new level and allowed to decrease server load.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
EmberJS, WebSockets, Stomp - PubSub protocol.
</p>
</div>
<div class="project">
<h4 class="project__title">
Landing Page
</h4>
<ul class="project__text">
<li>Optimization</li>
</ul>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Halved the number of server requests from 114 to 70
</li>
<li>
Eliminated droppings to 30FPS while scrolling
</li>
<li>
Loading time reduced by 30sec
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
JS, jQuery.
</p>
</div>
<!-- Zensoft projects end -->
</div>
</div>
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">AllVision / Minsk, Belarus</div>
<div class="company__position">Front-end Developer</div>
<div class="company__dates">Mar. 2012 — Sep. 2016</div>
</div>
</div>
<div class="experience__center">
<div class="project">
<div class="project__title">
Monitoring and control systems
</div>
<div class="project__text">
Allows to configure IoT-like systems using smartphone or tablet.
</div>
<p class="project__subtitle">
Personal achievements:
</p>
<ul class="project__text">
<li>
Provided support for TCP, http and RS based protocols.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
JS, jQuery, C, NodeJs.
</p>
</div>
</div>
</div>
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">ATOMTEX / Minsk, Belarus</div>
<div class="company__position">Software Developer</div>
<div class="company__dates">Aug. 2011 — Mar. 2012</div>
</div>
</div>
<div class="experience__center">
<div class="project">
<h4 class="project__title">
Monitoring software for radio emission spectrometers
</h4>
<p class="project__text">
Work on automated tests to check the performance of the radio emission spectrometers
</p>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
JS, jQuery, C, NodeJs.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="topic">
<h2 class="topic__title">Education</h2>
<div class="topic__content">
<div class="experience">
<div class="experience__left">
<div class="company">
<div class="company__name">Belorusian State University</div>
<div class="company__position">Nuclear Physics and Electronics</div>
<div class="company__dates">Sep. 2007 — Jul. 2012</div>
</div>
</div>
<div class="experience__center">
<div class="project">
<div class="project__title">
Personal achievements:
</div>
<ul class="project__text">
<li>
Developed the bootloader for Microchip micro-controllers over usb interface.
</li>
</ul>
<p class="project__subtitle">
Tech stack:
</p>
<p class="project__text">
HTML/CSS/JS, C++, Delphi.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="topic">
<h2 class="topic__title">Additional experience</h2>
<div class="topic__content">
<div class="additional">
<ul>
<li>Publications on the medium.com resource</li>
<li>Open Source contribution</li>
<li>Taking part in JS conferences and workshops</li>
</ul>
</div>
</div>
</section>
</main>
</div>
</body>
</html>