Skip to content
View extekky's full-sized avatar
:octocat:
Bisy
:octocat:
Bisy

Block or report extekky

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
extekky/README.md
from typing import Tuple, List, Dict, Set

class Stas:
    pass

class Attributes(Stas):
    def contact(self) -> List[str]:
        telegram = ["macronx", "stdoq"]
        return telegram

    def life(self) -> Tuple[List[str], int]:
        langs = ['Russian', 'English']
        age   = 22
        return langs, age

    def tools(self) -> Dict[str, List[str]]:
        return {
            'devops'       : ['docker', 'k8s', 'minikube', 'ansible', 'orbstack'],
            'observability': ['grafana', 'prometheus', 'loki'],
            'dev'          : ['git', 'gitkraken', 'tmux', 'neovim', 'nginx'],
            'ai'           : ['ai_agents', 'openclaw', 'n8n'],
            'databases'    : ['postgres', 'sqlite'],
            'lab'          : ['containerlab', 'postman'],
        }

    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str, Set[str]]]:
        langs = {
            'expert'      : ['python'],
            'intermediate': ['c', 'lua', 'bash'],
            'learning'    : ['go', 'rust', 'assembly']
        }
        specialities = ['Backend', 'NetOps', 'DevOps', 'SRE', 'Frontend']
        ide          = ['VS_Code', 'PyCharm', 'Clion', 'Sublime']
        pc           = {
            'MacOS'       : {'macbook air m4'},
            'Ubuntu_22_04': {'hp'}
        }
        return langs, specialities, ide, pc

Pinned Loading

  1. ansbook ansbook Public

    A minimalistic and fast exam preparation SPA application built on React 19 and Vite 6. StasikHub transforms static Markdown files into an interactive learning experience with KaTeX support, syntax …

    JavaScript

  2. english english Public

    A software solution with a command-line interface (CLI) designed to systematize and intensify the process of learning English vocabulary.

    Python

  3. hyToggle hyToggle Public

    A lightweight switch for Hysteria2 that lives in the macOS system tray. No overloaded interfaces and unnecessary settings: just your configs, one click and automatic control of the system proxy.

    Swift

  4. livecode livecode Public

    A lightweight tool for pair programming on a local network. Allows two participants (for example, a teacher and a student) to simultaneously edit a shared .py file through a browser with instant sy…

    Python