-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
332 lines (328 loc) · 18 KB
/
index.html
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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Skeleton CSS -->
<link rel="stylesheet" type="text/css" href="3rd-party/skeleton/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="3rd-party/skeleton/css/skeleton.css" />
<!-- FontAwesome -->
<link rel="stylesheet" href="3rd-party/fontawesome/css/solid.css">
<link rel="stylesheet" href="3rd-party/fontawesome/css/fontawesome.css">
<link rel="stylesheet" href="3rd-party/fontawesome/css/brands.css">
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<title>Thomas Meschke</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<script type="text/javascript" src="scripts/displayLastPubDate.js"></script>
<script type="text/javascript">
window.addEventListener('load', () => loadLastPublishedDateInto('last-published-date'));
</script>
</head>
<body>
<div id="top-bar">
<div id="top-nav-container" class="container">
<ul id="top-nav">
<li class="top-nav-item">
<a class="top-nav-link" title="About" href="#about-anchor"><i class="fas fa-user"></i></a>
</li>
<li class="top-nav-item">
<a class="top-nav-link" title="Education and Work" href="#education-anchor"><i class="fas fa-file-alt"></i></a>
</li>
<li class="top-nav-item">
<a class="top-nav-link" title="Skills" href="#skills-anchor"><i class="fas fa-laptop-code"></i></i></a>
</li>
<li class="top-nav-item">
<a class="top-nav-link" title="Contact" href="#contact-anchor"><i class="fas fa-comment"></i></i></a>
</li>
</ul>
</div>
</div>
<div id="header-picture-container">
<div id="headline-container" class="center">
<h1 id="name" class="white">Thomas Meschke</h1>
<h2 id="profession" class="uppercase white">Software Development Engineer</h2>
<h3 id="title" class="uppercase white">- Proprietor of Awesomeness -</h3>
</div>
</div>
<div id="about-anchor" class="anchor"></div>
<div id="about-container" class="content-element">
<div class="container">
<div class="row">
<div class="three columns">
<div class="section-title-container bigger bold">
About
</div>
</div>
<div class="six columns">
<div class="section-content-container justify">
<div id="about-me-opening">
<span class="cyan bigger bolder">Hi, I'm Thomas,</span><br />
a guy from Dresden in Germany. I like to wrap my mind around product quality not just during work, but in my everyday life.
When it comes to my understanding of product quality I really like to quote Henry John Heinz, who once said:
</div>
<div id="about-me-heinz-quote" class="center bolder">
"Quality is to a product<br />what character is to a man."
</div>
<div id="about-me-ending">
In my understanding, quality is more than making a good product. Quality is about having the customer in your mind right from the beginning.
</div>
</div>
</div>
<div class="three columns uppercase gray bigger thinner right"></div>
</div>
</div>
</div>
<div id="education-anchor" class="anchor"></div>
<div id="education-container" class="content-element">
<div class="container">
<div class="row">
<div class="three columns">
<div class="section-title-container bigger bold">
Education
</div>
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="education-degree cyan bigger bolder">Bachelor of Science - Business Informatics (FH)</h3>
<h4 class="education-institute gray">University of Applied Sciences Dresden</h4>
<div class="section-content-container justify">
Final grade: 2.0 on a 1 (best) to 6 (worst) scale.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
Oct '10 - Feb '14
<br />
<a class="download gray" target="_blank" title="Download the university certificate as PDF" href="documents/Certificate_University.pdf"><i class="fas fa-file-pdf"></i> Certificate</a>
<br />
<a class="download gray" target="_blank" title="Download the Bachelor Thesis as PDF" href="documents/BSc/BSc-Thesis.pdf"><i class="fas fa-file-pdf"></i> Thesis (german)</a>
</div>
</div>
</div>
</div>
</div>
<div id="work-container" class="content-element">
<div class="container">
<div class="row">
<div class="three columns">
<div class="section-title-container bigger bold">
Work
</div>
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="workplace-role cyan bigger bolder">Software Development Engineer</h3>
<h4 class="workplace-name gray">DAKO GmbH</h4>
<div class="section-content-container justify">
Developing and maintaining hybriLOG, a software suite for postal and parcel logistics service providers.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
Oct '20 - Current
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="workplace-role cyan bigger bolder">Software Development Engineer</h3>
<h4 class="workplace-name gray">LogMeIn Germany GmbH</h4>
<div class="section-content-container justify">
Developing and maintaining a modular test automation framework using TDD in TypeScript to enable other teams to run load and acceptance tests locally and in CI.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
April '20 - Sept '20
<br />
<a class="download gray" target="_blank" title="Download the employer certificate as PDF" href="documents/Certificate_LMI.pdf"><i class="fas fa-file-pdf"></i> Certificate</a>
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="workplace-role cyan bigger bolder">Software Quality Engineer</h3>
<h4 class="workplace-name gray">LogMeIn Germany GmbH</h4>
<div class="section-content-container justify">
Developing and maintaining test automation tools to run acceptance tests in CI on a per-commit or per-day basis, as well as fixing minor to medium issues in the final product,
using technics like TDD and BDD in Ruby and tools like Docker and Jenkins. Furthermore supervising product releases using checklists pre-release and monitoring tools post-release using tools like Splunk and Grafana.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
Feb '17 - April '20
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="workplace-role cyan bigger bolder">Software Quality Engineer</h3>
<h4 class="workplace-name gray">Citrix Online Germany GmbH</h4>
<div class="section-content-container justify">
Maintaining test automation tools for distributed large-scale browser-based test like load and stress tests using JavaScript/NodeJS and tools like Selenium.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
Dec '13 - Feb '17
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="workplace-role cyan bigger bolder">Student Assistant Software Quality Assurance</h3>
<h4 class="workplace-name gray">Citrix Online Germany GmbH</h4>
<div class="section-content-container justify">
Manually testing final products using testplans and technics like exploratory testing. Furthermore developing extensions to existing test automation tools for distributed test setups.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
Aug '12 - Dec '13
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="workplace-role cyan bigger bolder">Software Developer</h3>
<h4 class="workplace-name gray">TecWare GmbH</h4>
<div class="section-content-container justify">
Developing small tools for testing and improving software products for dental health care companies.
</div>
</div>
<div class="four columns uppercase gray bigger thinner right">
Nov '09 - May '10
<br />
<a class="download gray" target="_blank" title="Download the certificate of employment as PDF" href="documents/Certificate_TecWare.pdf"><i class="fas fa-file-pdf"></i> Certificate</a>
</div>
</div>
</div>
</div>
</div>
<div id="skills-anchor" class="anchor"></div>
<div id="skills-container" class="content-element">
<div class="container">
<div class="row">
<div class="three columns">
<div class="section-title-container bigger bold">
Skills
</div>
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="skill-name cyan bigger bolder">HTML5 / CSS</h3>
<h4 class="skill-level gray">Level: intermediate</h4>
<div class="section-content-container justify">
Building small to medium websites, being able to apply modern technics like responsiveness to achieve a seamless and flexible layout.
</div>
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="skill-name cyan bigger bolder">PHP</h3>
<h4 class="skill-level gray">Level: advanced</h4>
<div class="section-content-container justify">
Building applications of different complexities for private or professional purposes following modern OOP approaches.
</div>
</div>
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<div class="eight columns">
<h3 class="skill-name cyan bigger bolder">C#</h3>
<h4 class="skill-level gray">Level: advanced</h4>
<div class="section-content-container justify">
Building applications of different complexities to either automate small everyday tasks or support complete workflows of small and medium-sized companies.
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact-anchor" class="anchor"></div>
<div id="contact-container" class="content-element white">
<div class="container">
<div class="row">
<div class="three columns">
<div class="section-title-container bigger bold">
Contact
</div>
</div>
<div class="nine columns">
<h3 class="skill-name cyan bigger bolder">E-Mail</h3>
info (at) thomasmeschke.de (<a href="documents/info@thomasmeschke.de.asc">PGP Public Key</a>)
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<h3 class="skill-name cyan bigger bolder">Phone</h3>
(+49) 351 32308900
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<h3 class="skill-name cyan bigger bolder">Mobile</h3>
(+49) 1520 4191769
</div>
</div>
<div class="row">
<div class="three columns">
</div>
<div class="nine columns">
<h3 class="skill-name cyan bigger bolder">Social Media</h3>
<a class="social-media-link white" target="_blank" href="https://twitter.com/TotoMacFrame"><i class="fab fa-twitter-square"></i></a>
<a class="social-media-link white" target="_blank" href="https://www.xing.com/profile/Thomas_Meschke3/cv"><i class="fab fa-xing-square"></i></a>
</div>
</div>
</div>
</div>
</div>
<div id="copyright-container" class="white">
<div class="container">
<div class="row">
<div id="copyright-notice-container" class="three columns">
© 2018 Thomas Meschke<br />
Icons by <a class="cyan" href="https://fontawesome.com" title="Go to fontawesome.com">fontawesome.com</a>
</div>
<div id="rights-reserved-container" class="six columns">
All rights reserved<br />
<span id="last-published-date-line">last published <span id="last-published-date"></span></span>
</div>
<div id="impressum-link-container" class="three columns">
<a class="impressum-link cyan" target="_blank" href="impressum.html">Impressum</a>
</div>
</div>
</div>
</div>
</body>
</html>