Skip to content
View ignat-one's full-sized avatar
πŸ’­
without being negative
πŸ’­
without being negative

Block or report ignat-one

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
ignat-one/README.md

Hi πŸ‘‹, I'm Ignat Khaylov

I'm a Go backend developer at Avito. I have 7 years of web delevoping experience. For the last 5 years I have been working with advertising technology, such as VAST, VPAID, Prebid.js, Header Bidding, and dealing with web traffic antifraud issues.

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

Go PostgresKIBANA APACHEKAFKA GRAFANA Kubernetes PROMETHEUS VAULT Swagger JavaScript TypeScript DigitalOcean Express.js NodeJS NestJS Nginx MariaDB MySQL

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

🀝 Connect with me

LinkedIn


Pinned Loading

  1. dotenv dotenv Public

    A Go package to locate and load .env files from any directory efficiently

    Go 3

  2. git add . && git commit -m "<current... git add . && git commit -m "<current branch name> <commit message>"
    1
    function gcommit() {
    2
        # Retrieve the current branch name
    3
        local branch_name=$(git rev-parse --abbrev-ref HEAD)
    4
        
    5
        # Check if we successfully retrieved a branch name