-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
42 lines (33 loc) · 1.39 KB
/
experience.html
File metadata and controls
42 lines (33 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Andy Li</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div class="page content">
<h2>Experience</h2>
<dl>
<dt><strong>Amazon Web Services</strong> (May 2026)</dt>
<dd>- Software Engineer intern.</dd>
<dd>- I will be returning to AWS this summer. This time, on RDS for Oracle.</dd>
<dt><strong>Amazon Web Services</strong> (May 2025 - Sept 2025)</dt>
<dd>- Software Engineer intern.</dd>
<dd>- Worked on RDS SQL Server integration with AWS Bedrock.</dd>
<dt><strong>The University of British Columbia</strong> (July 2024 - April 2025)</dt>
<dd>- Teaching Assistant.</dd>
<dd>- Lead labs and class activities for <a class="inlineLink"
href="https://www.cs.ubc.ca/students/undergrad/courses/core-curriculum#:~:text=CPSC%20210%C2%A0%2D%C2%A0Software%20Construction"
target="_blank">CPSC 210</a>.</dd>
<dt><strong>Incognito Software Systems</strong> (Sept 2024 - April 2025)</dt>
<dd>- Software QA Engineer intern.</dd>
<dd>- Wrote test suites and managed CI/CD for a collection of microservices.</dd>
</dl>
<a href="/">(back)</a>
</div>
<div id="footer"></div>
<script src="/footer.js"></script>
</body>
</html>