Skip to content
View olegborzov's full-sized avatar

Organizations

@domclick
Block or Report

Block or report olegborzov

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
olegborzov/README.md

Hi there 👋

🇷🇺 I live in Moscow, Russia.
💻 I'm a tech lead at Domclick (Sber).
🤖 Most of the time I'm writing on Python and JS (Angular). Sometimes Go.
✍️ Sometimes I write tech articles on my blog in habr.com

🛠 My fancy badge area

python postgres golang redis k8s asyncio git pycharm prometheus jupyter pandas

Pinned

  1. domclick/pggraph domclick/pggraph Public

    Утилита для работы с зависимостями таблиц в PostgreSQL

    Python 10 3

  2. otus_hasker otus_hasker Public

    Otus homework 6 - Hasker: Poor Man's Stackoverflow

    Python

  3. helloworld_back helloworld_back Public

    Python 11

  4. helloworld-front helloworld-front Public

    TypeScript 4

  5. Restartable decorator for python fun... Restartable decorator for python functions - sync and async versions
    1
    from asyncio import sleep as async_sleep
    2
    from datetime import time
    3
    import logging
    4
    from typing import Tuple, Callable
    5
    
                  
  6. Marshmallow to Sanic-Openapi converter Marshmallow to Sanic-Openapi converter
    1
    from typing import List
    2
    
                  
    3
    from marshmallow import fields, Schema
    4
    from sanic_openapi import doc
    5