Compare commits
2 Commits
4bf5b3e2c4
...
2d82cdfd6b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d82cdfd6b | ||
|
|
00ebedfc90 |
@@ -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 = [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user