-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYuri_Turchenkov.txt
224 lines (157 loc) · 8.89 KB
/
Yuri_Turchenkov.txt
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
Yuri Turchenkov aka solarw
============================================
<< Moving tech forward! >>
current location: Kirov, Russia, UTC+3
email: [email protected]
call me:
* RU: +79615681042
* UK: +447519758140
About me (Who I am and what looking for)
============================================
I'm a professional software developer focused on backend and data processing solutions built using Python!
Looking for new opportunities: a place I can apply all my skills, learn something new and bring great value to a project.
Excellent knowledge of python, strong Linux experience and a superb understanding of networking makes me a nice person
can start your project from scratch, join already started project, improve and optimize solutions.
Just give me a call if you are looking for an expert to design, analyze and implement your great idea!
Primary skills(What I'm really good in)
============================================
* python
* linux
* networking
* concurrency
Experienced in (Technologies short list)
============================================
python 3, asyncio, flask, postgresql, rabbitmq, django, docker/docker-compose, aiohttp, celery, mysql, tornado, mongodb, redis, nginx, git, shell scripting, blockchain integration, and more!
Some of work history (Proven experience)
============================================
= Fetch.AI - A framework for autonomous economic agent (AEA) development. =
worktime: starting april 2020
tech stack: python3.6-3.10, asyncio, golang
role: senior python developer
Improving overal runtime performance including performance benchmarks.
Refactor framework runtime core for better asyncio compatability.
Dependencies hell resolution (pipenv, poetry).
CI, autochecks, autotests configuration.
Thirdpart developers support.
Integration tests implementation.
Improving overal code coverage with tests.
Fixes for async code with blocking issues(mixes sync and async code).
Docker images building and deployment automation.
Concurrency/multitasking execution fixes.
Demo applications implementation.
Blockchain/ledger interaction: work on consmpy library for cosmos based ledgers support.
Work on p2p communication network based on libp2p written in golang.
Networking part fixes (overflows and timeouts).
A lot of bugfixes, stability improvements.
= Revolut - internal service (HR related) =
worktime: 4 months
tech stack: python3.7, django2, django rest framework3, celery4, postgres10
role: senior python developer
Joined to ready established project. Brought a lot of improvements and new approaches to backend codebase and infrastructure
Improvements and decrease code redundancy over the project during refactoring. Increased code stability. Great test coverage.
Created test server deployment for frontend testing. Implemented additional migration system to apply data migrations individually.
= Upstack.co - streaming service =
worktime: 5 months
tech stack: python3.7, flask, asyncio, rabbitmq, postgresql10, redis
role: senior python developer
Joined in a just created team of experts to migrate service backend from monolitic and outdated architecure to microservices.
I solved task on architecture of the project, microservices intercommunication using json rest api, rabbitmq and postgre.
Implemented efficient pubsub exchange on rabbitmq for websockets notifications across various services.
Implemented 4 microservices. Helped a lot with devops settings for api gateway.
= Polyx - cryptocurrency exchange =
worktime: 1.5 years
tech stack: python3.6, django2, celery4, postgresql10, rabbitmq, redis
role: lead backend developer
Started this project, designed architecture, integrations, db structure and more.
Implemented full backend solution: rest api, order books processing, paygates integration, cryptocoins integrations.
It supports: 3 fiat paygates, about 8 cryptocoins, internal rest api, integration api for partners, bots.
Made this project alive and really proud of it!
= Pagefreezer - social media archiving platform =
worktime: 1.5 years
tech stack: python2.7, tornado, cassandra, mongodb2, rabbitmq
role: senior python backend developer
Social media data processing platform build on top of Tornado. Joined team right before the start development of the new version.
The new solution was built using microservice architecture using rabbitmq and Cassandra as primary data storage.
orked on various services, especially on interaction with social media networks and data normalization,
Developed service for digital documents signing. rest api implemented as well.
= Ajillion - online ads exchange and bidding platform =
worktime: 6 months
tech stack: python2.7, django1, mysql5, vertica, celery, rabbitmq, redis, lua
role: senior python backend developer
Built on top of Django. I joined the team when service was already in production and my main role
was enhancing administrator console functionality on backend side.
I got strong OOP experience, including metaclasses and constructing types on the fly.
Learned some concepts of ad exchange internals.
Was acquired by CrossRider and unfortuanlly ads department was closed.
= Rebelmouse - social media aggregation startup =
worktime: 3 years
tech stack: python2.7, django1, mysql4, celery, rabbitmq, redis
role: senior python developer with js skills
Rebelmouse.com built on top of Django.
I joined in the beginning of development and actively worked to bring it to production.
This is the first experience of work with a big global team.
The main achievement - developed from scratch statistics functionality:
gather, transform, store, visualize to users.
Worked on social auth support for mobile application and REST backend endpoints.
= Upwork - best freelance platform =
worktime: 7 years
tech stack: django1, flask, pyqt, mysql, mongodb and more
role: freelancer for various projects
In 7 years, I’ve been working on Upwork as python developer,
I’ve worked with 22 clients and completed 27 projects.
I worked as a team member or as independed standalone developer.
Various tasks - great experience!
Special interests (What I dig after hours)
============================================
Asyncio
MongoDB (nice storage), QT (best crossplatform GUI toolkit ever),
SSH(protocol you always use)
I have a pet project: RPC framework for microservice architecture, like gRPC,
but without type definitions, peer-to-peer concept, secure, python3 oriented.
Developed on top of asyncio and ssh protocol specifications.
Got a working prototype with pyqt ui support, networking, simple storage
and even full js support to write services right in js.
Details (questions and answers)
============================================
* What about Python?
Strong experiense with famous python frameworks: Django, Tornado, Flask
Asyncio, threads, multiprocessing as special interest.
Some desktop experience: PyQT
Python extending with ctypes and extensions in swig or cython
* What about Web?
Most of the projects I worked on are backend projects.
I have strong knowledges how WWW and network work (browsers, servers, protocols, and so on)
Familiar with JS, but I'm a python developer, so backend is my passion!
* What about Linux?
I'm everyday Linux user for more than 12 years, so I really know what Linux is.
Strong experience in configuring servers for various usages, scripting, automation.
Linux is like my second home)
* SQL experience?
Worked mostly with Postgres with django orm, sqlalchemy.
Have worked with complicated joins, nested queries, partitioning.
* NOSQL skills?
MongoDB, really love it. Worked a lot with Redis.
* Languages I speak
Russian, English (IELTS overal score: 6)
* Remote? Relocation?
Will check any variant in details! UK/EU/US work permit assistance is required!
* Mentorship?
I was asked to run personal classes for C++ developer about python.
Main topics were: python and limitation for CPU bound tasks, parallel programming,
MPI, python speedup with c/c++ modules. Classes were 3-4 hours long for 5 days in a row.
At the end of the course there was a practical project with the appliance of all technologies studied:
build a simple CPU bound python app, then distributed it with MPI and speedup with swig/ctypes/cython.
Developer studied everything and confirmed knowledge with a finished test task.
* Any management experience?
I worked as a project manager on Digital Signage project.
I created a team of 3 developers I managed.
I communicated the customer directly.
The project was frozen after 2 months of development, cause investment issues.
The first presentation of the prototype (mobile app, admin console) was successful
and was approved by customer and investor,
but investor decided to stop funding the project by own reason and customer did not find another funding source.
The project was started well and I regret it was not completed.
=== Contact me now! [email protected] ===
Set a meeting with me using calendy https://calendly.com/solarw-mail/30min
* updated: 07.09.2022. check the latest version on http://solarw.github.io *
generated using python!