-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
208 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Размер одежды: XL | ||
|
||
## Размер Обуви | ||
|
||
| UK | EUR | US | CM | | ||
|----|-----|----|----| | ||
| 11 | 46 | 12 | 30 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{% extends "_layouts/blank.html" %} | ||
|
||
{% block main %} | ||
|
||
<div class="my-2 flex justify-between"> | ||
<div> | ||
<h1>Лейбович Никита</h1> | ||
<div class="flex gap-2 my-4"> | ||
<a class="btn btn-sm btn-primary" href="mailto:[email protected]">Почта</a> | ||
<a class="btn btn-sm btn-primary" href="https://t.me/potykion">Telegram</a> | ||
<a class="btn btn-sm btn-primary" href="https://github.com/potykion">Github</a> | ||
</div> | ||
|
||
<h2>Python Backend Developer</h2> | ||
<ul> | ||
<li><strong>Желаемая зарплата:</strong> 400 000 ₽</li> | ||
<li><strong>Навыки:</strong> Django • Flask • pytest • mypy • Google Cloud • BitBucket Pipelines</li> | ||
<li><strong>Open Source:</strong> | ||
<a href="https://github.com/pydantic/pydantic/pull/444">pydantic#444</a> • | ||
<a href="https://github.com/yc-actions/yc-sls-container-deploy/pull/427">yc-sls-container-deploy#427</a> | ||
• | ||
<a href="https://github.com/python/typeshed/pull/2278">typeshed#2278</a> | ||
</li> | ||
<li> | ||
<strong>Мои проекты:</strong> | ||
<a href="https://potyk.io/">potyk.io</a> • | ||
<a href="https://github.com/potykion/jinja2xlsx">jinja2xlsx</a> • | ||
<a href="https://github.com/potykion/repka">repka</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div> | ||
<img src="/static/images/me.jpeg" class="w-32 "> | ||
</div> | ||
</div> | ||
|
||
<h2>Опыт работы</h2> | ||
<h3><a href="https://rbcn.mobi/">RuBeacon</a> • 2016 — 2024</h3> | ||
<ul> | ||
<li>Сервер для мобильных приложений по доставке еды <strong>[Google App Engine, webapp2, Flask]</strong></li> | ||
<li>Перевод 100000 строк кода с Python 2 на Python 3 <strong>[six, mypy, Flask]</strong></li> | ||
<li>CI для проверки качества кода и деплоя <strong>[Bitbucket Pipelines, pytest, mypy, ruff]</strong></li> | ||
<li>Оптимизация трат в облаке <strong>[Google Cloud Monitoring, Google Cloud Logging, BigQuery]</strong></li> | ||
<li>Система электронного документооборота <strong>[Django, pydantic, openpyxl, pdfKit, docxtpl]</strong></li> | ||
<li>Интеграции с системами доставки: Iiko, FrontPad, Mobidel <strong>[requests, xmltodict, lxml]</strong></li> | ||
<li>Telegram бот для уведомлений о заказах <strong>[python-telegram-bot]</strong></li> | ||
<li>Система синхронизации данных из Google DataStore в BigQuery <strong>[Google ndb, BigQuery]</strong></li> | ||
</ul> | ||
<h3><a href="https://web-aspect.ru/">WebAspect</a> • 2021 — 2023</h3> | ||
<ul> | ||
<li>Интеграции с медицинскими системами ЕРИС ЕМИАС <strong>[requests, lxml]</strong></li> | ||
<li>Поддержка нескольких бд, оптимизация и кеширование запросов <strong>[Django, Redis, pandas]</strong></li> | ||
<li>Межсерверное взаимодействие между медицинскими организациями <strong>[Django, requests]</strong></li> | ||
</ul> | ||
<h3><a href="https://mcdonalds.ru/">McDonald's</a> • 2017 — 2019</h3> | ||
<ul> | ||
<li>Админка и API для мобильного приложения McDonald's <strong>[Django, Gentelella]</strong></li> | ||
<li>API для акции "Монополия" <strong>[Django Rest Framework, Celery, requests]</strong></li> | ||
<li>Плагин для кассы для сканирования QR-кодов <strong>[wxPython, PyInstaller]</strong></li> | ||
</ul> | ||
{% endblock %} |
Oops, something went wrong.