Skip to content
View Evgeniy-Golodnykh's full-sized avatar
  • Moscow
  • 14:43 (UTC +03:00)

Block or report Evgeniy-Golodnykh

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
Evgeniy-Golodnykh/README.md

Hi there 👋 , I'm Evgeniy

I'm a versatile developer, with experience in building web platforms. I like accessibility, performance and robust code.

class WhoAmI:

    def __init__(self):
        self.name = 'Evgeniy Golodnykh'
        self.position = 'Python Developer'
        self.current_work = 'Writing code'
        self.web = 'https://www.github.com/Evgeniy-Golodnykh'
        self.code = {
            'backend': ['Python', 'Django', 'FastAPI', 'Flask', 'Quart',],
            'database': ['MongoDB', 'PostgreSQL', 'SQLite',],
            'devops': ['Linux', 'Docker', 'Synology Container Manager', 'GitHub Actions', 'Grafana',],
            'tools': ['Jupyter Notebook', 'GitHub', 'Postman', 'Nginx', 'Synology Virtual Machine Manager',],
            'misc': ['SCRUM', 'SOLID', 'Stack Overflow', 'Jira', 'Kaiten', 'Notion', 'ChatGPT',],
        }
        self.language_spoken = ['ru_RU', 'en_US',],

    def __str__(self):
        return f'{self.name} | {self.position}'


if __name__ == '__main__':
    me = WhoAmI()
    print(me)

A little bit of statistics

Github Stats

Top Langs

Codewars Visitors

Pinned Loading

  1. prosept_product_markup prosept_product_markup Public

    Manufacturer and marketplace product matching app

    JavaScript 1

  2. blackfox_backend blackfox_backend Public

    API for blackfox website

    Python

  3. movies_notifications movies_notifications Public

    Telegram notification of the newest movies from Kinomax theater

    Python

  4. foodgram foodgram Public

    Social network for publishing culinary dishes and recipes

    JavaScript

  5. ambassadors_crm ambassadors_crm Public

    Forked from Ivanmatv/backend_CRM

    CRM systems for Yandex Practice Ambassadors.

    Python

  6. urlcut urlcut Public

    URL-shortener app

    Python