forked from BartoszJarocki/cv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume-data.tsx
280 lines (279 loc) · 9.02 KB
/
resume-data.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
import { CodeIcon, GitHubIcon, LinkedInIcon } from "@/components/icons";
import {
BdriveLogo,
DEAIcon,
HPILogo,
NexenioLogo,
NordLayerLogo,
NordSecurityLogo,
} from "@/images/logos";
export const RESUME_DATA = {
name: "Marvin Gorecki",
initials: "MG",
location: "Berlin, Germany, CET",
locationLink: "https://www.google.com/maps/place/Berlin",
about:
"Frontend Engineer focused on building accessible user interfaces with extra attention to UX and security",
summary:
"As a Technical Lead and Frontend Engineer, my commitment to crafting seamless user experiences, prioritizing robust usability, and upholding security standards has driven me to lead teams and make strategic technical decisions, nurturing growth of various web applications. As a dedicated TypeScript advocate, I leverage its power to enhance development, foster robustness, and elevate code quality.",
avatarUrl: "https://avatars.githubusercontent.com/u/6815357?v=4",
personalWebsiteUrl: "https://gorecki.cc",
contact: {
email: "[email protected]",
social: [
{
name: "GitHub",
url: "https://github.com/slayerpart",
icon: GitHubIcon,
},
{
name: "LinkedIn",
url: "www.linkedin.com/in/marvin-go",
icon: LinkedInIcon,
},
{
name: "View Code",
url: "https://github.com/slayerpart/cv",
icon: CodeIcon,
},
],
},
education: [
{
school: "Hasso Plattner Institute",
url: "https://hpi.de/en/",
logo: HPILogo,
degree: "IT Systems Engineering M.Sc.",
grade: "discontinued",
focus: "Information security",
start: "2019",
end: "2021",
},
{
school: "Hasso Plattner Institute",
logo: HPILogo,
url: "https://hpi.de/en/",
degree: "IT Systems Engineering B.Sc.",
grade: "1.5",
start: "2013",
end: "2017",
},
],
work: [
{
company: "Nord Security",
link: "https://nordsecurity.com",
badges: [],
title: "Technical Lead",
logo: { src: NordSecurityLogo, shouldInvertOnDarkMode: true },
start: "12/2022",
end: "now",
description:
"Responsible for strategic technical product decisions, I mentor a team of four Frontend Engineers with tailored development plans, improve core web vitals across diverse applications, optimize CI pipelines for productivity, and automate the detection of transitive dependency vulnerabilities.",
technologies: [
"React",
"TypeScript",
"React Query",
"Styled Components",
"Tailwind CSS",
"Cypress",
"Gitlab CI",
],
},
{
company: "Nord Security",
link: "https://nordsecurity.com",
badges: [],
title: "Senior Frontend Engineer",
logo: { src: NordSecurityLogo, shouldInvertOnDarkMode: true },
start: "04/2022",
end: "12/2022",
description:
"I implemented product features, developed a comprehensible design system, and streamline code deployment processes for developers. Additionally, I led knowledge-sharing sessions, imparting advanced TypeScript concepts to foster skill development within the team.",
technologies: [
"React",
"TypeScript",
"React Query",
"Styled Components",
"Tailwind CSS",
"Cypress",
"Gitlab CI",
],
},
{
company: "neXenio",
link: "https://nexenio.com",
badges: [],
title: "Senior Frontend Engineer",
logo: { src: NexenioLogo, shouldInvertOnDarkMode: false },
start: "04/2020",
end: "03/2022",
description:
"Responsible for Bdrive's product feature implementation, I integrated WebAssembly-based encryption and decryption fallbacks to polyfill the Web Crypto API. Additionally, I crafted a user-based entropy sourcing UI and was accountable for implementing a custom identity provider service.",
technologies: [
"React",
"TypeScript",
"Redux",
"Redux Saga",
"Styled Components",
"Jenkins",
],
},
{
company: "neXenio",
link: "https://nexenio.com",
badges: [],
title: "Frontend Engineer",
logo: { src: NexenioLogo, shouldInvertOnDarkMode: false },
start: "04/2017",
end: "03/2020",
description:
"Responsible for Bdrive's product feature implementation, I oversaw the development of a comprehensive design system and created intuitive up-/download UI visualizations. These visualizations effectively conveyed the use of end-to-end encryption for securely sharing files.",
technologies: [
"React",
"TypeScript",
"Redux",
"Redux Saga",
"Styled Components",
"Jenkins",
],
},
{
company: "Inspora",
link: "https://inspora.com",
badges: [],
title: "Junior Frontend Engineer",
start: "04/2016",
end: "03/2017",
description:
"Implemented internal tools designed to leverage the power of machine learning algorithms through curated tagged input data, ensuring streamlined utilization within the organizational framework.",
technologies: ["React", "Flow", "Redux", "Styled Components"],
},
{
company: "Information Systems Research Group",
link: "https://hpi.de/naumann/home.html",
badges: [],
title: "Student Research Assistant",
logo: { src: HPILogo, shouldInvertOnDarkMode: false },
start: "04/2014",
end: "03/2016",
description:
"Designed and implemented an automated data scraping and aggregation system capable of seamlessly integrating a variety of public datasets. This system provides a comprehensive perspective by combining and organizing data from multiple sources, enhancing the decision-making process.",
technologies: ["Python", "Scrapy", "AWS", "MongoDB", "AngularJS"],
},
],
certificates: [
{
title: "Certified Professional for Usability Engineering",
abbreviation: "CPUE",
id: "210255",
url: "https://uxqcc.com/uxcertifications/foundation-level/",
verification: {
url: "https://www.gasq.org/en/certification/check-a-certificate.html",
details: "Certificate ID: 210255, Last Name: Gorecki",
},
badges: ["Foundation Level"],
institution: "UXQCC - User Experience Quality Certification Center",
year: "2021",
},
{
title: "Principal Developer Masterclass",
abbreviation: "PDM",
id: "U07MM9Z41E0",
url: "https://principal.dev/",
verification: {
url: "https://certs.principal.dev/34x/U07MM9Z41E0",
},
institution: "Eduards Sizovs",
year: "2024",
},
],
skills: [
"Node.js",
"TypeScript",
"JavaScript",
"Next.js",
"React",
"React Query",
"Tailwind CSS",
"Styled Components",
"Webpack",
"Vite",
"RTL",
"Storybook",
"Cypress",
"CI/CD",
"Core Web Vitals",
"OWASP",
],
projects: [
{
title: "NordLayer",
logo: NordLayerLogo,
description:
"NordLayer provides flexible and easy-to-implement cybersecurity tools for a business of any size or work model.",
active: true,
techStack: [
"Next.js",
"TypeScript",
"React",
"React Query",
"Vite",
"Vitest",
"Cypress",
"RTL",
"Storybook",
],
link: {
label: "nordlayer.com",
href: "https://nordlayer.com/",
},
},
{
title: "Bdrive",
logo: BdriveLogo,
description:
"Bdrive employs cutting-edge encryption and fragmentation (RAID technology) to ensure the secure storage and seamless sharing of documents.",
active: false,
techStack: [
"TypeScript",
"WebAssembly",
"React",
"Redux",
"Redux Saga",
"Webpack",
"Jest",
"Cypress",
"RTL",
],
link: {
label: "Bdrive Security Whitepaper",
href: "https://www.datocms-assets.com/9477/1574811850-bdrive-security-whitepaper-en.pdf",
},
},
{
title: "DEA",
logo: DEAIcon,
description:
"Digital Entry Registration Upload Portal for Germany: Enabling Travelers to Submit Covid-Related Certificates of Vaccination, Testing, or Recovery.",
active: false,
techStack: ["TypeScript", "Vue", "Webpack", "Karma"],
link: {
label: "Digital procedure for registration upon entry press release",
href: "https://www.bmi.bund.de/SharedDocs/pressemitteilungen/EN/2020/11/digitale-einreiseanmeldung-dea-en.html",
},
},
{
title: "Contagion",
logo: HPILogo,
description:
"Advanced Analytical Exploration Tools for Semantic Company Networks Utilizing Public Knowledge Bases.",
active: false,
techStack: ["React", "Python", "Scrapy", "MongoDB", "Neo4j", "AWS"],
link: {
label: "Contagion project site",
href: "https://hpi.de/naumann/teaching/bachelorprojekte/unternehmensnetzwerke.html",
},
},
],
} as const;