Compare commits

...

2 Commits

Author SHA1 Message Date
Andreas Dahm
2d82cdfd6b Merge remote-tracking branch 'origin/main'
All checks were successful
Build, Test & Push Frontend / quality-check (push) Successful in 1m21s
Build, Test & Push Frontend / docker (push) Successful in 1m16s
2026-03-26 09:09:25 +01:00
Andreas Dahm
00ebedfc90 Updated about page 2026-03-26 09:09:15 +01:00
4 changed files with 30 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ export class AboutComponent {
{
key: 'ABOUT.XP.COMPANY9',
logo: AssetsConstants.COLORDIGITAL_LOGO,
no_highlights: true
no_highlights: false
},
{
key: 'ABOUT.XP.COMPANY8',
@@ -134,6 +134,8 @@ export class AboutComponent {
'ABOUT.SKILLS.JAVA',
'ABOUT.SKILLS.SPRING',
'ABOUT.SKILLS.ANGULAR',
'ABOUT.SKILLS.VUE',
'ABOUT.SKILLS.REACT',
'ABOUT.SKILLS.TYPESCRIPT',
'ABOUT.SKILLS.CSHARP',
'ABOUT.SKILLS.PYTHON'
@@ -145,7 +147,9 @@ export class AboutComponent {
'ABOUT.TOOLS.DOCKER',
'ABOUT.TOOLS.K8S',
'ABOUT.TOOLS.JENKINS',
'ABOUT.TOOLS.POSTGRES'
'ABOUT.TOOLS.POSTGRES',
'ABOUT.TOOLS.MONGO',
'ABOUT.TOOLS.GITLAB'
];
skillsEngineering = [

View File

@@ -33,9 +33,11 @@
"EDUCATION": "Ausbildung"
},
"SKILLS": {
"JAVA": "Java 8/21+",
"SPRING": "Spring Boot 2/3",
"ANGULAR": "Angular 19+",
"JAVA": "Java",
"SPRING": "Spring Boot",
"ANGULAR": "Angular",
"VUE": "Vue.js",
"REACT": "React",
"DOCKER": "Docker",
"UNITY": "Unity",
"PYTHON": "Python",
@@ -63,8 +65,13 @@
"XP": {
"COMPANY9": {
"COMPANY": "ColorDigital GmbH",
"ROLE": "Senior Software Engineer",
"TIME": "März 2026 heute"
"ROLE": "Senior Software Engineer - DMIxOS Team",
"TIME": "März 2026 heute",
"HIGHLIGHTS": {
"P1": "Konzeption und Implementierung der zentralen Cloud-Architektur.",
"P2": "Full-Stack-Entwicklung und Optimierung neuer sowie bestehender Systemkomponenten.",
"P3": "Technische Integration von Partnerunternehmen an das eigene Ökosystem."
}
},
"COMPANY8": {
"COMPANY": "Teraport GmbH",

View File

@@ -33,9 +33,11 @@
"EDUCATION": "Education"
},
"SKILLS": {
"JAVA": "Java 8/21+",
"SPRING": "Spring Boot 2/3",
"ANGULAR": "Angular 19+",
"JAVA": "Java",
"SPRING": "Spring Boot",
"ANGULAR": "Angular",
"VUE": "Vue.js",
"REACT": "React",
"DOCKER": "Docker",
"UNITY": "Unity",
"PYTHON": "Python",
@@ -63,8 +65,13 @@
"XP": {
"COMPANY9": {
"COMPANY": "ColorDigital GmbH",
"ROLE": "Senior Software Engineer",
"TIME": "Mar. 2026 now"
"ROLE": "Senior Software Engineer - DMIxOS Team",
"TIME": "March 2026 present",
"HIGHLIGHTS": {
"P1": "Designed and implemented the core cloud architecture.",
"P2": "Full-stack development and optimization of new and existing system components.",
"P3": "Technical integration of partner companies into the proprietary ecosystem."
}
},
"COMPANY8": {
"COMPANY": "Teraport GmbH",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB