-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 2.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Albert Zhong</title>
<meta name="description" content="Albert Zhong">
<meta name="keywords" content="albert, zhong, albert zhong, university of washington">
<meta property="og:title" content="Albert Zhong">
<meta property="og:url" content="https://albertzhong.com">
<meta property="og:description" content="Albert Zhong">
<meta property="og:type" content="website">
<link href="./css/fontawesome.css" rel="stylesheet">
<link href="./css/brands.css" rel="stylesheet">
<link href="./css/solid.css" rel="stylesheet">
<link rel="stylesheet" href="https://newcss.net/new.min.css">
</head>
<body>
<header>
<h1>Albert Zhong</h1>
</header>
<p>I'm a software engineer living in San Francisco, CA. I work on compute infrastructure at Databricks. I
recently graduated from the University of Washington with bachelor's degrees in computer science and
mathematics. I previously interned at Citadel, Uber, and Pulumi.</p>
</p>
<p>My interests include distributed computing, machine learning, and financial markets.</p>
<hr>
<p>Previous work:</p>
<ul>
<li><a
href="https://www.databricks.com/blog/2022/09/16/managing-cicd-kubernetes-authentication-using-operators.html">Managing
CI/CD Kubernetes Authentication at Databricks</a></li>
<li><a href="https://www.pulumi.com/blog/introducing-crd2pulumi/">crd2pulumi - typed CustomResources for
Kubernetes</a></li>
</ul>
<hr>
<a href="mailto:albertzhong0@gmail.com"><i class="fa-regular fa-envelope fa-xl"></i></a>
<a href="https://github.com/albert-zhong"><i class="fa-brands fa-square-github fa-xl"></i></a>
<a href="https://www.linkedin.com/in/albert-zhong/"><i class="fa-brands fa-linkedin fa-xl"></i></a>
<a href="https://twitter.com/al_zhong"><i class="fa-brands fa-square-twitter fa-xl"></i></a>
</body>
</html>