Skip to content
View SchlangeGoto's full-sized avatar

Highlights

  • Pro

Organizations

@setup-studios

Block or report SchlangeGoto

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
SchlangeGoto/README.md
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█                                                                       █
█   ████████╗███████╗ ██████╗██╗  ██╗    ███████╗███╗   ██╗████████╗   █
█   ╚══██╔══╝██╔════╝██╔════╝██║  ██║    ██╔════╝████╗  ██║╚══██╔══╝   █
█      ██║   █████╗  ██║     ███████║    █████╗  ██╔██╗ ██║   ██║      █
█      ██║   ██╔══╝  ██║     ██╔══██║    ██╔══╝  ██║╚██╗██║   ██║      █
█      ██║   ███████╗╚██████╗██║  ██║    ███████╗██║ ╚████║   ██║      █
█      ╚═╝   ╚══════╝ ╚═════╝╚═╝  ╚═╝    ╚══════╝╚═╝  ╚═══╝   ╚═╝      █
█                                                                       █
█              [ 16 y/o  |  HTL Rennweg  |  Vienna 🇦🇹 ]               █
█                                                                       █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

"I don't just use technology — I live it."


⚡ SYSTEM.INIT()

class TechEnthusiast:
    def __init__(self):
        self.name         = "SchlangeGoto"
        self.age          = 16
        self.location     = "Vienna, Austria 🇦🇹"
        self.school       = "HTL Rennweg — IT Department (Year 2)"
        self.passion_level = float('inf')

        self.obsessions = {
            "networking":  ["Cisco", "routing", "switching", "infrastructure"],
            "development": ["web", "modding", "software"],
            "hardware":    ["custom keyboards", "nerf mods", "3D printing"],
            "media":       ["audio engineering", "video production", "design"],
            "sports":      ["karting", "football"]
        }

    def philosophy(self):
        return "Build. Break. Learn. Repeat."

    def current_mission(self):
        return "Learning everything I can and building whatever's possible"

me = TechEnthusiast()
print(me.philosophy())
# >>> Build. Break. Learn. Repeat.

🔧 TECH.STACK

💾 Languages

const languages = {
    primary:  ["JavaScript", "Java", "Bash"],
    web:      ["HTML5", "CSS3", "Next.js"],
    learning: ["C", "Assembly"]
};

🌐 Networking

expertise:
  devices:   [Cisco]
  programs:  [Cisco Packet Tracer]
  concepts:  [Everything you need]
  goals:     [CCNA, Enterprise Setup]

⚙️ Systems & DevOps

$ cat /etc/tech-stack
  Linux (Ubuntu, Arch, Debian)
  Docker
  VMware & Proxmox
  Git

🎨 Creative & Hardware

.creative-tools {
    design:   Adobe;
    3d:       Blockbench, Fusion360;
    hardware: Arduino, Custom Keebs;
    music:    Ableton;
}

🛠️ PROJECTS.DIR

$ tree ~/projects/active/

~/projects/active/
├── home-lab-infrastructure/
│   ├── server-hardware
│   ├── proxmox
│   ├── networking-gear
│   └── experimenting
│
├── ms-gnk-dart-blaster/
│   ├── mosfets
│   ├── solenoids
│   ├── brushless-motors
│   ├── microcontroller
│   └── 3d-printing
│
├── Akko 3068b plus keyboard/
│   ├── switches
│   ├── foam-mods
│   ├── stabilizers
│   └── soldering
│
├── portfolio-website/
│   ├── next.js
│   ├── react
│   ├── tailwind
│   └── always-wip.txt
│
└── school-projects/
    ├── htl-assignments
    └── experiments

🔥 WHAT DRIVES ME

▶ expand // what_drives_me.txt

The honest truth? I'm obsessed with EVERYTHING tech. Not just interested — obsessed. If it has circuits, writes code, connects to a network, or moves mechanical parts, I want to understand it completely.

My dream setup? If money wasn't a constraint:

  • 3× server racks with enterprise networking gear
  • 10+ custom mechanical keyboards (all hand-built)
  • 20+ modded nerf blasters (engineering + fun)
  • Professional audio/video production studio
  • Complete electronics lab with oscilloscopes and logic analyzers
  • 3D printer farm for rapid prototyping
  • Smart home automation for every device
  • Unlimited microcontrollers for IoT projects

The reality? I'm 16, still in school, money is tight. But that won't stop me from learning everything I can and building whatever's possible with what I have.

What drives me? The pure joy of making technology do exactly what I want. Building from scratch. Optimizing systems. Understanding how everything works at the deepest level.

Technology isn't just my hobby — it's literally how I think. 🚀


📊 METRICS.LOG

$ git log --author="SchlangeGoto" --stat --graph
Stats Streak

Top Langs


🌐 CONNECT

const socials = {
    email:     "dev@kkazi.dev",
    instagram: "@kazi.goto",
    discord:   "SchlangeGoto",
    linkedin:  "Coming Soon™"
};

// Open to:
const lookingFor = [
    "Cool project collaborations",
    "Tech discussions (I can talk for hours)",
    "Learning opportunities",
    "Building something awesome together"
];

Email Instagram Discord

Profile Views


▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█                                                               █
█   "The best way to predict the future is to build it."       █
█                                                               █
█                  Let's build something insane.               █
█                                                               █
█                     — probably some dude                     █
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

Pinned Loading

  1. setup-studios/MC-Milsim setup-studios/MC-Milsim Public

    Java 2

  2. MC-Multi-thread-Mod MC-Multi-thread-Mod Public

    Java