Skip to content
View infanasotku's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report infanasotku

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
infanasotku/README.md

Maxim Gerasimov

#!/usr/bin/python

class SoftwareEngineer:
    def __init__(self):
        self.name = "Maxim Gerasimov"
        self.role = "Software Engineer"
        self.languages_spoken = {"ru_RU", "en_US"}
        self.languages_used = {"Python", "Typescript", "Go", "C++"}
        self.frameworks_used = {"FastAPI", "Vue.js"}
        self.technologies_used = {
            "PostgreSQL",
            "Redis",
            "RabbitMQ",
            "Kubernetes",
            "Sentry",
            "Kafka",
            "Prometheus",
            "Qdrant",
        }

    def __str__(self):
        return "More technologies -> more fun!"

me = SoftwareEngineer()
print(me)

Pinned Loading

  1. netku-proxy netku-proxy Public

    Proxy management microservice for the netku platform

    Python

  2. netku-xray netku-xray Public

    Xray wrapper microservice for the netku platform

    Go

  3. netku-automation netku-automation Public

    Jinja

  4. netku netku Public

    Own server ecosystem (deprecated; splited into netku-proxy,netku-sentinel)

    Python

  5. NSUDA-deprecated- NSUDA-deprecated- Public

    NaSotkUDefencedAccess - secured channel for sending your data.

    Vue