📄
🔍
🌳
🧩
TS alex_zsoter.ts
📝 README.md
JS skills.js
import { Developer } from '@backend/symfony';
import { CloudEngineer } from '@devops/infrastructure';

/**
 * PROFIL A: Junior Software Developer | PHP (Symfony) & Cloud Infrastructure
 * PROFIL B: Junior Cloud Platform Engineer | DevOps, Go & Terraform Enthusiast
 * 
 * Vielseitiger Entwickler mit Backend- und Cloud/DevOps-Expertise.
 */
export class AlexZsoter extends Developer implements CloudEngineer {

    constructor() {
        super();
        this.name = "Alex Zsoter";
        this.email = "alex@zsoter.com";
        this.mobile = "+49 172 256 2523";
        this.location = "Öhringen, Deutschland";
        this.website = "zsoter.com";
        this.github = "github.com/alexzsoter";
    }

    /* ---------------------------------------------------------
       PRAXISPROJEKTE
       --------------------------------------------------------- */
    public getProjects() {
        return [
            {
                name: "RexoJob – Reverse Recruiting Platform",
                period: "09/2024 – 11/2025",
                roleBackend: "Full Stack Engineer (Symfony & React)",
                roleCloud: "Backend & DevOps Engineer",
                tech: ["Symfony 7", "API Platform", "Docker Compose", "PostgreSQL"],
                tasks: [
                    "Entwicklung einer skalierbaren REST-API mit Symfony & API Platform",
                    "Containerisierung der Anwendungsarchitektur mit Docker Compose",
                    "Automatisierung von Build- und Deployment-Prozessen via CI/CD"
                ]
            },
            {
                name: "StratusOps & pg-hot-swap (Open Source)",
                role: "DevOps & Cloud Infrastructure Engineer",
                tech: ["Golang", "Terraform", "Hetzner Cloud", "GitHub Actions"],
                tasks: [
                    "Entwicklung eines High-Availability Proxies für Zero-Downtime DB-Migrationen (Go)",
                    "Bereitstellung von Cloud-Infrastruktur (IaC) auf Hetzner Cloud mittels Terraform",
                    "Automatisierung von Release-Prozessen via GitHub Actions"
                ]
            },
            {
                name: "Rohej Radio Hungary",
                role: "Mobile App Developer",
                period: "2025",
                tech: ["Flutter", "Dart", "PHP Backend"],
                tasks: [
                    "Entwicklung einer nativen Streaming-App für iOS und Android",
                    "Integration von Live-Audio-Protokollen und Push-Notifications"
                ]
            }
        ];
    }

    /* ---------------------------------------------------------
       AUSBILDUNG
       --------------------------------------------------------- */
    public getEducation() {
        return {
            degree: "IT-Fachausbildung (Softwareentwicklung & Netzwerktechnik)",
            institution: "SZC Szentesi Pollák Antal Technikum, Ungarn",
            period: "09/2017 – 06/2021",
            note: "Staatlich anerkannter Abschluss (EQF Level 4/5 equivalent)"
        };
    }
}
# Alex Zsoter - Junior Developer
## Backend (PHP/Symfony) | Cloud & DevOps (Go/Terraform)

## 📋 Kurzprofil

### 🔧 Backend-Fokus (Symfony)
Backend-Entwickler mit fundierter Expertise in Symfony-Anwendungen sowie
praktischer Erfahrung in Cloud-Infrastruktur (Terraform, Docker) – eine
seltene Kombination für effiziente End-to-End-Entwicklung.

### ☁️ Cloud-Fokus (DevOps)
Cloud-affiner Entwickler mit starker Leidenschaft für Infrastructure as Code,
Automatisierung und Go-Programmierung. Praktische Erfahrung im Aufbau von
High-Availability-Systemen durch eigene Open-Source-Projekte.

Wohnhaft in Öhringen – ideal für den Standort **Heilbronn/Neckarsulm**.

## 🌐 Sprachen
- **Deutsch:** Verhandlungssicher
- **Englisch:** Verhandlungssicher
- **Ungarisch:** Muttersprache

## 💪 Stärken
- Schnelle Auffassungsgabe
- Analytisches Denken
- Hohe Eigenmotivation (Autodidakt)
- Lösungsorientierte Arbeitsweise

## 🔗 Links
- [Website](https://zsoter.com)
- [GitHub](https://github.com/alexzsoter)
- [Email](mailto:alex@zsoter.com)

<!-- 
    Production-Ready Junior Developer
    Raum Heilbronn/Hohenlohe
-->
/**
 * IT-Kenntnisse - Alex Zsoter
 * Backend Developer (PHP/Symfony) | Cloud Platform Engineer (Go/Terraform)
 */

const itKenntnisse = {
    // Backend-Fokus (Symfony)
    backend: [
        "PHP 8 (Deep Dive)",
        "Symfony 6/7 (Advanced)",
        "API Platform",
        "Doctrine ORM"
    ],
    // Cloud-Fokus (DevOps)
    cloudDevOps: [
        "Terraform (Infrastructure as Code)",
        "Docker (Compose)",
        "Kubernetes (Grundlagen)",
        "GitHub Actions (CI/CD)",
        "AWS (S3, Lambda)",
        "Hetzner Cloud"
    ],
    // Weitere Sprachen
    programmierung: [
        "Go (Golang)",
        "Python"
    ],
    datenbankOS: [
        "Linux (Ubuntu)",
        "Shell Scripting",
        "PostgreSQL",
        "MySQL",
        "MongoDB",
        "Git"
    ]
};

const staerken = [
    "Schnelle Auffassungsgabe",
    "Analytisches Denken",
    "Hohe Eigenmotivation (Autodidakt)",
    "Lösungsorientierte Arbeitsweise"
];

export default { itKenntnisse, staerken };