-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (72 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, width=device-width, user-scalable=no" />
<title>Pavel Zima | Personal page</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130600460-1"></script>
<script>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130600460-1', {'anonymize_ip': true, 'allow_display_features': false });
</script>
<script src="https://unpkg.com/cookie-notice@^1/dist/cookie.notice.min.js"></script>
</head>
<body>
<div class="container">
<div class="aside">
<img src="images/ava.png" alt="avatar">
<h1>Pavel Zima</h1>
<h2>ice2038</h2>
<div class="basic-information">
<p><span class="icon-location"></span> Limassol, Cyprus</p>
<p><a href="mailto:[email protected]"><span class="icon-gmail"></span> [email protected]</a></p>
</div>
<div class="social-media">
<ul>
<li><a href="https://www.linkedin.com/in/ice2038/" target="_blank"><span class="icon-linkedin"></span> LinkedIn</a></li>
<li><a href="https://github.com/ice2038" target="_blank"><span class="icon-github"></span> GitHub</a></li>
<li><a href="https://twitter.com/ice2038" target="_blank"><span class="icon-twitter"></span> Twitter</a></li>
</ul>
</div>
</div>
<div class="main">
<div class="main-info">
<h3>Hi there!</h3>
<p>My name is Pavel. I'm currently working as a <strong>CTO</strong> and <strong>Solution Architect</strong> based in Limassol, Cyprus.</p>
<p>With a strong background as a full-stack web developer (majoring in back-end development), I now oversee technological strategies and architectural designs for web-based applications in the education and financial sectors. My day-to-day work involves leading teams, designing scalable systems, and integrating innovative technologies to create robust and efficient solutions. I am constantly exploring new methods and tools to build systems that meet and exceed user expectations, ensuring they function flawlessly even when challenges arise.</p>
<h3>What do I do?</h3>
<ul>
<li>Technology Leadership and Strategy;</li>
<li>Solution Architecture;</li>
<li>Website and Web Application Development;</li>
<li>Web Service Development;</li>
<li>Data Processing Systems;</li>
<li>Web Scraper, Crawler, and Data Parser Development.</li>
</ul>
<h3>Languages(frameworks)</h3>
<ul>
<li>PHP (Laravel/Apiato, Yii/Yii2, Codeigniter), Golang (Fiber, Echo, Gin), JavaScript (React.js, VueJS), Typescript (NestJS), Python (Flask, FastAPI);</li>
</ul>
<h3>Tools & technologies</h3>
<ul>
<li><b>Web-servers:</b> Nginx (+ PHP-FPM, + Gunicorn), Apache HTTP Server;</li>
<li><b>DB/Storage:</b> PostgreSQL, MySQL/Maria DB, SQLite, Clickhouse, Redis, Memcached, InfluxDB, MongoDB;</li>
<li><b>Test frameworks:</b> PHPUnit, Codeception, PyTest;</li>
<li><b>Package managers:</b> Composer, NPM, Bower, Go Modules, PyPI;</li>
<li><b>Environment (orchestration & configuration):</b> k8s (Terraform, Terragrunt), Docker (Ansible, Shell scripts), Vagrant (Puppet);</li>
<li><b>Queue:</b> Yandex Message Queue (SQS), RabbitMQ, Apache Kafka, Gearman, Beanstalkd;</li>
<li><b>Cloud platform:</b> YandexCloud, DigitalOcean, Amazon AWS, Google Cloud;</li>
<li><b>Integrations:</b> SAP PI/PO, SAP HCM, Microsoft Azure, Websoft HCM, Harmony MDM, 1C ERP, Microsoft Active Directory, Examus Proctoring, Blitz Identity Provider, Apache KeyCloak, LRS Learning Locker;</li>
<li><b>Monitoring & Logging:</b> Prometheus, SolarWinds Orion Platform; ELK, Grafana, Telegraf;</li>
<li><b>Other technologies:</b> SCORM 1.2/2004 3th/2004 4th, xAPI, REST, GraphQL, WebSocket, CalDAV, SOAP, LDAP, SSO, S3.</li>
</ul>
<p>Instead of many words look into my resume <span class="icon-download"></span> <a href="https://github.com/ice2038/cv/releases/download/1.5/CV_Pavel_Zima_CTO.pdf" target="_blank">here</a>.</p>
<p>Have a great day!</p>
</div>
</div>
</div>
</body>
</html>