Maximilian Wolf Logo

Hi! My name is Maximilian Wolf,
Software Engineer and IT Consultant from Germany.

OR
fn get() -> Self {
    MaximilianWolf {
        role: vec![
            "Software Engineer",
            "IT Consultant",
            "Full Stack Dev"
        ],
        coding_skills: vec![
            "Java",
            "Rust",
            "TypeScript",
            "Python"
        ],
        locale: vec![
            "de_DE",
            "en_EN"
        ],
    }
}