Updates CV after getting feedback
This commit is contained in:
parent
7f86f1c886
commit
a5e1af046c
2 changed files with 18 additions and 16 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#show: doc => cv(
|
||||
[dnsc],
|
||||
[Dennis Schoepf],
|
||||
([Softwareentwicklung], [Technisches Projektmanagement], [Konzeption]),
|
||||
([Softwareentwicklung], [Konzeption], [Technisches Projektmanagement]),
|
||||
[me\@dnsc.io],
|
||||
[0175 5758108],
|
||||
[Edignaweg 1, 82256 Fürstenfeldbruck],
|
||||
|
|
@ -13,16 +13,15 @@
|
|||
= #text(luma(180), [\$ \~> ./])arbeitserfahrung
|
||||
|
||||
#work(
|
||||
[Technischer Projektmanager & Softwareentwickler],
|
||||
[Produktmanagement & Softwareentwicklung],
|
||||
[Digital H GmbH, Düsseldorf/Grevenbroich (bis Sep 2021 als Nebenjob)],
|
||||
[Feb 2019],
|
||||
[heute],
|
||||
[Remote],
|
||||
[
|
||||
- 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)
|
||||
- Projektmanagement (Kanban), fachliche Leitung von dynamischen Teams in der Produktentwicklung & Technische + organisatorische Abstimmung mit Firmenkunden
|
||||
- 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
|
||||
]
|
||||
list(
|
||||
[Konzeption von innovativen Lösungen im ÖPNV in Zusammenarbeit mit Fachexperten, UI/UX & Entwicklungsteams wie z.B. der nativen #link("https://ride-ticketing.de/app", "RIDE White-Label-App")],
|
||||
"Projektmanagement (Kanban), fachliche Leitung von dynamischen Teams in der Produktentwicklung & Technische + organisatorische Abstimmung mit Firmenkunden",
|
||||
"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(
|
||||
|
|
@ -32,7 +31,7 @@
|
|||
[Aug 2019],
|
||||
[Köln],
|
||||
[
|
||||
- Frontendseitige Entwicklung von E-Commerce & Marketingplattformen (mehr als 500.000 Monthly User) mit Angular, React und Next.js
|
||||
- Frontendseitige Entwicklung von E-Commerce & Marketingplattformen (mehr als 500.000 monatliche Nutzer) mit Angular, React und Next.js
|
||||
- Technische Beratung und fachliche Leitung eines agilen Scrum-Entwicklungsteams in Zusammenarbeit mit Kundenansprechpartnern
|
||||
- Organisation von Dev-Meetups (inkl. Präsentationen zu Frontend-Performance und UI-Testing)
|
||||
]
|
||||
|
|
@ -45,7 +44,7 @@
|
|||
[Mär 2017],
|
||||
[München],
|
||||
[
|
||||
- Microsoft Dynamics CRM Customizing und Programmierung & Pre-Sales Workshops
|
||||
- Microsoft Dynamics 365 CRM Customizing mit Javascript und C\# & Technische Demonstrationen im Rahmen von Pre-Sales Workshops
|
||||
]
|
||||
)
|
||||
|
||||
|
|
@ -72,7 +71,7 @@
|
|||
)
|
||||
|
||||
#education(
|
||||
[B.Sc Wirtschaftsinformatik],
|
||||
[B.Sc. Wirtschaftsinformatik],
|
||||
[DHBW Stuttgart, CSU San Bernardino, Abschlussnote 2.2],
|
||||
[Sep 2013],
|
||||
[Sep 2016],
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@
|
|||
content
|
||||
}
|
||||
|
||||
|
||||
#let cv(
|
||||
short,
|
||||
name,
|
||||
|
|
@ -72,6 +73,14 @@
|
|||
)
|
||||
set text(11pt, font: "Victor Mono")
|
||||
|
||||
|
||||
show link: it => {
|
||||
set text(red)
|
||||
underline(it)
|
||||
sym.space.nobreak.narrow
|
||||
sym.arrow.tr
|
||||
}
|
||||
|
||||
grid(
|
||||
columns: (1fr, 3fr),
|
||||
rows: (auto, auto),
|
||||
|
|
@ -125,10 +134,4 @@
|
|||
|
||||
set align(left)
|
||||
doc
|
||||
|
||||
/*block(text(
|
||||
white,
|
||||
11pt,
|
||||
[https://dnsc.io ++ https://codeberg.org/dnscio]
|
||||
))*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue