-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
760 lines (703 loc) · 40.6 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
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Vladimir Poplavskij personal webpage</title>
<meta name="description" content="Senior NodeJS developer Vladimir Poplavskij personal homepage">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="wirtaw, poplauki, poplavskij, backend developer, senior nodejs developer, full stack developer, programmer, software engineer, travel, maps, homepage" />
<link rel="sitemap" type="application/xml" title="Sitemap" href="https://wirtaw.github.io/sitemap.xml">
<link rel="dns-prefetch" href="https://ajax.googleapis.com">
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="apple-touch-icon" href="apple-touch-icon.webp">
<!-- Place favicon.ico in the root directory -->
<!-- Facebook -->
<meta property="og:title" content="Wirtaw">
<meta property="og:description" content="Web developer Vladimir Poplavskij Homepage">
<meta property="og:image" content="https://wirtaw.github.io/apple-touch-icon.webp">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wirtaw.github.io/index.html" />
<!-- Twitter -->
<meta name="twitter:card" content="homepage">
<meta name="twitter:site" content="@wirtaw">
<meta name="twitter:creator" content="@wirtaw">
<meta name="twitter:url" content="https://wirtaw.github.io//index.html">
<meta name="twitter:title" content="Wirtaw">
<meta name="twitter:description" content="Web developer Vladimir Poplavskij Homepage">
<meta name="twitter:image" content="https://wirtaw.github.io//apple-touch-icon.webp">
<link rel="canonical" href="https://wirtaw.github.io/">
<link rel="manifest" href="./manifest.json">
<meta name="theme-color" content="#ffffff">
<style type="text/css">
body{font-family:'Roboto Slab', serif;overflow-x:hidden}img.email-image,source.email-image{width:250px}
</style>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"Vladimir Poplavskij","jobTitle":"full-stack, backend developer","description":"web-developer from Vilnius","email":"[email protected]","url":"https://wirtaw.github.io","gender":"male","givenName":"Poplavskij","nationality":"Lithuania","contactPoint":[{"@type":"ContactPoint","telephone":"+37065013085","contactType":"technical support","areaServed":["LT","EU"]},{"@type":"ContactPoint","telephone":"+38095221691","contactType":"technical support","areaServed":"UA"}]}</script>
<link rel="stylesheet" type="text/css" href="./css/personal.css">
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar is-link is-fixed-top">
<div class="navbar-brand">
<div class="navbar-burger burger" data-target="navbarExampleTransparentExample">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navbarExampleTransparentExample" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="#about">
<span class="icon">
<i class="fas fa-info"></i>
</span>
<span>About</span>
</a>
<a class="navbar-item" href="#services">
<span class="icon">
<i class="fas fa-bars"></i>
</span>
<span>Services</span>
</a>
<a class="navbar-item" href="#resume">
<span class="icon">
<i class="fas fa-file-alt"></i>
</span>
<span>Resume</span>
</a>
<a class="navbar-item" href="#portfolio">
<span class="icon">
<i class="fas fa-th-list"></i>
</span>
<span>Portfolio</span>
</a>
<a class="navbar-item" href="#contact">
<span class="icon">
<i class="fas fa-envelope"></i>
</span>
<span>Contact</span>
</a>
</div>
</div>
</nav>
<!-- Header -->
<section class="hero is-link is-fullheight is-fullheight-with-navbar">
<div class="hero-body">
<div class="container">Hello! I am
<h1 class="title is-1">
Vladimir Poplavskij
</h1>
<h2 class="subtitle is-3">
Backend Developer
</h2>
</div>
</div>
</section>
<!-- About -->
<section class="section" id="about">
<!-- Title -->
<div class="section-heading">
<h3 class="title is-2">About Me</h3>
<h4 class="subtitle is-5">Jack of all trades, master of "some"</h4>
<div class="container">
<p>A seasoned Senior Backend Developer hailing from Lithuania, I bring a wealth of experience and a proven track record of excellence to every project.
My expertise spans a diverse tech stack, including JavaScript, NodeJS, and various database technologies.
I excel in crafting robust backend solutions, seamlessly integrating third-party and internal services, and optimizing database performance.
With a keen eye for detail, I specialize in maintaining high-performance production services and enhancing system observability.
My proficiency in Linux environments and CSS further complements my backend prowess, allowing me to deliver comprehensive and efficient solutions.
Committed to continuous improvement and innovation, I leverage my skills to drive technological advancement and create impactful, scalable applications.</p>
</div>
</div>
<div class="columns has-same-height is-gapless">
<div class="column">
<!-- Profile -->
<div class="card">
<div class="card-content">
<h3 class="title is-4">Profile</h3>
<div class="content">
<table class="table-profile">
<tr>
<th colspan="1"></th>
<th colspan="2"></th>
</tr>
<tr>
<td>Address:</td>
<td>Vilnius, Lithuania</td>
</tr>
<tr>
<td>Blog:</td>
<td><a href="https://wirtaw.github.io/blog" class="is-link">Blog</a></td>
</tr>
<tr>
<td>Email:</td>
<td>
<picture>
<source class="email-image" srcset="img/email.svg 2x" media="(min-width: 200px)">
<img class="email-image" srcset="img/email.webp, img/email.webp" alt="Contacts - email">
</picture>
</td>
</tr>
</table>
</div>
<br>
<div class="buttons has-addons is-centered">
<a href="https://github.com/wirtaw" target="_blank" class="button is-link m-2">GitHub</a>
<a href="https://bitbucket.org/wirtaw/" target="_blank" class="button is-link m-2">bitbucket</a>
<a href="https://jsfiddle.net/user/wirtaw/fiddles/" target="_blank" class="button is-link m-2">personal</a>
<a href="https://codepen.com/wirtaw/" target="_blank" class="button is-link m-2">Codepen</a>
<a href="https://repl.it/@wirtaw" target="_blank" class="button is-link m-2">Repl.it</a>
<a href="https://codewars.com/users/wirtaw" target="_blank" class="button is-link m-2">Codewars</a>
<a href="https://exercism.io/users/wirtaw" target="_blank" class="button is-link m-2">Exercism</a>
</div>
</div>
</div>
</div>
<div class="column">
<!-- Profile picture -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="./img/first-post.webp" image-src="./img/first-post.webp" alt="Placeholder image">
</figure>
</div>
</div>
</div>
<div class="column">
<!-- Skills -->
<div class="card">
<div class="card-content skills-content">
<h3 class="title is-4">Skills</h3>
<div class="content">
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>JavaScript:</strong>
<br>
<progress class="progress is-primary" value="90" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Node.js:</strong>
<br>
<progress class="progress is-primary" value="90" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Databases</strong>
<br>
<progress class="progress is-primary" value="80" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Git</strong>
<br>
<progress class="progress is-primary" value="80" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>HTML5/CSS3</strong>
<br>
<progress class="progress is-primary" value="80" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Vue.js:</strong>
<br>
<progress class="progress is-primary" value="60" max="100"></progress>
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
<!-- Skills tags -->
<div class="columns is-gapless">
<div class="column">
<div class="tags custom-tags" id="skillTagsBlock"></div>
</div>
</div>
<div class="columns is-gapless">
<div class="column">
<div class="has-text-centered">
<blockquote class="badgr-badge" style="font-family: Helvetica, Roboto, 'Segoe UI', Calibri, sans-serif;"><a href="https://api.badgr.io/public/assertions/Citb83W6TfWqHeBPGU0g2A"><img width="120px" height="120px" src="https://api.badgr.io/public/assertions/Citb83W6TfWqHeBPGU0g2A/image"></a><p class="badgr-badge-name" style="hyphens: auto; overflow-wrap: break-word; word-wrap: break-word; margin: 0; font-size: 16px; font-weight: 600; font-style: normal; font-stretch: normal; line-height: 1.25; letter-spacing: normal; text-align: left; color: #05012c;">30 days of Postman - for developers</p><p class="badgr-badge-date" style="margin: 0; font-size: 12px; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: normal; text-align: left; color: #555555;"><strong style="font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: normal; text-align: left; color: #000;">Awarded: </strong>Feb 14, 2022</p><p class="badgr-badge-recipient" style="margin: 0; font-size: 12px; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: normal; text-align: left; color: #555555;"><strong style="font-size: 12px; font-weight: bold; font-style: normal; font-stretch: normal; line-height: 1.67; letter-spacing: normal; text-align: left; color: #000;">Awarded To: </strong><span style="display: block;"> Poplavskij Vladimir</span></p><p style="margin: 16px 0; padding: 0;"><a class="badgr-badge-verify" target="_blank" href="https://badgecheck.io?url=https%3A%2F%2Fapi.badgr.io%2Fpublic%2Fassertions%2FCitb83W6TfWqHeBPGU0g2A" style="box-sizing: content-box; display: flex; align-items: center; justify-content: center; margin: 0; font-size:14px; font-weight: bold; width: 48px; height: 16px; border-radius: 4px; border: solid 1px black; text-decoration: none; padding: 6px 16px; margin: 16px 0; color: black;">VERIFY</a></p><script async="async" src="https://badgr.com/assets/widgets.bundle.js"></script></blockquote>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="section" id="services">
<div class="section-heading">
<h3 class="title is-2">Services</h3>
<h4 class="subtitle is-5">What can I do for you?</h4>
</div>
<div class="container">
<div class="columns">
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Node.js Web Scraping Service</h4>
<p>Unlock the power of data with our cutting-edge Node.js Web Scraping Service! I harness the flexibility and speed of Node.js to scrape, extract, and deliver valuable data from the web. Whether you need real-time updates, comprehensive market research, or competitive intelligence, our Node.js experts ensure seamless and efficient extraction.</p>
<b>Key Features:</b><br>
<ul>
<li>🌐 Scalable and Fast: Leverage the asynchronous nature of Node.js for rapid and scalable web scraping.</li>
<li>🛠 Custom Solutions: Tailored web scraping solutions to meet your specific data requirements.</li>
<li>🛡 Robust Error Handling: Built-in mechanisms to handle errors and ensure data accuracy.</li>
<li>📈 Real-time Updates: Stay ahead of the curve with real-time data extraction and updates.</li>
<li>🔄 Continuous Monitoring: Set up automated scraping schedules for continuous monitoring.</li>
</ul>
<b>Technologies I Use:</b>
<ul>
<li>Node.js</li>
<li>Cheerio or Puppeteer for HTML parsing and automation</li>
<li>Express.js for building RESTful APIs</li>
<li>MongoDB for storing and managing scraped data</li>
</ul>
</div>
</div>
</div>
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Node.js API CRUD Application</h4>
<p>
Transform your data management with our cutting-edge Node.js API CRUD application powered by the Express framework. Ideliver robust and scalable solutions to handle Create, Read, Update, and Delete (CRUD) operations with ease. Whether you're building a dynamic web application or need a backend system to manage your data, our Node.js experts have you covered.
</p>
<b>
Key Features:
</b>
<ul>
<li>
🌐 RESTful Architecture: Our API follows RESTful principles, providing a standardized and efficient way to interact with your data.
</li>
<li>
🚀 Fast and Scalable: Utilizing the power of Node.js, we ensure rapid and scalable performance to handle your growing data needs.
</li>
<li>
🛠 Flexible and Customizable: Tailor the API to your specific requirements. Add new endpoints, customize data models, and integrate seamlessly with your existing systems.
</li>
<li>
🛡 Robust Validation: Implement robust data validation to ensure the integrity and security of your data.
</li>
<li>
📈 Real-time Updates: Utilize WebSocket integration for real-time updates, ideal for applications that demand instant data synchronization.
</li>
</ul>
<b>
Technologies We Use:
</b>
<ul>
<li>Node.js: Harness the asynchronous nature of Node.js for efficient handling of concurrent requests.</li>
<li>Express.js: Build a powerful and flexible API with the widely adopted Express framework.</li>
<li>MongoDB or SQL Database: Choose between NoSQL (MongoDB) or SQL databases for efficient data storage and retrieval.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Python Web Scraping Service</h4>
<p>Empower your business with our Python Web Scraping Service – your gateway to extracting valuable insights from the web effortlessly! Using Python's robust ecosystem for web scraping, providing you with accurate and up-to-date data for informed decision-making.</p>
<b>Key Features:</b>
<ul>
<li>🕸 Versatility: Python's extensive libraries make it easy to scrape data from websites, APIs, and more.</li>
<li>🤖 Automation: Utilize tools like BeautifulSoup and Selenium for automated data extraction and interaction.</li>
<li>📊 Data Analysis: Seamlessly integrate scraped data with Python's data analysis tools for actionable insights.</li>
<li>🛡 Error Handling: Robust error handling mechanisms to ensure data accuracy.</li>
<li>🚀 Scalability: Scale your web scraping operations effortlessly with Python's multiprocessing capabilities.</li>
</ul>
<b>Technologies We Use:</b>
<ul>
<li>Python (BeautifulSoup, Selenium, Scrapy)</li>
<li>Flask or Django for building web applications or APIs</li>
<li>MongoDB or SQLite for data storage</li>
</ul>
</div>
</div>
</div>
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Back End Web Development</h4>
Develop Back End application/service using Node.js or Python and SQL server or Mongo DB databases.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Resume -->
<section class="section" id="resume">
<div class="section-heading">
<h3 class="title is-2">Resume</h3>
<h4 class="subtitle is-5">More about my past</h4>
<a href="https://mega.nz/file/ZF4BDJ6B#stB2dq3d2yTkQIWX3ik2J7WEgV0KzSf0MS-e81mw65M" class="button is-link is-medium">
<span class="icon">
<i class="fas fa-file-alt"></i>
</span>
<span>Download My Resume</span>
</a>
</div>
</section>
<!-- Portfolio -->
<section class="section" id="portfolio">
<div class="container">
<div class="section-heading">
<h3 class="title is-2">Portfolio</h3>
<h4 class="subtitle is-5">My latest works</h4>
</div>
<br>
<div class="container portfolio-container">
<div class="columns">
<div class="column is-4">
<!-- admin -->
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>Szawl.eu </span>
<span class="is-pulled-right">
<a href="https://szawl.eu">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
<figure class="image">
<img src="../img/sites/szawleu.webp" image-src="../img/sites/szawleu.webp" alt="Szawl.eu">
</figure>
</div>
<footer class="card-footer">
<a href="https://szawl.eu" class="card-footer-item">Preview</a>
</footer>
</div>
</div>
<div class="column is-4">
</div>
<div class="column is-4">
</div>
</div>
</div>
</div>
</section>
<!-- Projects -->
<section class="section" id="projects">
<div class="container">
<div class="section-heading">
<h3 class="title is-2">Projects</h3>
<h4 class="subtitle is-5">My latest projects</h4>
</div>
<br>
<div class="container portfolio-container">
<div class="columns">
<div class="column is-4">
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>Neural Networks</span>
<span class="is-pulled-right">
<a href="./neural_networks/index.html">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
This interactive single-page application (SPA) demonstrates the power of neural networks for sports analytics. Using the classic example of predicting baseball player types (pitcher, catcher, etc.) based on how they throw a ball, we'll compare the performance and capabilities of several popular JavaScript neural network libraries
</div>
</div>
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>Fastify API + TypeScript Boilerplate </span>
<span class="is-pulled-right">
<a href="https://github.com/wirtaw/fastify-api-typescript-boilerplate">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
This project provides a basic Fastify API built with TypeScript. It includes: <br>
<ul>
<li>Type-safe routing and validation</li>
<li>Efficient JSON serialization</li>
<li>Example endpoints (GET, POST) for demonstration</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>TensorFlow.js Training in Node.js Codelab </span>
<span class="is-pulled-right">
<a href="https://github.com/wirtaw/baseball-tensorflow-pitch-type">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
Updated example from <a href="https://codelabs.developers.google.com/codelabs/tensorflowjs-nodejs-codelab#0">Codelab</a>. This helps how to build a Node.js web server to train and classify baseball pitch types on the server-side using TensorFlow.js, a powerful and flexible machine learning library for JavaScript.
</div>
</div>
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>React single page game "Bulls and cows" </span>
<span class="is-pulled-right">
<a href="./bulls/index.html">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
</div>
</div>
</div>
<div class="column is-4">
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>Vue single page game "Bulls and cows"</span>
<span class="is-pulled-right">
<a href="./bulls/index.html">
<span class="tag is-default">visit</span>
</a>
<a href="https://github.com/wirtaw/bulls-and-cows-game">
<span class="tag is-default">code</span>
</a>
</span>
</p>
</div>
<div class="card-content">
</div>
</div>
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>React single page app "Biorythms"</span>
<span class="is-pulled-right">
<a href="https://bio-ncfx.onrender.com">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
</div>
</div>
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>Vue single page app "Biorythms"</span>
<span class="is-pulled-right">
<a href="./bio_vue/">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
</div>
</div>
<div class="card">
<div class="card-header">
<p class="card-header-title">
<span>Ice Hockey Player Data</span>
<span class="is-pulled-right">
<a href="https://ice-hockey-player-search.onrender.com/search">
<span class="tag is-default">visit</span>
</a>
</span>
</p>
</div>
<div class="card-content">
A Node.js application to scrape ice hockey player data from various online sources and parse basic information like position, height, weight, birth date, and hand.
</div>
</div>
</div>
<div class="column is-4">
</div>
</div>
<div class="columns">
<div class="column is-4">
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="section-heading">
<p id="footer">
<strong>Poplauki</strong> by <a href="https://wirtaw.github.io">Vladimir Poplavskij</a>.
</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script src="../js/cookieConsent.js"></script>
<script>
const skills = [{
title: 'JavaScript (12+ years)',
icon: 'devicon-javascript-plain',
id: 'js'
},
{
title: 'NodeJS (12+ years)',
icon: 'devicon-nodejs-plain',
id: 'nodejs'
},
{
title: 'VueJS / Vuex (8+ years)',
icon: 'devicon-vuejs-plain',
id: 'vuejs'
},
{
title: 'Fastify / Express / Koa (10+ years)',
icon: 'devicon-fastify-plain',
id: 'fastify'
},
{
title: 'TypeScript (8+ years)',
icon: 'devicon-typescript-plain',
id: 'ts'
},
{
title: 'NestJS (6+ years)',
icon: 'devicon-nestjs-plain',
id: 'nestjs'
},
{
title: 'Mocha / Jest (6+ years)',
icon: 'devicon-mocha-plain',
id: 'mocha'
},
{
title: 'MSSQL/T-SQL (10+ years)',
icon: 'devicon-microsoftsqlserver-plain',
id: 'mssql'
},
{
title: 'MySQL (10+ years)',
icon: 'devicon-mysql-plain',
id: 'mysql'
},
{
title: 'MongoDB (8+ years)',
icon: 'devicon-mongodb-plain',
id: 'mongodb'
},
{
title: 'RabbitMQ (7+ years)',
icon: 'devicon-rabbitmq-plain',
id: 'rabbitmq'
},
{
title: 'Redis (7+ years)',
icon: 'devicon-redis-plain',
id: 'redis'
},
{
title: 'PostgreSQL (5+ years)',
icon: 'devicon-postgresql-plain',
id: 'postgresql'
},
{
title: 'GIT (12+ years)',
icon: 'devicon-git-plain',
id: 'git'
},
{
title: 'Rust (2+ years)',
icon: 'devicon-rust-plain',
id: 'rust'
},
{
title: 'Python (5+ years)',
icon: 'devicon-python-plain',
id: 'python'
},
{
title: 'Ruby (3+ years)',
icon: 'devicon-ruby-plain',
id: 'ruby'
},
{
title: 'QT (2+ years)',
icon: 'devicon-qt-plain',
id: 'qt'
},
{
title: 'C (5+ years)',
icon: 'devicon-c-plain',
id: 'c'
}];
WebFont.load({
google: {
families: ['Roboto Slab']
}
});
(function() {
const footer = document.getElementById('footer');
if ('undefined' !== typeof footer) {
const date = new Date();
footer.innerHTML = '© Poplauki <a href="https://wirtaw.github.io/">Vladimir Poplavskij</a> ' + date.getFullYear() + '.';
}
const burger = document.querySelector('.burger');
const menu = document.querySelector('#'+burger.dataset.target);
burger.addEventListener('click', function() {
burger.classList.toggle('is-active');
menu.classList.toggle('is-active');
});
const skillTagsBlock = document.getElementById('skillTagsBlock');
if (skillTagsBlock) {
for (const skill of skills) {
const { title, icon, id } = skill;
const span = document.createElement('span');
const tagId = `skill-tag-${id}`;
span.classList.add('tag', 'is-light');
span.setAttribute('id', tagId);
span.innerHTML = `<i class="${icon} colored mr-2"></i>${title}`;
skillTagsBlock.appendChild(span);
}
}
}());
</script>
</body>
</html>