From d5fc7c58036d8c20742403b4af39a595dea1d59d Mon Sep 17 00:00:00 2001 From: Waog Date: Thu, 6 Aug 2026 14:18:01 +0200 Subject: [PATCH 1/2] =?UTF-8?q?feat(frontend):=20=E2=9C=A8=20update=20hero?= =?UTF-8?q?=20summary=20to=20reflect=2025=20years=20of=20experience=20in?= =?UTF-8?q?=20software=20development?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove `passionate`, as it's a generic unproved claim - replace `broad-minded` with `broad technical perspective` for more clarity. - I'm not a hippy, but a generalist - `responsible` with `ownership` for more clarity - I'm not simply a reliable code monkey --- .../src/lib/hero-content/hero-content.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/feature/about-me/src/lib/hero-content/hero-content.component.html b/libs/feature/about-me/src/lib/hero-content/hero-content.component.html index ed1f809c..3d17121c 100644 --- a/libs/feature/about-me/src/lib/hero-content/hero-content.component.html +++ b/libs/feature/about-me/src/lib/hero-content/hero-content.component.html @@ -28,9 +28,9 @@

Oliver Stadie

}

- Well-organized, broad-minded, passionate and responsible IT - professional. Focus on aligning technical solutions with business - objectives. + 25 years of experience in software development, well-organized, with a + broad technical perspective and a strong sense of ownership. Focused on + aligning technical solutions with business objectives.

From 621af0e0f1d3b5a54dce1f64151279bd8be50feb Mon Sep 17 00:00:00 2001 From: Waog Date: Thu, 6 Aug 2026 14:18:01 +0200 Subject: [PATCH 2/2] =?UTF-8?q?feat(frontend):=20=E2=9C=A8=20update=20hero?= =?UTF-8?q?=20summary=20to=20reflect=2025=20years=20of=20experience=20in?= =?UTF-8?q?=20software=20development?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove `passionate`, as it's a generic unproved claim - replace `broad-minded` with `broad technical perspective` for more clarity. - I'm not a hippy, but a generalist - `responsible` with `ownership` for more clarity - I'm not simply a reliable code monkey --- apps/frontend-e2e/src/tests/about-me.spec.ts | 2 +- .../src/lib/hero-content/hero-content.component.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/frontend-e2e/src/tests/about-me.spec.ts b/apps/frontend-e2e/src/tests/about-me.spec.ts index 2958860b..afc1d075 100644 --- a/apps/frontend-e2e/src/tests/about-me.spec.ts +++ b/apps/frontend-e2e/src/tests/about-me.spec.ts @@ -21,7 +21,7 @@ test.describe('About Me Section', () => { ); await expect(aboutMe.heroLocation).toHaveText('Berlin (Germany)'); await expect(aboutMe.heroSummary).toHaveText( - /Well-organized.*professional.*business/s + /\d\d years.*ownership.*solutions/s ); }); diff --git a/libs/feature/about-me/src/lib/hero-content/hero-content.component.html b/libs/feature/about-me/src/lib/hero-content/hero-content.component.html index ed1f809c..3d17121c 100644 --- a/libs/feature/about-me/src/lib/hero-content/hero-content.component.html +++ b/libs/feature/about-me/src/lib/hero-content/hero-content.component.html @@ -28,9 +28,9 @@

Oliver Stadie

}

- Well-organized, broad-minded, passionate and responsible IT - professional. Focus on aligning technical solutions with business - objectives. + 25 years of experience in software development, well-organized, with a + broad technical perspective and a strong sense of ownership. Focused on + aligning technical solutions with business objectives.