From 291f1bd93b169409fece0e3f124ee0dfa63f0e49 Mon Sep 17 00:00:00 2001 From: Tim Kainz Date: Sun, 5 Apr 2026 15:39:22 +0200 Subject: [PATCH] added corrected timeline info --- src/pages/home/home.ts | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/pages/home/home.ts b/src/pages/home/home.ts index a9d84a0..96d8df0 100644 --- a/src/pages/home/home.ts +++ b/src/pages/home/home.ts @@ -78,21 +78,13 @@ export class Home { readonly timeline: TimelineItem[] = [ { - role: 'Senior Fullstack Developer', - company: 'Northline Digital', - period: '2023 - Present', + role: 'Internship - Backend & Architecture Engineer', + company: 'Industrie Informatik GmbH', + period: '2025', highlights: [ - 'Led Angular frontend redesign for enterprise dashboard products.', - 'Built C# microservices and optimized API response times by 30%.', - ], - }, - { - role: 'Software Engineer', - company: 'CloudMotion Labs', - period: '2020 - 2023', - highlights: [ - 'Delivered Flutter apps with shared design system and CI pipelines.', - 'Developed secure backend services with clean architecture patterns.', + 'Implemented a Spring Boot API for the Tasktimer Application including database access and reporting capabilities.', + 'Designed and implemented a reliable Jira connectivity solution for the Tasktimer backend, ensuring consistent data synchronization and performance.', + 'Contributed to architectural discussions and decisions, influencing the overall direction and stability of the Tasktimer application.', ], }, ];