Skip to content

Commit

Permalink
update CV
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Nov 14, 2024
1 parent 2841840 commit 223bfec
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 deletions.
4 changes: 2 additions & 2 deletions input/data/contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"de": {
"conversationStart": [
"Wie gefällt Ihnen diese Webseite?",
"Ich freue mich über jegliches Feedback und Jobangebote."
"Ich freue mich über jegliches Feedback!"
],
"successMessages": [
"Vielen Dank für Ihre Nachricht.",
Expand All @@ -48,7 +48,7 @@
"en": {
"conversationStart": [
"How did you like my website?",
"I look forward to any feedback and business inquiries."
"I look forward to any feedback!"
],
"successMessages": [
"Thank you for your message.",
Expand Down
12 changes: 12 additions & 0 deletions input/data/education.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"Abschlussnote: 1.8"
],
"content": "In Abgrenzung zum verwandten Studiengang Informatik konnte ich hier einige praktische Erfahrungen mehr sammeln. Diese kleinen Programmierprojekte haben mich im Studium bisher am meisten begeistert."
},
{
"heading": "Professional Software Engineering M.Sc.",
"subheading": "Knowledge Foundation @ Reutlingen University Stuttgart",
"date": "10/2024 – 09/2026",
"content": "Um mein Wissen weiter zu vertiefen, habe ich mich entschlossen, neben meiner Vollzeittätigkeit bei SAP ein Studium zu absolvieren. Ich freue mich darauf, hier noch mehr zu lernen, vor allem praxisorientiert und auf Software Engineering ausgerichtet!"
}
],
"en": [
Expand All @@ -49,6 +55,12 @@
"Final Grade: 1.8"
],
"content": "In contrast to the related computer science course, I was able to gain some more practical experience here. These small programming projects have inspired me the most during my studies so far."
},
{
"heading": "Professional Software Engineering M.Sc.",
"subheading": "Knowledge Foundation @ Reutlingen University Stuttgart",
"date": "10/2024 – 09/2026",
"content": "To further deepen my knowledge, I have decided to complete a degree course alongside my full-time job at SAP. I'm looking forward to learning even more here, especially in a practical way and with a focus on software engineering!"
}
]
}
4 changes: 2 additions & 2 deletions input/data/experience.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"heading": "Associate Developer",
"subheading": "SAP SE, Walldorf",
"date": "04/2024 – akutell",
"content": "Ich arbeite seit April in Vollzeit bei SAP SE als Teil des Steampunk-Teams an dem Produkt BTP ABAP."
"content": "Ich arbeite seit April in Vollzeit bei SAP SE als Teil der ABAP Platform im Team Multitenancy & Partner Enablement Team an den Produkten <i>Landscape Portal</i> & <i>ABAP Solution Provider</i>."
}
],
"en": [
Expand Down Expand Up @@ -60,7 +60,7 @@
"heading": "Associate Developer",
"subheading": "SAP SE, Walldorf",
"date": "04/2024 – now",
"content": "Since April I'm working full-time at SAP SE as part of the Steampunk team on the BTP ABAP product."
"content": "I have been working full-time at SAP SE since April as part of the ABAP Platform in the Multitenancy & Partner Enablement Team on the <i>Landscape Portal</i> & <i>ABAP Solution Provider</i> products."
}
]
}
21 changes: 16 additions & 5 deletions input/data/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@
"description": "In diesem Bereich habe bisher am meisten gearbeitet",
"icon": "pi-server",
"skills": [
{
"id": "node",
"name": "NodeJS",
"rating": 80,
"text": "",
"subSkills": ["Typescript"]
},
{
"id": "java",
"name": "Java",
"rating": 80,
"rating": 70,
"text": "Den Großteil meiner Erfahrung habe ich mit Java gesammelt. Abgesehen davon, dass es die erste Sprache war, die ich gelernt habe, wurde sie in den meisten meiner Vorlesungen sowie einigen Projektarbeiten in meinem Studiengang verwendet. Außerdem habe ich in meinen 1,5 Jahren als Werkstudent bei levigo solutions hauptsächlich in Java geschrieben und dabei mit Frameworks wie SpringBoot, Apache Camel und anderen gearbeitet. Ich finde mich schnell zurecht, kenne viele Konventionen und Best Practices und nutze die Sprache gerne.",
"subSkills": ["SpringBoot", "Apache Camel", "Maven", "Gradle"]
},
Expand Down Expand Up @@ -184,10 +191,17 @@
"description": "This is the area in which I have worked the most so far",
"icon": "pi-server",
"skills": [
{
"id": "node",
"name": "NodeJS",
"rating": 80,
"text": "",
"subSkills": ["Typescript"]
},
{
"id": "java",
"name": "Java",
"rating": 80,
"rating": 70,
"text": "I gained most of my experience with Java. Apart from the fact that it was the first language I learned, it was used in most of my lectures as well as some project work in my degree program. In addition, during my 1.5 years as a working student at levigo solutions, I mainly wrote in Java and worked with frameworks such as SpringBoot, Apache Camel and others. I find my way around quickly, know many conventions and best practices and enjoy using the language.",
"subSkills": ["SpringBoot", "Apache Camel", "Maven", "Gradle"]
},
Expand Down Expand Up @@ -302,8 +316,5 @@
}
]
}
],
"TODO:remove": [
"Docker", "Kubernetes", "GitHub Actions", "SQL", "Swift", "SwiftUI"
]
}

0 comments on commit 223bfec

Please sign in to comment.