-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (173 loc) · 5.78 KB
/
index.html
File metadata and controls
178 lines (173 loc) · 5.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Alex Shel</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
<link
href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap"
rel="stylesheet"
/>
<style>
html {
background-color: #dddddd;
font-family: "Roboto Mono", monospace;
}
body {
max-width: 40em;
margin: 0px auto;
padding: 1em;
}
h1 {
margin-top: 2em;
}
h2 {
margin-top: 1.6em;
}
h3 {
margin-top: 1.2em;
margin-bottom: 0.5em;
}
p {
margin-top: 0.4em;
margin-bottom: 0.2em;
}
hr {
border: none;
border-top: 0.1em solid #888888;
margin-top: 2em;
}
.image--float {
border-style: solid;
border-color: #888888;
border-width: 0.1em;
max-width: 40em;
min-width: 8em;
padding: 0.1em;
}
.thumb {
width: 40em;
}
</style>
<link rel="stylesheet" media="print" href="print.css" />
</head>
<body>
<h1>Aleksandr Shelemetev /egno/</h1>
<p class="no-print"><a href="#contacts">Contacts</a></p>
<div class="wrapper">
<div>
<img class="image--float" src="images/as0013.jpg" />
<h2>Profile</h2>
<p>
Experienced software engineer based in Bulgaria, with a career spanning multiple roles, including software developer, analyst, system administrator, DBA, and project manager since the 1990s. Holds an engineering degree (1994) and continually updates skills, most recently with Python, PostgreSQL, and Haskell.
</p>
<p>Currently a Senior Software Engineer at Gcore, and actively studying Haskell through the University of Helsinki.</p>
</div>
<div>
<h2>Technical Skills</h2>
<p>
Backend: Python, Django, Celery, Flask, asyncIO, Go, REST API, GraphQL, Java, Haskell, .NET, C++
</p>
<p>
Databases: SQL, PostgreSQL, MySQL, MS SQL, Oracle, PL/SQL, DBA, ClickHouse
</p>
<p>DevOps: Docker, Kubernetes, DroneCI, CI/CD, Linux, Git, GitHub, GitLab, RabbitMQ, Redis, Cloud computing</p>
<p>Frontend: HTML, CSS, JavaScript, Node.js, Vue.js, Nuxt, Angular, d3js</p>
<p>Other Languages: VBA, Delphi, Pascal</p>
<h2>Experience</h2>
<h3>Software Architecture & High-Load Systems</h3>
<p>
Extensive experience in designing, developing, and optimizing scalable, resilient architectures for high-load systems.
Proficient in architectural patterns for distributed services, microservices, and performance-critical backends.
Skilled at analyzing system bottlenecks and implementing solutions that improve throughput and reliability.
Hands-on with technologies and practices supporting high availability and efficient scaling.
</p>
<h3>Industry Experience</h3>
<p>
Billing, Customer Service, Insurance, Logistics, Document Management
</p>
</div>
</div>
<hr />
<h2>Latest achievements</h2>
<div class="wrapper">
<div>
<h3>Acceleration of a bill calculation</h3>
<p>
Improved bill calculation performance by over 1000x and dramatically reduced database CPU utilization and lock contention.
</p>
<img class="image--float" src="images/img1_02.png" />
<p>DB CPU utilization was reduced</p>
<img class="image--float" src="images/img1_03.png" />
<p>DB locks started to look insignificant</p>
<img class="image--float" src="images/img1_05.png" />
</div>
<div>
<h3>Acceleration of service activation</h3>
<p>
Reduced service activation time from over 10 minutes to just 4 seconds, greatly improving customer satisfaction.
</p>
</p>Before:</p>
<img class="image--float" src="images/img2_01.png" />
<p>After:</p>
<img class="image--float" src="images/img2_02.png" />
</div>
</div>
<div>
<h3>Acceleration of project delivery</h3>
<p>
Halved CI pipeline duration from 12–16 minutes to 6–7 minutes by optimizing Drone CI configuration.
</p>
<img class="image--float" src="images/img12.png" />
</div>
</div>
<hr />
<div class="wrapper">
<div>
<h2>Professional Profiles & Publications</h2>
<ul>
<li>
GitHub:
<a href="https://github.com/egno">GitHub: egno</a>
</li>
<li>
LinkedIn:
<a href="https://www.linkedin.com/in/ashel"
>LinkedIn: ashel</a
>
</li>
<li>
[EN] CodingSight:
<a href="https://codingsight.com/author/alexandr-shelemetyev/">https://codingsight.com/author/alexandr-shelemetyev</a>
</li>
<li>
[RU] Pro SQL blog:
<a href="https://prosql.github.io/">https://prosql.github.io/</a>
</li>
<li>
[RU] Short SQL Tutorial:
<a href="https://prosql.github.io/book"
>https://prosql.github.io/book</a
>
</li>
</ul>
</div>
<div>
<h2 id="contacts">Contacts</h2>
<p>
WhatsApp:
<a href="https://wa.me/359882251752">+359-882-251-752</a>
</p>
<p>
Telegram:
<a href="https://t.me/lsduz">@lsduz</a>
</p>
<p>
email:
<a href="mailto:ex.lxndr@gmail.com">egno@duck.com</a>
</p>
</div>
</div>
</body>
</html>