bash — max@portfolio:~
max@portfolio
└─$ whoami
 ███╗   ███╗ █████╗ ██╗  ██╗
 ████╗ ████║██╔══██╗╚██╗██╔╝
 ██╔████╔██║███████║ ╚███╔╝
 ██║╚██╔╝██║██╔══██║ ██╔██╗
 ██║ ╚═╝ ██║██║  ██║██╔╝ ██╗
 ╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝  A I G N E R

Maximilian Aigner

Solutions Engineer · Programming & Automation · Network Systems

name: Maximilian Aigner age: 22 role: Solutions Engineer @ eurofunk Kappacher GmbH edu: HTL Hallein — Betriebsinformatik (Matura 2024) os: Kubuntu // Windows 11 loves: DNS ❤  ·  Python  ·  Finance & Markets status: employed · open to projects location: Salzburg, Austria 🇦🇹
Maximilian Aigner
cat about.txt
max@portfolio
└─$ cat about.txt

I'm a 22-year-old IT specialist from Salzburg, Austria, currently working as a Solutions Engineer at eurofunk Kappacher GmbH — a company that builds mission-critical communication infrastructure. I care about understanding how systems work — not just using tools, but knowing what's happening underneath.

My background combines Computer Science with Business & Technical Mathematics from HTL Hallein. This unusual combination means I can automate a firewall deployment and redesign a production cost calculation model for a steel company (which I did for my diploma thesis).

I learn best by building real things with real stakes. The internal automation tools I've built are used daily by 40+ colleagues. That feedback loop — ship, watch it run, improve it — is how I grow fastest.


max@portfolio
└─$ ls facts/
Born 2002 · Salzburg, Austria 🇦🇹
HTL Hallein 2024 — Computer Science + Business Economics track
Completed mandatory military service (Bundesheer) Jul 2024–Jan 2025
Currently: Solutions Engineer at eurofunk Kappacher GmbH (Feb 2025+)
Focused on Python — interested in ML and data analysis next
Equally fascinated by finance/markets and programming
Daily driver: Kubuntu · Corporate reality: Windows 11
Self-hosts this site on a Hetzner VPS configured from scratch
Love DNS — it's an elegant system
cat stack.json | jq .
max@portfolio
└─$ cat stack.json | jq .
// programming
Python
60%
Bash / PowerShell
30%
TypeScript / Angular
52%
Java (school)
44%
PHP
38%
C / C++ (minor)
10%

※ C/C++ from school — basic pointers/memory. Not actively used. Python is the focus.

// networking
TCP/IP OSI Model Routing & Switching Cisco IOS VLANs VPNs Firewalls Fortigate Sophos DNS ❤
// apis & tools
Fortigate REST API Sophos XML API Binance API Hyperliquid API Telegram Bot API WebSockets OpenCV asyncio
// data & ml
pandas / numpy Data Analysis Housing Price Models Machine Learning (learning) Technical Mathematics Business Economics
// infrastructure
Linux (Kubuntu) Windows 11 Nginx Cloudflare Git Encryption & Salting TryHackMe
cat cv.md
max@portfolio
└─$ cat cv.md

## EXPERIENCE

Feb 2025 – Present
Solutions Engineer
@ eurofunk Kappacher GmbH · Vollzeit · Hybrid · Sankt Johann im Pongau 🇦🇹
Working on IT solutions for mission-critical communication infrastructure. Technical solution design, automation, and networking in a professional product environment.
Jul 2024 – Jan 2025 · 7 months
Grundwehrdiener (Mandatory Military Service)
@ Österreichisches Bundesheer (Austrian Armed Forces)
Completed mandatory service. Discipline, teamwork under pressure, structured problem-solving.
Jul 2023 – Jun 2024 · 1 year
Diplomarbeit — Entwicklung neues Kalkulationsschema
@ Stahlwerk Annahütte Max Aicher GmbH & Co. KG · Hybrid
Diploma thesis at the oldest steel works in the world. Developed a new cost calculation schema for 1+ million article configurations. Applied Technical Mathematics and Business Economics to redesign production cost modelling. Analyzed workflows and recommended production line changes backed by quantitative analysis.
Technical Mathematics Cost Calculation Business Economics Data Analysis
2020–2022 · (3× summer internships)
IT Internship
@ dm drogerie markt Österreich · Salzburg 🇦🇹
IT infrastructure, hardware, internal support in large retail environment.
May–Jun 2019 · 2 months
IT Internship
@ Wüstenrot Gruppe · Salzburg 🇦🇹
First professional IT experience in a financial services company.

## EDUCATION

Sep 2019 – Jun 2024 · 5 years
HTL Hallein — Matura (Abitur)
@ Higher Technical School · Betriebsinformatik (Business Informatics)
Five-year technical school combining Computer Science with Business Education. Programming, networking, databases, project management, accounting, Technical Mathematics. Graduated with Matura + vocational qualification.
Python Angular · Spring Boot Java PHP MySQL Technical Mathematics Business
└─ 📄 Download full CV (PDF) [ add PDF link ]
ls -la ~/projects
max@portfolio
└─$ ls -la ~/projects

6 projects · 2 public · 3 private/work · 1 diploma thesis

 ┌─ STAHLWERK ANNAHÜTTE ────────────────┐
 │  Ältestes Stahlwerk der Welt         │
 │  1.000.000+ Artikelkonfigurationen   │
 │  Kalkulationsschema ──► entwickelt ✓ │
 │  Produktionsanalyse ──► abgegeben ✓  │
 └──────────────────────────────────────┘
DIPLOMARBEIT
Stahlwerk Annahütte — Kalkulationsschema

Diploma thesis at Stahlwerk Annahütte (oldest steel works in the world). Developed new production cost calculation schema for 1+ million configurations. Applied Technical Mathematics + Business Economics to redesign how costs are modelled. Analyzed production data, recommended line changes to management.

Technical Mathematics Business Economics Data Analysis Excel Models
🏭 1M+ configs · Production recommendations submitted
learned: Real industrial problem-solving, cost modelling at scale, presenting to non-technical management
 ┌─ FIREWALL TOOLKIT ────────────────────┐
 │  Excel ──► parse ──► encrypt ──► API  │
 │  Fortigate REST  ──► configure()  ✓   │
 │  Sophos XML      ──► deploy()     ✓   │
 │  [██████████████████] 200+ deployed   │
 └───────────────────────────────────────┘
PRIVATE · WORK
Firewall Toolkit

Internal company tool for complete firewall migration automation. Reads Excel configs, encrypts credentials with salting, deploys via Fortigate REST API and Sophos XML API. Built solo, 40+ active users, 200+ production deployments.

Python Fortigate REST API Sophos XML API Encryption & Salting tkinter UI
⚡ 200+ deployments · 40+ users · days → minutes
learned: APIs at depth, secure credential handling, building production tools people rely on
next: More vendors, audit logging, better error handling
 Browser ──► Flask ──► Switch
 Config: [VLAN] [ACL] [PORT]

 int Gi0/1
  switchport access vlan 20  ✓
 Applied to 12 switches
PRIVATE · WORK
switch-configurator

Browser interface for Cisco switches using config blocks. No CLI needed for routine changes. Python frontend + backend, full web UI.

Python Flask Cisco IOS Netmiko
learned: Network automation, CLI parsing, abstracting complexity for non-engineers
 ws://api.hyperliquid.xyz
 ├── parse_trade() ──► mirror()
 ├── risk_check()  ──► size()
 └── execute()     ──► fill ✓
 Wallet: 0x4f2a... [LIVE]
PUBLIC
Hyperliquid_Copy_Trader

Real-time wallet monitoring via WebSocket. Mirrors trades automatically with risk filters and position sizing.

Python WebSockets Hyperliquid API asyncio
learned: WebSocket event loops, async Python, exchange APIs, latency sensitivity
 binance.get_klines('BTC')
 ├── dip_detect() ──► BUY
 ├── telegram()   ──► alert ✓
 └── execute()    ──► filled ✓
 🦕 Trade-a-saurus Rex
PUBLIC
Trade-a-saurus-Rex 🦕

Automated dip-buying bot on Binance. Configurable strategies, Telegram alerts, AI-assisted development.

Python Binance API Telegram Bot pandas
learned: Large codebase management, AI coding assistant, exchange APIs
 Angular ──HTTP──► REST API
 ├── GET  /cars    [ ][ ][ ]
 ├── POST /rentals { id, dates }
 └── PATCH /users  { status:ok }
 🚗 AutoVermietung
SCHOOL

Full-stack car rental platform. Angular SPA + Spring Boot REST API. Team project from school.

Angular TypeScript Spring Boot Java
learned: Frontend/backend separation, REST design, team git workflow
systemctl status *.wip
max@portfolio
└─$ systemctl status "*.wip"
// tactical_ballistic_system
Real-time bullet drop calc from live video
Cyberpunk HUD overlay on camera feed
Live weather API integration
Learning: OpenCV, physics sims, computer vision

WIP · Private
// hypooorwatcher
Monitors Hyperliquid wallets live
Telegram channel updates
/compare — PnL vs S&P500
Learning: financial benchmarking
// MMAlgo Platform
Deploy & manage trading algos
Live crypto stats dashboard
Learning: platform architecture
// senator-stock-tracker
Scrapes official gov disclosures
Tracks senator trades by ticker
Learning: web scraping, gov data
// vuln-scanner
Scans repos for vulnerable deps
Cross-refs Exploit DB / CVEs
Learning: security research
// recently shipped ✓
Hetzner VPS — Nginx + SSL
This portfolio site
Firewall Toolkit — 200+ deploys
Started at eurofunk
curl -s contact.json
max@portfolio
└─$ curl -s maigner.dev/contact.json

$ Open to opportunities, collaborations, or talking about Python, Programming in general, Networking, Cloud, Automation, Machine Learning.

$ Currently at eurofunk Kappacher — but interested in side projects and the right opportunities.

$ Best via email or LinkedIn · Response: 24–48h

Maximilian Aigner