Hi! My name is Maximilian Wolf,
Software Engineer and IT Consultant from Germany.
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"
],
}
}