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 - Aug 08, 2025

This is what I'm working on

Qanis

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

Marathon

Currently training for the Cologne Generali Marathon with the aim to run 3:30h

50%
Jul 01, 2025
Oct 05, 2025

Studying Computer Science

Currently I'm studying computer-science and media in the sixth 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.