-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (58 loc) · 2.49 KB
/
index.html
File metadata and controls
64 lines (58 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Personal Page</title>
</head>
<body>
<!-- this div will contain the basic information -->
<div id="selfSummary">
<h1>Shih-ru Sheng</h1>
<h2 id="motto">If you know what you're worth then go out and get what you're worth.</h2>
<h2>Who am I ?</h2>
<p>
Computer Science undergrad at San Jose State University <img alt="SJSU logo"></img><br>
Treasurer of Artificial Intelligence and Machine Learning Club <img alt="club logo"></img><br>
Hackathon enthusiast <img alt="hackathon logos"></img><br>
(check what I have done to my teammates <a href="https://devpost.com/shihru">🥶</a>)<br>
</p>
<h2>What did I build ?</h2>
<div>
<div>
<h3>Internship Projects</h3>
<p>
<a target="_blank" href="https://sce.sjsu.edu/status/">Final Product Link</a><br>
● A system status page to display the SCE services health with Prometheus, FastAPI and Nginx
● Scraped metrics from Prometheus endpoints, leveraged dataclasses to store JSON responses
● Leveraged Nginx caching to cache HTML files, preventing high traffic to the FastAPI server and Prometheus
● Implemented a historical system health view board for easier error tracking
</p>
</div>
<div>
<h3>Hackathon Projects</h3>
</div>
<div>
<h3>Side Projects</h3>
</div>
<div>
<h3>School Projects</h3>
</div>
</div>
</div>
<div id="LinksAndContact">
<h2>My Links</h2>
<p>
<a href="http://www.linkedin.com/in/shih-ru-sheng-6a3493335/">LinkedIn</a><br>
<a href="https://github.com/ProcrastinateGuy">GitHub: Procrastinate Guy</a><br>
<a href="https://github.com/LightBlueJacketStudio">GitHub: Light Blue Jacket Studio</a><br>
<a href="https://devpost.com/ProcrastinateGuy">Devpost: Procrastinate Guy</a><br>
<a href="https://devpost.com/lightbluejacketstudio">Devpost: Light Blue Jacket Studio</a><br>
</p>
<h2>Contact Me</h2>
<p>
Email School: shih-ru.sheng@sjsu.edu<br>
Email: lightbluejacketstudio@gmail.com<br>
</p>
</div>
</body>
</html>