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
-
ansbook
ansbook PublicA 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
-
english
english PublicA software solution with a command-line interface (CLI) designed to systematize and intensify the process of learning English vocabulary.
Python
-
hyToggle
hyToggle PublicA 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
-
livecode
livecode PublicA 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
If the problem persists, check the GitHub status page or contact support.
