Updates CV after feedback

This commit is contained in:
Dennis Schoepf 2024-10-01 16:54:34 +02:00
parent 2309104ebb
commit 7f86f1c886
3 changed files with 36 additions and 41 deletions

Binary file not shown.

View file

@ -6,6 +6,7 @@
[me\@dnsc.io], [me\@dnsc.io],
[0175 5758108], [0175 5758108],
[Edignaweg 1, 82256 Fürstenfeldbruck], [Edignaweg 1, 82256 Fürstenfeldbruck],
(link("https://dnsc.io", "dnsc.io"), link("https://codeberg.org/dnscio", "codeberg.org/dnscio"), link("https://github.com/dennisschoepf", "github.com/dennisschoepf")),
doc, doc,
) )
@ -13,40 +14,27 @@
#work( #work(
[Technischer Projektmanager & Softwareentwickler], [Technischer Projektmanager & Softwareentwickler],
[Digital H GmbH, Düsseldorf/Grevenbroich], [Digital H GmbH, Düsseldorf/Grevenbroich (bis Sep 2021 als Nebenjob)],
[Feb 2019], [Feb 2019],
[heute], [heute],
[Remote], [Remote],
[ [
- Kurze Beschreibung - Konzeption von innovativen Lösungen im ÖPNV in Zusammenarbeit mit Fachexperten, UI/UX & Entwicklungsteams wie z.B. der nativen RIDE White-Label-App (WSW Ticket App)
- Erfolge - Projektmanagement (Kanban), fachliche Leitung von dynamischen Teams in der Produktentwicklung & Technische + organisatorische Abstimmung mit Firmenkunden
- Rahmen - Full-Stack-Entwicklung für Ticketing-Lösungen mit > 1.000.000 monatlichen Tickets (Nest.js, Angular, React Native + Swift/Kotlin) und Entwicklung von Dev-Tooling mit Go/Typescript
] ]
) )
#work( #work(
[Specialist Developer (E-Commerce)], [Specialist Developer (E-Commerce)],
[nexum AG, Köln], [nexum AG, Köln (bis Dez 2018 als Junior Frontend Developer)],
[Jan 2019], [Aug 2017],
[Aug 2019], [Aug 2019],
[Köln], [Köln],
[ [
- Kurze Beschreibung - Frontendseitige Entwicklung von E-Commerce & Marketingplattformen (mehr als 500.000 Monthly User) mit Angular, React und Next.js
- Erfolge - Technische Beratung und fachliche Leitung eines agilen Scrum-Entwicklungsteams in Zusammenarbeit mit Kundenansprechpartnern
- Rahmen - Organisation von Dev-Meetups (inkl. Präsentationen zu Frontend-Performance und UI-Testing)
]
)
#work(
[Junior Frontend Developer],
[nexum AG, Köln],
[Aug 2017],
[Dez 2018],
[Köln],
[
- Kurze Beschreibung
- Erfolge
- Rahmen
] ]
) )
@ -57,9 +45,19 @@
[Mär 2017], [Mär 2017],
[München], [München],
[ [
- Kurze Beschreibung - Microsoft Dynamics CRM Customizing und Programmierung & Pre-Sales Workshops
- Erfolge ]
- Rahmen )
#work(
[Dualer Student],
[Hewlett-Packard GmbH, München],
[Sep 2013],
[Sep 2016],
[München, Stuttgart, Düsseldorf],
[
- Prozessoptimierung (z.B. durch Excel-VBA- und Sharepoint-Entwicklung) in den Bereichen Sales, Innovation Office & Entwicklung
- Unternehmensweite Präsentationen zur Vermarktung der Ausbildungsabteilung (> 100 Personen)
] ]
) )
@ -67,31 +65,23 @@
#education( #education(
[M.Sc.Eng. Human-Computer-Interaction], [M.Sc.Eng. Human-Computer-Interaction],
[Universität Salzburg & FH Salzburg], [Universität Salzburg & FH Salzburg, Abschlussnote 1],
[Sep 2019], [Sep 2019],
[Sep 2021], [Sep 2021],
[Salzburg], [Salzburg],
[
- Kurze Beschreibung
]
) )
#education( #education(
[B.Sc Wirtschaftsinformatik], [B.Sc Wirtschaftsinformatik],
[DHBW Stuttgart, CSU San Bernardino], [DHBW Stuttgart, CSU San Bernardino, Abschlussnote 2.2],
[Sep 2013], [Sep 2013],
[Sep 2016], [Sep 2016],
[Stuttgart & San Bernardino, USA (2015)], [Stuttgart & San Bernardino, USA (2015)],
[
- Kurze Beschreibung
]
) )
= #text(luma(180), [\$ \~> ./])fähigkeiten = #text(luma(180), [\$ \~> ./])fähigkeiten
- Technisch: Typescript/Javascript, React (Native), Angular, Nest.js, Docker, Go, Swift, Kotlin - *Technisch*: Typescript/Javascript, React (Native), Angular, Nest.js, Docker, Go
- Soft Skills: Projektmanagement (Lean/Kanban), Konzeption (Workshops), Präsentationen - *Soft Skills*: Projektmanagement, Konzeption, Workshops und fachliche Präsentationen
- *Sprachen*: Deutsch (Muttersprache), Englisch (verhandlungssicher), Französisch/Spanisch (Grundkenntnisse)
= #text(luma(180), [\$ \~> ./])freizeit
Triathlon, DIY Keyboards, Mountainbiken & Skifahren

View file

@ -7,7 +7,7 @@
) )
} }
#let education(degree, university, from, to, location, content) = { #let education(degree, university, from, to, location) = {
grid( grid(
align: horizon, align: horizon,
rows: (auto, auto), rows: (auto, auto),
@ -29,7 +29,6 @@
) )
v(4pt) v(4pt)
content
} }
#let work(role, company, from, to, location, content) = { #let work(role, company, from, to, location, content) = {
@ -64,6 +63,7 @@
email, email,
phone, phone,
address, address,
links,
doc doc
) = { ) = {
set page( set page(
@ -106,6 +106,11 @@
11pt, 11pt,
(email, phone, address).join(" ++ "), (email, phone, address).join(" ++ "),
), ),
text(
white,
10pt,
links.join(" ++ "),
),
), ),
), ),
block( block(
@ -113,7 +118,7 @@
black, black,
weight: "bold", weight: "bold",
14pt, 14pt,
positions.join(" && \n"), positions.join(", ", last: " &\n"),
), ),
) )
) )