Skip to content

Commit bcdf1ed

Browse files
committed
update
1 parent c189d13 commit bcdf1ed

File tree

3 files changed

+42
-14
lines changed

3 files changed

+42
-14
lines changed

Yuri_Turchenkov.pdf

17.9 KB
Binary file not shown.

Yuri_Turchenkov.txt

+19-7
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,32 @@ Primary skills(What I'm really good in)
3535

3636
Experienced in (Technologies short list)
3737
============================================
38-
python 2/3, asyncio, flask, postgresql, rabbitmq, django, docker/docker-compose, celery, mysql, tornado, mongodb, redis, nginx, git, shell scripting, and more!
38+
python 3, asyncio, flask, postgresql, rabbitmq, django, docker/docker-compose, aiohttp, celery, mysql, tornado, mongodb, redis, nginx, git, shell scripting, blockchain integration, and more!
3939

4040

4141
Some of work history (Proven experience)
4242
============================================
4343

44-
= Fetch.AI - agents framework =
44+
= Fetch.AI - A framework for autonomous economic agent (AEA) development. =
4545
worktime: starting april 2020
46-
tech stack: python3.8, asyncio
46+
tech stack: python3.6-3.10, asyncio, golang
4747
role: senior python developer
4848

49-
Working on agent framework core
50-
Refactoring to asyncio, bugfixes, tests improvements.
51-
Found and fixed many issues with performance, stability, bad asynchronous compatability. Created extra tools for testing code. Moved a lot of code to asyncio design.
49+
Improving overal runtime performance including performance benchmarks.
50+
Refactor framework runtime core for better asyncio compatability.
51+
Dependencies hell resolution (pipenv, poetry).
52+
CI, autochecks, autotests configuration.
53+
Thirdpart developers support.
54+
Integration tests implementation.
55+
Improving overal code coverage with tests.
56+
Fixes for async code with blocking issues(mixes sync and async code).
57+
Docker images building and deployment automation.
58+
Concurrency/multitasking execution fixes.
59+
Demo applications implementation.
60+
Blockchain/ledger interaction: work on consmpy library for cosmos based ledgers support.
61+
Work on p2p communication network based on libp2p written in golang.
62+
Networking part fixes (overflows and timeouts).
63+
A lot of bugfixes, stability improvements.
5264

5365

5466
= Revolut - internal service (HR related) =
@@ -207,6 +219,6 @@ The project was started well and I regret it was not completed.
207219
=== Contact me now! [email protected] ===
208220

209221
Set a meeting with me using calendy https://calendly.com/solarw-mail/30min
210-
* updated: 25.03.2022. check the latest version on http://solarw.github.io *
222+
* updated: 07.09.2022. check the latest version on http://solarw.github.io *
211223

212224
generated using python!

index.html

+23-7
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
<div class="text">
134134

135-
python 2/3,
135+
python 3,
136136

137137
asyncio,
138138

@@ -146,6 +146,8 @@
146146

147147
docker/docker-compose,
148148

149+
aiohttp,
150+
149151
celery,
150152

151153
mysql,
@@ -162,6 +164,8 @@
162164

163165
shell scripting,
164166

167+
blockchain integration,
168+
165169
and more!
166170
</div>
167171
</div>
@@ -178,16 +182,28 @@
178182
<div class="worked-at-header">
179183
<img class="worked-at-img" src="images/fetchai.png">
180184
<div class="worked-at-caption">
181-
<div>agents framework</div>
185+
<div>A framework for autonomous economic agent (AEA) development.</div>
182186
</div>
183187
<div class="clear"> </div>
184188
</div>
185189
<div class="clear"><b>Worktime:</b> starting april 2020</div>
186-
<div class="clear"><b>Tech stack:</b> python3.8, asyncio</div>
190+
<div class="clear"><b>Tech stack:</b> python3.6-3.10, asyncio, golang</div>
187191
<div class="clear"><b>Role:</b> senior python developer</div>
188-
<div class="clear"><b>Details:</b> Working on agent framework core
189-
Refactoring to asyncio, bugfixes, tests improvements.
190-
Found and fixed many issues with performance, stability, bad asynchronous compatability. Created extra tools for testing code. Moved a lot of code to asyncio design.
192+
<div class="clear"><b>Details:</b> Improving overal runtime performance including performance benchmarks.<br>
193+
Refactor framework runtime core for better asyncio compatability.<br>
194+
Dependencies hell resolution (pipenv, poetry).<br>
195+
CI, autochecks, autotests configuration.<br>
196+
Thirdpart developers support.<br>
197+
Integration tests implementation.<br>
198+
Improving overal code coverage with tests.<br>
199+
Fixes for async code with blocking issues(mixes sync and async code).<br>
200+
Docker images building and deployment automation.<br>
201+
Concurrency/multitasking execution fixes.<br>
202+
Demo applications implementation.<br>
203+
Blockchain/ledger interaction: work on consmpy library for cosmos based ledgers support.<br>
204+
Work on p2p communication network based on libp2p written in golang.<br>
205+
Networking part fixes (overflows and timeouts).<br>
206+
A lot of bugfixes, stability improvements.
191207
</div>
192208

193209
</div>
@@ -438,7 +454,7 @@
438454
Set a meeting with me using <a href="https://calendly.com/solarw-mail/30min">calendy</a>!
439455
</div>
440456
<div class="breakline"></div>
441-
<div id="updated"> Updated: 25.03.2022. Check the latest version on <a href="http://solarw.github.io">http://solarw.github.io</a> </div>
457+
<div id="updated"> Updated: 07.09.2022. Check the latest version on <a href="http://solarw.github.io">http://solarw.github.io</a> </div>
442458
<div id="generated"><i>Generated using python!</i></div>
443459
</div>
444460
</body>

0 commit comments

Comments
 (0)