Skip to content

Commit

Permalink
fix(CV-18): fix about line cut off & update core
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Feb 22, 2024
1 parent 4e9a8a6 commit 1e6ea2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions input/data/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"<br>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."
Expand All @@ -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.",
"<br>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."
Expand Down

0 comments on commit 1e6ea2d

Please sign in to comment.