Skip to content

Commit d4a8a5a

Browse files
committed
feat: update project demo links and add Home Assistant integration project
1 parent 16559c3 commit d4a8a5a

4 files changed

Lines changed: 70 additions & 62 deletions

File tree

app/data/projects-data.ts

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const projects: Project[] = [
130130
description:
131131
'At e:fs TechHub, I developed the product page for Trajectory Trace, showcasing its features and benefits. It combines a Docusaurus-powered documentation site with a custom React frontpage, delivering a seamless user experience.',
132132
technologies: ['React', 'Docusaurus', 'TypeScript', 'CSS'],
133-
demo: 'https://disrupt.sdk-dev.efs.ai/docs/',
133+
demo: 'https://city.dev.sdk-cloud.de/docs/',
134134
image: 'images/ttd.webp',
135135
category: 'web',
136136
showOnMain: false
@@ -141,9 +141,19 @@ export const projects: Project[] = [
141141
"At e:fs TechHub, I contributed to the development of Trajectory Trace, a cutting-edge platform for realtime traffic data processing and analysis. My work focused on enhancing the system's scalability and performance in both Rust backend and Next.js frontend.",
142142
technologies: ['Rust', 'Next.js', 'TypeScript', 'MQTT', 'Kafka'],
143143
image: 'images/tt.webp',
144-
demo: 'https://disrupt.sdk-dev.efs.ai/',
144+
demo: 'https://city.dev.sdk-cloud.de/',
145145
category: 'fullstack',
146146
showOnMain: false
147+
},
148+
{
149+
title: 'Home Assistant Integration',
150+
description:
151+
'To quickly retrieve the current meal plans of the TH Ingolstadt canteens, I developed a Home Assistant integration that fetches data from the Neuland API and exposes it via sensors. The integration also allows customization of locations and price groups.',
152+
technologies: ['Home Assistant', 'Python', 'GraphQL'],
153+
image: 'images/ha.webp',
154+
github: 'https://github.com/robert27/hacs-thi-mensa',
155+
category: 'tool',
156+
showOnMain: false
147157
}
148158
]
149159

0 commit comments

Comments
 (0)