-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
629 lines (616 loc) · 28.2 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
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles/style.css"/>
<link rel="stylesheet" href="styles/carousel-style.css"/>
<link
href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-158957128-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-158957128-1");
</script>
<link rel="icon" href="assets/website-icon.png" type="image/png" />
<title>Stephen Lin</title>
</head>
<body>
<canvas id="canvas"></canvas>
<div
class="container-fluid min-vh-100 p-0 w-100 d-flex flex-column justify-content-center"
>
<!-- Create navigation bar -->
<nav class="navbar navbar-expand-lg w-100 header sticky-top" id="menu">
<a
class="navbar-brand header-path scrollItem"
id="header-brand"
href="#home"
>Stephen</a
>
<button
class="navbar-toggler custom-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link header-path scrollItem" href="#experience"
>Experience</a
>
</li>
<li class="nav-item">
<a class="nav-link header-path scrollItem" href="#project"
>Project
</a>
</li>
<li class="nav-item">
<a class="nav-link header-path scrollItem" href="#contact"
>Contact me</a
>
</li>
<li class="nav-item">
<a class="nav-link header-path scrollItem" href="#about"
>About Me</a
>
</li>
</ul>
</div>
</nav>
<div class="d-flex w-100 flex-column overflow-hidden flex-grow-1">
<section class="min-vh-100 w-100 d-flex flex-column" id="home">
<div
class="w-100 m-20 d-flex flex-column flex-grow-1 align-items-center justify-content-center"
>
<div class="row h-25 w-100 justify-content-center">
<div class="w-50 h-50 card" id="greeting-card">
<div class="card-header">
<h1 class="w-100 text-center" id="main-title">
Stephen Lin
</h1>
</div>
</div>
</div>
<div class="row h-50 w-100 justify-content-center">
<div class="w-50 h-50 card" id="greeting-card">
<div class="card-body text-center">
<h5 class="card-title">4B Computer Engineering</h5>
<h5 class="card-title">University of Waterloo</h5>
</div>
<div
class="card-footer d-flex justify-content-center fixed-height"
>
<a
href="https://www.linkedin.com/in/stephenyhlin/"
target="_blank"
class="btn"
>
<i class="fab fa-linkedin-in fa-2x snow-color icon"></i>
</a>
<a
href="https://github.com/Stephenyhlin"
class="btn"
target="_blank"
>
<i class="devicon-github-plain colored snow-color icon"></i>
</a>
<a
href="/assets/Stephen_Lin_Resume.pdf"
target="_blank"
class="btn"
>
<i class="far fa-file-pdf fa-2x snow-color icon"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="min-vh-100 w-100 d-flex" id="experience">
<div
class="w-100 d-flex flex-grow-1 flex-column align-items-center justify-content-center"
>
<h1 class="w-100 text-center mt-5">Experiences</h1>
<h4 class="w-100 text-center">My previous work experiences</h4>
<div class="container-fluid mt-5 w-100 h-50">
<div class="owl-carousel owl-theme">
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Software Developer
</h2>
</div>
<div class="card-body">
<h5 class="card-title font-italic">Oracle Netsuite | Sep - Dec 2021</h5>
<div class="card-text snow-color">
<ul>
<li>
Implemented bulk retrieval API written in Java, reducing total number of API calls by a minimum of 100%
</li>
<li>
Migrated 80 integration tests from Kotlin to Java to facilitate the rapid and accessible development of tests across the team
</li>
<li>
Engineered a PoC to generate Return Merchandise Authorization (RMA) summary tables with SuiteAnalytic APIs to ensure compatibility of the feature within new product </li>
</ul>
</div>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Full Stack Developer
</h2>
</div>
<div class="card-body">
<h5 class="card-title font-italic">SS&C Technologies | Sep - Dec 2020</h5>
<div class="card-text snow-color">
<ul>
<li>
Integrated Maven Release plugin, Vault for secrets configuration, and Veracode scans for testing into a release pipeline to deploy production-ready Angular and Spring Boot applications, to be used as a standard template for future release pipelines </li>
<li>
Configured an Ansible Playbook template to automatically connect to the Prometheus monitoring system and abstracted common connection steps into an inheritable task for any pipeline, reducing monitoring setup time from weeks to hours. </li>
<li>
Implemented a responsive financial report summary page in Vue and hooked report summary REST API calls to the application, decreasing time spent on calculating client’s financial information for call centre workers. </li>
</ul>
</div>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Full Stack Developer
</h2>
</div>
<div class="card-body">
<h5 class="card-title font-italic">SS&C Technologies | Jan - Apr 2020</h5>
<div class="card-text snow-color">
<ul>
<li>
Designed and developed a production-ready end-to-end Angular web application from scratch in three months.
</li>
<li>
Implemented several RESTful API endpoints using Java and Spring and integrated all of them to the front-end application.
</li>
<li>
Reduced the amount of duplicate work by creating numerous Angular components, halving time spent on screen creation.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Full Stack Developer
</h2>
</div>
<div class="card-body">
<h5 class="card-title font-italic">SS&C Technologies | May - Aug 2019</h5>
<div class="card-text snow-color">
<ul>
<li>
Proposed and demoed a XWiki knowledge base to senior management and was approved to become a future project,
saving the company $500,000 yearly once the project would be completed.</li>
<li>
Delivered a proof of concept using Java, Spring Boot, Apache Kafka and Apache Geode to read and store documents
into a PostgreSQL and MongoDB database.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Senior QA/Web Automation Developer
</h2>
</div>
<div class="card-body">
<h5 class="card-title font-italic">SAP Software Solutions | Sep - Dec 2018</h5>
<div class="card-text snow-color">
<ul>
<li>
Optimized the automation code base by adding more user functions to improve the conversion rate of manual test cases
to automated ones by 40%.
</li>
<li>
Mentored three co-op students by conducting code reviews, providing basic training on Git and assigning daily tasks.
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Software QA/Web Automation developer
</h2>
</div>
<div class="card-body">
<h5 class="card-title font-italic">SAP Software Solutions | Jan - Apr 2018</h5>
<div class="card-text snow-color">
<ul>
<li>
Extended automated testing on to different browsers such as Internet Explorer, doubling the range.
</li>
<li>
Created, updated and fixed automated test cases using Python and Selenium.
</li>
<li>
Performed system, functional, regression and performance testing on HANA Run-Time Tooling (HRTT) using automated and manual methods.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="min-vh-100 w-100 d-flex" id="project">
<div class="w-100 d-flex flex-grow-1 flex-column align-items-center justify-content-center">
<h1 class="w-100 text-center mt-5">Projects/Activities</h1>
<h4 class="w-100 text-center">Some code I have written/contributed to</h4>
<div class="container-fluid mt-5 w-100 h-50">
<div class="owl-carousel owl-theme">
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Waterloop
</h2>
</div>
<div class="card-body">
<h5 class="card-title">
<i class="devicon-react-original mr-2 ml-2"></i>
<i class="devicon-typescript-plain mr-2 ml-2"></i>
</h5>
<p class="card-text snow-color">
Worked on redesigning the website. The entire front-end is created using React, Redux and TypeScript.
</p>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Personal Website
</h2>
</div>
<div class="card-body">
<h5 class="card-title">
<i class="devicon-bootstrap-plain mr-2 ml-2"></i>
<i class="devicon-jquery-plain mr-2 ml-2"></i>
<i class="devicon-html5-plain mr-2 ml-2"></i>
</h5>
<p class="card-text snow-color">
Developed a personal website to display my portfolio. I used this experience to learn web development and to have a better grasp of JavaScript.
I used plug-ins like Owl Carousel and Formspree and learned how to read and integrate third party libraries into my projects.
</p>
<a
href="https://github.com/Stephenyhlin/Stephenyhlin.github.io"
class="btn"
target="_blank"
>
<i class="devicon-github-plain colored snow-color"></i>
</a>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Poke-Help
</h2>
</div>
<div class="card-body">
<h5 class="card-title">
<i class="devicon-bootstrap-plain mr-2 ml-2"></i>
<i class="devicon-angularjs-plain mr-2 ml-2"></i>
<i class="devicon-typescript-plain mr-2 ml-2"></i>
</h5>
<p class="card-text snow-color">
A PokéDex website that allows users to access information of their favourite Pokémon using Poké-API. This Angular project was my first attempt at web development and helped me learn more about the framework and
web development in general by implementing some advance features like lazy loading. You can find a live version of my website
<a href="https://stephenyhlin.github.io/Poke-Help/"
class="snow-color"
target="_blank"> here.
</a>
</p>
<a
href="https://github.com/Stephenyhlin/Poke-Help"
class="btn"
target="_blank"
>
<i class="devicon-github-plain colored snow-color"></i>
</a>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Ocra
</h2>
</div>
<div class="card-body">
<h5 class="card-title">
<i class="devicon-java-plain mr-2 ml-2"></i>
<i class="devicon-javascript-plain mr-2 ml-2"></i>
<i class="devicon-amazonwebservices-original mr-2 ml-2"></i>
<i class="devicon-android-plain mr-2 ml-2"></i>
</h5>
<p class="card-text snow-color">
Developed at HackThe6ix, this project was my first step into mobile development, specifically Android development. We designed and created a mobile application that
allows users to take a price tag and get a list of stores that sell the item in descending price order. I learned a lot about Android development and refined my skills in Java.
</p>
<a
href="https://github.com/Stephenyhlin/Ocra"
class="btn"
target="_blank"
>
<i class="devicon-github-plain colored snow-color"></i>
</a>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Handwriting Auto-correct
</h2>
</div>
<div class="card-body">
<h5 class="card-title">
<i class="devicon-python-plain mr-2 ml-2"></i>
</h5>
<p class="card-text snow-color">
A MakeUofT Hackathon project where I helped design and develop a handwriting correction tool. This tool provides appropriate suggestions on spelling
using a variety of technologies, like Tesseract for OCR and TextBlob as our NLP machine learning model. This project helped me learn about what machine
learning is, and how to integrate all the different technologies into one working project.
</p>
<a
href="https://github.com/Stephenyhlin/SupremeUofT"
class="btn"
target="_blank"
>
<i class="devicon-github-plain colored snow-color"></i>
</a>
</div>
</div>
</div>
<div class="ml-2 mr-2">
<div class="card border border-light transbox snow-color">
<div class="card-header border-bottom border-light">
<h2 class="w-100 text-center">
Moorse-code Translator
</h2>
</div>
<div class="card-body">
<h5 class="card-title">
<i class="devicon-cplusplus-plain mr-2 ml-2"></i>
</h5>
<p class="card-text snow-color">
A group project in which I help design and develop a Morse code translator. The project was controlled using an Onion Omega microcontroller,
which used LED Lights to send Morse code sequence and detected sequences using photoreceptors.
</p>
<a
href="https://github.com/Stephenyhlin/ece150Translator"
class="btn"
target="_blank"
>
<i class="devicon-github-plain colored snow-color"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="min-vh-100 w-100 d-flex" id="contact">
<div
class="w-100 d-flex flex-column align-items-center justify-content-center"
>
<h1 class="text-center mb-4">Got questions? Contact me :)</h1>
<div class="w-100 d-flex justify-content-center">
<form
class="form-stuff"
action="https://formspree.io/f/meqvakza"
method="POST"
>
<div class="form-row">
<div class="form-group col-sm">
<label for="name-label">Name</label>
<input
type="name"
name="name"
class="form-control"
id="name-label"
placeholder="Name"
required
/>
</div>
<div class="form-group col-sm">
<label for="email-label">Email address</label>
<input
type="email"
name="email"
class="form-control"
id="email-label"
placeholder="Email"
required
/>
</div>
</div>
<div class="form-group">
<label for="text-message">Your message</label>
<textarea
name="message"
class="form-control"
id="text-message"
placeholder="Message"
rows="3"
required
></textarea>
</div>
<input
class="btn btn-light button-size"
type="submit"
value="Send"
/>
</form>
</div>
</div>
</section>
<section class="min-vh-100 w-100 d-flex" id="about">
<div
class="w-100 m-20 align-self-center flex-grow-1 d-flex flex-column align-items-center justify-content-center"
>
<h1 class="w-100 text-center mt-5">About Me</h1>
<div class="card w-50 transbox snow-color">
<div class="card-body">
<p class="card-text snow-color">
Hi everyone! My name is Stephen Lin. I am currently a 4B
Waterloo student studying Computer Engineering. As you scrolled
through my site, you may noticed that most of my development
experience has been full-stack. However, I am also open to all
types of new learning opportunities.
</p>
<p class="card-text snow-color">
I am currently seeking full time employement. Please feel
free to look through my resume and contact me for a
conversation!
</p>
<p class="card-text snow-color">
I also have a lot of different hobbies on the side. One of
them is dancing, especially to Kpop. I am a member of a dance
team named Limelight Dance Crew, their link can be found
<a
class="snow-color"
href="https://www.youtube.com/channel/UC40GdqVnIsD23o_5fYvy3dQ"
target="_blank"
>
here.
</a>
I am still a beginner dancer, however, if you would like to
view some of the dance videos I have been a part of, please
click the links below!
</p>
<div class="row d-flex justify-content-around">
<a
href="https://www.youtube.com/watch?v=FgSN4bLjrjU"
target="_blank"
class="snow-color"
>
<i class="fab fa-youtube fa-2x"></i>
</a>
<a
href="https://www.youtube.com/watch?v=LtpmH3Joi8A"
target="_blank"
class="snow-color"
>
<i class="fab fa-youtube fa-2x"></i>
</a>
<a
href="https://youtu.be/LEUXmyAMS0g?t=414"
target="_blank"
class="snow-color"
>
<i class="fab fa-youtube fa-2x"></i>
(I start at 6:54)</a
>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
<script
src="https://kit.fontawesome.com/861ad7c2b9.js"
crossorigin="anonymous"
></script>
<script src="component/scripts/stars.js"></script>
<script src="component/scripts/scroll.js"></script>
<script src="component/scripts/carousel.js"></script>
</body>
</html>