From 1e6ea2d61a69b8940a6b07d0b2f083848336897b Mon Sep 17 00:00:00 2001 From: axherrm Date: Thu, 22 Feb 2024 18:01:26 +0100 Subject: [PATCH] fix(CV-18): fix about line cut off & update core --- core | 2 +- input/data/about.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/core b/core index fa7422b..93c341f 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit fa7422b346686f091ce84f20d68de5836a00448f +Subproject commit 93c341f4ebcfcf277e868bedb3a121007e9f73e6 diff --git a/input/data/about.json b/input/data/about.json index 4716c61..41dbfec 100644 --- a/input/data/about.json +++ b/input/data/about.json @@ -14,8 +14,7 @@ "title": "Softskills", "heading": "Arbeit mit mir", "text": [ - "", - "Bei meiner Arbeit zeichnet mich vor allem eines aus: meine Motivation und mein Spaß an der Sache. Bisher habe ich noch keine Aufgabe in der Softwareentwicklung gefunden, die mir keinen Spaß gemacht hat. Ich liebe es, mich in neue Technologien, Programmiersprachen & Frameworks einzuarbeiten. Und wenn mir etwas Spaß macht, dann bin ich sehr ehrgeizig, eine Lösung dafür zu finden.", + "
Bei meiner Arbeit zeichnet mich vor allem eines aus: meine Motivation und mein Spaß an der Sache. Bisher habe ich noch keine Aufgabe in der Softwareentwicklung gefunden, die mir keinen Spaß gemacht hat. Ich liebe es, mich in neue Technologien, Programmiersprachen & Frameworks einzuarbeiten. Und wenn mir etwas Spaß macht, dann bin ich sehr ehrgeizig, eine Lösung dafür zu finden.", "Generell habe ich den Anspruch, Lösungen nicht einfach nur irgendwie zum Laufen zu bringen, sondern die jeweiligen Best Practices anzuwenden. Es fasziniert mich, schöne Lösungen für Probleme zu finden. Ich habe den Anspruch an mich selbst, dass mein Code einfach zu verstehen, gut strukturiert und leicht erweiterbar ist. Dabei tendiere ich manchmal zu Perfektionismus - da muss ich mich selbst bremsen, was ich in der Vergangenheit immer mehr gelernt habe.", "Diese Webseite ist ein gutes Beispiel für diese Eigenschaften. Ausgehend von dem Wunsch nach einem dynamischeren Lebenslauf, als es eine PDF-Datei bieten kann, wollte ich eine Website dafür programmieren. Zu diesem Zweck wählte ich Angular, eines der bekanntesten SPA-Frameworks, mit dem ich zu Beginn nicht vertraut war. Dann habe ich mich entschieden, ein Template für diese Webseite Open-Source anzubieten, weshalb der Code eine sehr gute Strukturierung und Trennung von Webseiten-Daten und Webseiten-Logik erfordert. Seitdem habe ich mehrere hundert Stunden an diesem Projekt gearbeitet.", "Was die Zusammenarbeit mit Kollegen betrifft, würde ich mich aufgrund meiner relativ offenen Art als guten Teamplayer bezeichnen. In den 3- bis 5-Personen-Projekten während meines Studiums konnte ich mich immer gut einbringen und meinen Partnern oft helfen." @@ -37,8 +36,7 @@ "title": "Softskills", "heading": "Working with me", "text": [ - "", - "In my work, I am characterized by one thing above all: my motivation and my enjoyment of what I do. So far, I haven't found a task in software development that I haven't enjoyed. I love familiarizing myself with new technologies, programming languages and frameworks. And if I enjoy something, then I am very ambitious to find a solution for it.", + "
In my work, I am characterized by one thing above all: my motivation and my enjoyment of what I do. So far, I haven't found a task in software development that I haven't enjoyed. I love familiarizing myself with new technologies, programming languages and frameworks. And if I enjoy something, then I am very ambitious to find a solution for it.", "In general, I don't just want to make solutions work somehow, but to apply the respective best practices. I am fascinated by finding beautiful solutions to problems. I demand of myself that my code is easy to understand, well structured and easy to extend. Sometimes I tend to be a perfectionist - I have to slow myself down, which I have learned more and more in the past.", "This website is a good example of these features. Based on the desire for a more dynamic CV than a PDF file can offer, I wanted to program a website for it. For this purpose, I chose Angular, one of the most popular SPA frameworks, which I was not familiar with at the beginning. Then I decided to open-source a template for this website, which is why the code requires very good structuring and separation of website data and website logic. Since then, I have spent several hundred hours working on this project.", "As far as working with colleagues is concerned, I would describe myself as a good team player due to my relatively open nature. In the 3 to 5-person projects during my studies, I was always able to contribute well and often help my partners."