Skip to content
View AlexanderZharyuk's full-sized avatar
🚀
Work hard
🚀
Work hard
Block or Report

Block or report AlexanderZharyuk

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
AlexanderZharyuk/README.md
class PythonDeveloper:

    def __init__(self):
        self.name = "Alexandr Jariuc"
        self.age = 27
        self.programming_languages = ["Python", "JavaScript"]
        self.languages = ["RU", "EN"]
        self.databases = ["PostgreSQL", "ClickHouse", "MongoDB", "ElasticSearch", "Redis"]
        self.brokers = ["Kafka", "RabbitMQ"]
        self.frameworks = ["Django", "FastAPI", "Flask", "DRF"]
        self.misc = ["Git", "Docker", "Linux"]
        self.currently_looking_for_job = False
        self.socials = {
            "mail": "alexander.zharyuk@gmail.com",
            "telegram": "@rFizique",
            "linkedin": "https://www.linkedin.com/in/alexandr-jariuc-aa0b86235/"
        }

Pinned

  1. async-auth async-auth Public

    FastAPI Auth Service

    Python 1

  2. billing-service billing-service Public

    Billing service via FastAPI

    Python 2

  3. recipes recipes Public

    Telegram Bot with food recipes. Users can likes/dislikes recipes and watch their favorite recipes.

    Python 1 2

  4. python-meetup python-meetup Public

    Telegram bot for PythonMeetup project. Thanks to this bot, you can specify speeches, their description and speakers. Users can ask questions and presenters can answer them inside the bot.

    Python

  5. space-is-beautiful space-is-beautiful Public

    Telegram bot for sending space photos to a telegram group.

    Python

  6. where-to-go where-to-go Public

    Website with interesting places in Moscow city.

    Python