/** * Section presenting personal background information, education, and key overview facts */ export default function About() { return (
{/* Section Header */}

// 01. Introduction

About me.

{/* Personal Bio Paragraphs */}

Hey there! André here—a full-stack developer based in Karlsruhe. A childhood fascination with computers sparked this journey, which has since evolved into a true passion for software development. {/* German: Hey! Hier ist André – ein Full-Stack-Entwickler aus Karlsruhe. Eine Faszination für Computer seit meiner Kindheit hat diesen Weg geebnet, der sich seitdem zu einer echten Leidenschaft für Softwareentwicklung entwickelt hat. */}

Through my training at Developer Akademie, I gained hands-on experience building real-world software, backed by rigorous code reviews. This technical background has been put into practice and expanded across a variety of solo and collaborative group projects. {/* German: Während meiner Ausbildung an der Developer Akademie habe ich viel praktische Erfahrung beim Bauen von echter Software gesammelt, unterstützt durch gründliche Code-Reviews. Diesen technischen Hintergrund konnte ich in vielen eigenen Projekten sowie in Gruppenprojekten direkt in die Praxis umsetzen und vertiefen. */}

Feel free to explore my recent work below to see these skills and problem-solving approaches in action. {/* German: Schau dir gerne unten meine aktuellen Arbeiten an, um meine Fähigkeiten und Lösungsansätze in Aktion zu sehen. */}

{/* Quick Facts Card */}
{/* Card Header */}

//{" "} Quick Facts

{/* Key Highlights List */}
  • Languages: German, English
  • Core Stack: Angular (TS), React (Next.js)
  • Core Focus: Clean Code & Architecture
  • Status: Available for projects
{/* Footer Tagline */}
`Keep it simple, keep it clean.`
); }