Hi, I'm Lucca!

I'm a computer science student in the sixth semester. I love any kind of sport like running, biking, hiking or spikeball etc.

Now Page
A picture of me.

Now - Mar 05, 2026

This is what I'm working on

Qanis

Last year we've built a quadruped robot. All parts are designed and 3D printed by ourselves.

Marathon

Currently training for the Innsbruck Alpine: K35

0%
Jan 01, 2026
May 02, 2026

Studying Computer Science

Currently I'm studying computer-science and media in the eighth semester at Hochschule der Medien - Stuttgart

Personal Website

Maintaining this personal website where I share stuff about my projects. Currently rebuilding it using astro.

index.astro
Header.astro

										---
import "../styles/app.css";
import Footer from "../components/Footer.astro";
import Header from "../components/Header.astro";
---

<!doctype html>
<html lang="en" >
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width" />
		<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
		<meta name="generator" content={Astro.generator} />
		<title>Astro Basics</title>
	</head>
	<body>
		<Header />
		<slot />
		<Footer />
	</body>
</html>
										

Personal Blog

Here I write about projects I created and stuff in my life.