-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 1.62 KB
/
Copy pathindex.html
File metadata and controls
55 lines (54 loc) · 1.62 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<p id="yang">Yang Luo</p>
<p id="info">yluo496@uwo.ca | 778.896.8891</p>
<p class="orange">EDUCATION</p>
<hr />
<p><em>University of Western Ontario</em></p>
<p><i>B.S. in Computer Science</i></p>
<p>
Relevent Coursework: Calulus, Linear Algebra, Computer Science Fundamentals
</p>
<br />
<p class="orange">PROJECTS</p>
<hr />
<p><strong>LinkedIn</strong></p>
<p>Software Engineer</p>
<ul>
<li>Primarily contributed to front-end development</li>
<li>
Utilized Ember for front-end, Java for back-end, and SQL for executing
database queries
</li>
</ul>
<p><u>Select Contributions</u></p>
<ul>
<li>
Collaborated with product managers, designers, and data scientists to
develop and iteratively improve upon front-end features for LinkedIn’s
Jobs platform
</li>
<li>
Reduced redirection latency for all web job posting and job management
links by migrating redirection logic from client-side to server-side
</li>
<li>
Implemented new front-end feature allowing users to claim and post jobs
scraped from alternative hiring platforms, increasing total job posting on
LinkedIn
</li>
<li>
Improved existing job posting experience on web browsers by integrating
new tools and features such as rich text editors with auto-generated job
description templates
</li>
</ul>
<p class="orange">SKILLS</p>
<hr />
<p>Languages: Python, JavaScript, Java</p>
<p>Others: HTML, CSS, GitHub</p>
<p>Interests: TBD</p>
</body>