Ubert
The development of Ubert – A stateless Uber Clone built with AWS and React
I'm a computer science student in the sixth semester. I love any kind of sport like running, biking, hiking or spikeball etc.
Now PageThis 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
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.
---
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>