-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
305 lines (261 loc) · 12.7 KB
/
Copy pathindex.html
File metadata and controls
305 lines (261 loc) · 12.7 KB
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CV Benjamin Franz</title>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui" />
<link
href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap"
rel="stylesheet"
/>
<link
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/overlayscrollbars/1.10.0/css/OverlayScrollbars.min.css"
rel="stylesheet"
/>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/overlayscrollbars/1.10.0/js/OverlayScrollbars.min.js"
></script>
<link href="./style.css" rel="stylesheet" />
<style></style>
</head>
<body>
<nav class="print-hide">
<span id="logo">Benjamin Franz CV / Resume</span>
<button class="btn-outline" onclick="print()" type="button">Print</button>
</nav>
<div id="center">
<div id="scale-container">
<div id="page">
<div id="left-bar">
<h1>Benjamin Franz</h1>
<div class="row">
<img src="./code.svg" aria-hidden="true" />
<div>
<b>Programming Languages:</b> <br />
- JavaScript & TypeScript <br />
- Python <br />
- HTML & CSS <br />
- C# <br />
- PHP <br />
- SQL
</div>
</div>
<div class="row">
<img src="./frameworks.svg" aria-hidden="true" />
<div>
<b>Frameworks:</b> <br />
- Node.js <br />
- Bun.sh <br />
- React <br />
- Vue <br />
- Web Components <br />
- Vite & Webpack <br />
- MUI <br />
- Puppeteer & Playwright <br />
- Vuetify <br />
- Chart.js <br />
- Tanstack Query <br />
- Laravel
</div>
</div>
<div class="row">
<img src="./tools.svg" aria-hidden="true" />
<div>
<b>Tools/Platforms:</b> <br />
- Git <br />
- Bitbucket <br />
- Docker <br />
- Sentry <br />
- Scaleway <br />
- Jira
</div>
</div>
<div class="row">
<img src="./language.svg" aria-hidden="true" />
<div>
<b>Languages:</b> <br />
- German (Nativ) <br />
- English (Fluent)
</div>
</div>
<div class="row">
<img src="./mail.svg" aria-hidden="true" />
<div>
<b>Mail:</b> <br />
<a href="mailto:benjamin.franz@pm.me">benjamin.franz@pm.me</a>
</div>
</div>
<div class="row">
<img src="./phone.svg" aria-hidden="true" />
<div>
<b>Phone:</b> <br />
+49 171 4883330
</div>
</div>
<div class="row">
<img src="./world-www.svg" aria-hidden="true" />
<div>
<b>Website:</b> <br />
<a href="https://bennyalex.github.io/"
>https://bennyalex.github.io</a
>
</div>
</div>
<div class="row">
<img src="./map-pin.svg" aria-hidden="true" />
<div>
<b>Location:</b> <br />
97204 Höchberg <br />
Bavaria, Germany
</div>
</div>
<div class="row">
<img src="./cake.svg" aria-hidden="true" />
<div>
<b>Date of Birth:</b> <br />
06.02.1998
</div>
</div>
</div>
<div id="right-bar">
<div class="experience">
<h2>Summary</h2>
Passionate and detail-oriented software developer with strong expertise
in React, Vue, and Node.js. Experienced in creating accessible,
high-performance applications and automating workflows using
microservices/REST architectures with AI integration. Skilled at
combining front-end precision with back-end logic to deliver clean,
scalable solutions.
</div>
<div class="experience">
<h2>Work Experience</h2>
<div class="experience-header">
<div>Webinclusion GmbH</div>
<div>10/2022 - 01/2025</div>
</div>
<div>
Lead Full-Stack Developer for the
<a href="https://dashboard.eye-able.com/demo/"
>Eye-Able Dashboard</a
>
</div>
<ul>
<li>
Developed a comprehensive SPA using React and MUI;
re-architected the backend with Bun and TypeScript to decrease
latency by 80% and accelerate future development.
</li>
<li>
Integrated OpenAI to build a text-simplification web component
and a accessibility Q&A chatbot
</li>
<li>
Built an automated Lighthouse crawler to generate SEO and
performance reports and a broken-link checker for customer
websites.
</li>
<li>
Engineered detailed graphs, a PDF accessibility error viewer,
and screenshot bounding-box overlays for visual error tracking.
</li>
<li>
Implemented secure user authentication using JWT.
</li>
</ul>
</div>
<div class="experience">
<div class="experience-header">
<div>Faaren GmbH</div>
<div>03/2020 - 09/2020</div>
</div>
<ul>
<li>
Implemented the
<a href="https://faaren.com/katalog/">vehicle catalog</a> (Vue,
Vuetify, Laravel) — front- and back-end.
</li>
</ul>
</div>
<div class="experience">
<div class="experience-header">
<div>Freelance Developer & Technician</div>
<div>08/2018 - present</div>
</div>
<ul>
<li>
Designed and developed custom websites and online stores or
managed CMS (like WordPress) for small businesses and private
clients.
</li>
<li>
Provided technical support and repair services for computers and
various electronic devices.
</li>
</ul>
</div>
<div class="experience">
<div class="experience-header">
<div>Main-Post GmbH</div>
<div>09/2015 - 07/2018</div>
</div>
<ul>
<li>
<strong>Certified Apprenticeship (3 Years):</strong> Completed a
state-recognized, certified apprenticeship as a Computer Science
Expert in Software Development.
</li>
<li>
Gained comprehensive
experience spanning UI design, robust backend programming, and
relational database management.
</li>
<li>
Developed and
deployed diverse projects utilizing various technologies including
Ember.js and Vue, PHP and Python, MySQL and PostgreSQL.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script>
function adjustZoomLevel() {
var documentWidth =
document.body.clientWidth ||
document.documentElement.clientWidth ||
window.innerWidth;
var center = document.getElementById("center");
var centerPadding =
parseFloat(window.getComputedStyle(center).paddingLeft.replace("px", "")) * 2;
var page = document.getElementById("page");
var pageSize = 794; // 21cm in px
var zoomLevel = (documentWidth - centerPadding) / pageSize;
var container = document.getElementById("scale-container");
if (zoomLevel >= 1) {
// stop zooming when A4 page fits screen and remove fixed height from container
center.removeAttribute("style");
container.removeAttribute("style");
} else {
// apply the scale
container.style.transform = "scale(" + zoomLevel + ")";
// shrink the container to the visible hight of the page
container.style.height = page.offsetHeight * zoomLevel + "px";
container.style.height = center.style.height =
page.offsetHeight * zoomLevel + centerPadding + "px";
}
}
window.onload = function () {
OverlayScrollbars(document.body, {
className: "os-theme-block-dark",
});
adjustZoomLevel();
window.addEventListener("resize", adjustZoomLevel);
};
</script>
</body>
</html>