-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
557 lines (541 loc) · 21.7 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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Full Stack Developer" />
<meta name="keywords" content="resume,cv,Traison Diedrich" />
<meta name="author" content="Traison Diedrich" />
<!-- <meta name="robots" content="noindex"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- <link rel="preload" href="./fonts/FiraGO-Regular.latin.woff2" as="font" crossorigin="anonymous"> -->
<link href="./build.css" rel="stylesheet" />
<title>Traison Diedrich — Resume</title>
</head>
<body>
<main class="font-firago hyphens-manual">
<!-- Page -->
<div
class="p-6 mx-auto page max-w-2xl print:max-w-letter md:max-w-letter xsm:p-8 sm:p-9 md:p-16 bg-white">
<!-- Name -->
<header class="flex items-center justify-between gap-2 mb-8">
<div class="w-full flex flex-col justify-center">
<h1 class="text-4xl font-semibold text-gray-900">
Traison Diedrich
</h1>
<div class="flex text- text-gray-750 items-center gap-2">
<a
href="//traiiison.com"
class="group flex items-center gap-2"
target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1 10.199l-3.64 1.801 3.64 1.796v2.204l-6-2.935v-2.131l6-2.934v2.199zm8 2.866l-6 2.935v-2.204l3.64-1.796-3.64-1.801v-2.199l6 2.935v2.13z" />
</svg>
traiiison.com
</a>
|
<span class="flex items-center gap-2">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M12 0c-4.198 0-8 3.403-8 7.602 0 6.243 6.377 6.903 8 16.398 1.623-9.495 8-10.155 8-16.398 0-4.199-3.801-7.602-8-7.602zm0 11c-1.657 0-3-1.343-3-3s1.342-3 3-3 3 1.343 3 3-1.343 3-3 3z" />
</svg>
Saint Louis, MO
</span>
</div>
</div>
<button
onclick="handlePrint()"
class="bg-gray-900 print:hidden text-white text-md rounded-md flex px-4 py-2 sm:py-4 sm:px-8">
Print
</button>
<script type="text/javascript">
const handlePrint = () => {
var actContents = document.body.innerHTML;
document.body.innerHTML = actContents;
window.print();
};
</script>
</header>
<!-- end Name -->
<!-- Column -->
<div class="md:col-count-2 print:col-count-2 col-gap-md">
<section class="mt-8 first:mt-0">
<!-- To keep in the same column -->
<div class="break-inside-avoid">
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Full Stack Developer
</h3>
</header>
<p class="mt-2.1 text-md text-gray-700 leading-normal">
A versatile full-stack developer with an innovative approach
to crafting efficient software solutions. Adept at diagnosing
and addressing a broad range of challenges in frontend and
backend technologies. Specializing in health-related
applications and tools that blend technical expertise with
athletic experience. Eager to embrace fresh challenges and
elevate technical capabilities
</p>
</section>
</div>
</section>
<section class="mt-8 first:mt-0">
<!-- To keep in the same column -->
<div class="break-inside-avoid">
<h2
class="mb-4 font-bold tracking-widest text-sm2 text-gray-550 print:font-normal">
RELEVANT EXPERIENCE
</h2>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Workout Planner
</h3>
<p class="leading-normal text-md text-gray-650">
July 2023 – Present | Full Stack Application Engineer
</p>
</header>
<ul class="">
<li class="mt-2.1 text-md text-gray-700 leading-normal">
<span
class="absolute -ml-3 sm:-ml-3.2 select-none transform -translate-y-px"
>•</span
>
Conceptualized, designed, and developed a dynamic workout
planner application using React.js and a cloud platform,
Supabase
</li>
<li class="mt-2.1 text-md text-gray-700 leading-normal">
<span
class="absolute -ml-3 sm:-ml-3.2 select-none transform -translate-y-px"
>•</span>
Designed and implemented a self-hosted, RESTful API to siginificantly
increase client-side networking performance by tripling response
speed and reducing total client data overhead by 22%
</li>
<li class="mt-2.1 text-md text-gray-700 leading-normal">
<span
class="absolute -ml-3 sm:-ml-3.2 select-none transform -translate-y-px"
>•</span
>
Implemented and optimized a PostgreSQL database schema to
store user-generated workout plans
</li>
</ul>
</section>
</div>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3 class="text-lg font-semibold text-gray-700 leading-snugish">
The Unity Foundation and Open Source with SLU
</h3>
<p class="leading-normal text-md text-gray-650">
Aug 2022 – May 2023 | Undergraduate Developer
</p>
</header>
<ul class="">
<li class="mt-2.1 text-md text-gray-700 leading-normal">
<span
class="absolute -ml-3 sm:-ml-3.2 select-none transform -translate-y-px"
>•</span
>
Created Pi4Micronaut, a Java library for seamless Raspberry Pi
hardware integration
</li>
<li class="mt-2.1 text-md text-gray-700 leading-normal">
<span
class="absolute -ml-3 sm:-ml-3.2 select-none transform -translate-y-px"
>•</span
>
Developed software using Agile Methodology, including sprint
planning, retrospectives, and weekly stand-ups
</li>
<li class="mt-2.1 text-md text-gray-700 leading-normal">
<span
class="absolute -ml-3 sm:-ml-3.2 select-none transform -translate-y-px"
>•</span
>
Ensured project alignment with client requirements, delivering
high satisfaction via regular progress updates
</li>
</ul>
</section>
</section>
<section class="mt-8 first:mt-0">
<!-- To keep in the same column -->
<div class="break-inside-avoid">
<h2
class="mb-4 font-bold tracking-widest text-sm2 text-gray-550 print:font-normal">
OTHER EXPERIENCE
</h2>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Clayton Valet
</h3>
<p class="leading-normal text-md text-gray-650">
June 2022 – June 2023 | Lead Valet
</p>
</header>
<p class="mt-2.1 text-md text-gray-700 leading-normal">
Managed valet runners in the parking and retrieval of vehicles
• Delivered exceptional customer service by warmly
welcoming patrons and ensuring seamless service flow
</p>
</section>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Phi Delta Theta
</h3>
<p class="leading-normal text-md text-gray-650">
August 2020 – May 2023 | Treasurer and Member
</p>
</header>
<p class="mt-2.1 text-md text-gray-700 leading-normal">
Administered fraternal finances, membership dues, and chapter
budget • Planned and participated in philanthropic events
and fundraisers
</p>
</section>
</div>
</section>
<section class="mt-8 first:mt-0 bg-gray-100 print:bg-white p-3">
<!-- Contact -->
<div class="break-inside-avoid">
<h2
class="mb-3 font-bold tracking-widest text-sm2 text-gray-550 print:font-normal">
CONTACT
</h2>
<section class="mb-4.5 break-inside-avoid">
<ul class="list-inside pr-7">
<li class="mt-1.5 leading-normal text-gray-700 text-md">
<a
href="malito:[email protected]"
class="group flex items-center gap-2">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M12 .02c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.99 6.98l-6.99 5.666-6.991-5.666h13.981zm.01 10h-14v-8.505l7 5.673 7-5.672v8.504z" />
</svg>
</a>
</li>
<li
class="mt-1.5 leading-normal text-gray-700 text-md flex items-center gap-2">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3.445 17.827c-3.684 1.684-9.401-9.43-5.8-11.308l1.053-.519 1.746 3.409-1.042.513c-1.095.587 1.185 5.04 2.305 4.497l1.032-.505 1.76 3.397-1.054.516z" />
</svg>
(815) 527-2898
</li>
<li class="mt-1.5 leading-normal text-gray-700 text-md">
<a
href="//github.com/traison-diedrich"
class="group flex items-center gap-2"
target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
traison-diedrich
</a>
</li>
<li class="mt-1.5 leading-normal text-gray-700 text-md">
<a
href="//www.linkedin.com/in/traison-diedrich/"
class="group flex items-center gap-2"
target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-2 16h-2v-6h2v6zm-1-6.891c-.607 0-1.1-.496-1.1-1.109 0-.612.492-1.109 1.1-1.109s1.1.497 1.1 1.109c0 .613-.493 1.109-1.1 1.109zm8 6.891h-1.998v-2.861c0-1.881-2.002-1.722-2.002 0v2.861h-2v-6h2v1.093c.872-1.616 4-1.736 4 1.548v3.359z" />
</svg>
traison-diedrich
</a>
</li>
<li class="mt-1.5 leading-normal text-gray-700 text-md">
<a
href="//instagram.com/traiiison"
class="group flex items-center gap-2"
target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24">
<path
d="M14.829 6.302c-.738-.034-.96-.04-2.829-.04s-2.09.007-2.828.04c-1.899.087-2.783.986-2.87 2.87-.033.738-.041.959-.041 2.828s.008 2.09.041 2.829c.087 1.879.967 2.783 2.87 2.87.737.033.959.041 2.828.041 1.87 0 2.091-.007 2.829-.041 1.899-.086 2.782-.988 2.87-2.87.033-.738.04-.96.04-2.829s-.007-2.09-.04-2.828c-.088-1.883-.973-2.783-2.87-2.87zm-2.829 9.293c-1.985 0-3.595-1.609-3.595-3.595 0-1.985 1.61-3.594 3.595-3.594s3.595 1.609 3.595 3.594c0 1.985-1.61 3.595-3.595 3.595zm3.737-6.491c-.464 0-.84-.376-.84-.84 0-.464.376-.84.84-.84.464 0 .84.376.84.84 0 .463-.376.84-.84.84zm-1.404 2.896c0 1.289-1.045 2.333-2.333 2.333s-2.333-1.044-2.333-2.333c0-1.289 1.045-2.333 2.333-2.333s2.333 1.044 2.333 2.333zm-2.333-12c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.958 14.886c-.115 2.545-1.532 3.955-4.071 4.072-.747.034-.986.042-2.887.042s-2.139-.008-2.886-.042c-2.544-.117-3.955-1.529-4.072-4.072-.034-.746-.042-.985-.042-2.886 0-1.901.008-2.139.042-2.886.117-2.544 1.529-3.955 4.072-4.071.747-.035.985-.043 2.886-.043s2.14.008 2.887.043c2.545.117 3.957 1.532 4.071 4.071.034.747.042.985.042 2.886 0 1.901-.008 2.14-.042 2.886z" />
</svg>
traiiison
</a>
</li>
</ul>
</section>
</div>
<!-- end Contact -->
<section class="mt-8 first:mt-0">
<!-- To keep in the same column -->
<div class="break-inside-avoid">
<h2
class="mb-3 font-bold tracking-widest text-sm2 text-gray-550 print:font-normal">
TECHNICAL SKILLS
</h2>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Frontend
</h3>
</header>
<div class="my-3.2 last:pb-1.5">
<ul
class="flex flex-wrap text-md leading-relaxed -mr-1.6 -mb-1.6">
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
React.js
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Typescript
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
UI/UX Design
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
TailwindCSS
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Bootstrap
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
PHP
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
HTML
</li>
</ul>
</div>
</section>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Backend
</h3>
</header>
<div class="my-3.2 last:pb-1.5">
<ul
class="flex flex-wrap text-md leading-relaxed -mr-1.6 -mb-1.6">
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
PostgreSQL
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
MySQL
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
FastAPI
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Linode Cloud Computing
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Traefik
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Supabase
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Python
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Numpy
</li>
</ul>
</div>
</section>
<section class="mb-4.5 break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Other
</h3>
</header>
<div class="my-3.2 last:pb-1.5">
<ul
class="flex flex-wrap text-md leading-relaxed -mr-1.6 -mb-1.6">
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Java
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Docker
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
C/C++
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Agile
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Scrum
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Git
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
OpenCV
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
CI/CD
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Bash
</li>
</ul>
</div>
</section>
</div>
</section>
<section class="mt-8 first:mt-0">
<!-- To keep in the same column -->
<div class="break-inside-avoid">
<h2
class="mb-3 font-bold tracking-widest text-sm2 text-gray-550 print:font-normal">
PERSONAL SKILLS
</h2>
<div class="my-3.2 last:pb-1.5">
<ul
class="flex flex-wrap text-md leading-relaxed -mr-1.6 -mb-1.6">
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Spanish
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Team Leadership
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Effective Communication
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 print:border-inset border border-gray-750 rounded-md">
Critical Thinking
</li>
</ul>
</div>
</div>
</section>
<!-- Education -->
<section class="mt-8 first:mt-0">
<!-- To keep in the same column -->
<div class="break-inside-avoid">
<h2
class="mb-3 font-bold tracking-widest text-sm2 text-gray-550 print:font-normal">
EDUCATION
</h2>
<section class="break-inside-avoid">
<header>
<h3
class="text-lg font-semibold text-gray-700 leading-snugish">
Saint Louis University
</h3>
<p class="leading-normal text-md text-gray-650">
2018 – 2023 | Bachelor of Arts, Computer Science
</p>
</header>
<p
class="text-sm tracking-widest text-gray-550 font-bold mt-2.5">
SELECTED COURSEWORK
</p>
<div class="my-3.2 last:pb-1.5">
<ul
class="flex flex-wrap text-md leading-relaxed -mr-1.6 -mb-1.6">
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 border border-gray-750 rounded-md">
Software Engineering
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 border border-gray-750 rounded-md">
Databases
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 border border-gray-750 rounded-md">
Computer Vision
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 border border-gray-750 rounded-md">
Algorithms
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 border border-gray-750 rounded-md">
Operating Systems
</li>
<li
class="px-2.5 mr-1.6 mb-1.6 text-base text-gray-750 border border-gray-750 rounded-md">
Object-Oriented Programming
</li>
</ul>
</div>
</section>
</div>
</section>
<!-- end Education -->
</section>
</div>
<!-- end Column -->
</div>
<!-- end Page -->
</main>
</body>
</html>