Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.44 KB

README.md

File metadata and controls

63 lines (49 loc) · 1.44 KB

👋 Welcome!

wakatime

class AboutMe(Life):

    name = "Daniel"
    age = 0x11
    location = "Russia"
    education = "Student"
    meta = "@D4n13l3k00"
    tg_blog = "@theD4n13l3k00"
    website = "D4n13l3k00.ru"

    class Contacts:
        telegram, vk, github = ["@D4n13l3k00"] * 3
        matrix = "@itsd4n13l3k00:matrix.org"

    class TelegramBots:
        demotilifebot = "@demotilifebot"
        ipcalcerbot = "@IPCalcerBot"
        annmkbot = "@annmkbot"

    class OSs:
        class DualBoot:
            linux = "Arch Linux"
            windows = "Windows 11"
        class NothingPhone1:
            android = "NothingOS 2.5.3A | Android 14"
            root = "Magisk"
            xposed = "LSposed"

    class Langs:
        python = "Python"
        js = "JavaScript"
        rust = "Rust"
        go = "Go"
        bash = "Bash"

    class Containers:
        docker = "Docker"
        k8s = "K3s, K0s"

    class Databases:
        postgresql = "PostgreSQL"
        sqlite = "SQLite"

    class Web:
        vite = "Vite"
        react = "React"
        nextjs = "Next"
        sveltekit = "SvelteKit"
        jquery = "jQuery"

Counter