-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (66 loc) · 2.33 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
<!DOCTYPE HTML>
<html>
<head>
<title>shakeel rao</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/style.css" rel="stylesheet" type="text/css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117989976-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-117989976-1');
</script>
</head>
<body>
<h1>shakeel rao ⚡</h1>
<p>ABOUT ME</p>
<ul>
<li>recent computer science grad @ <a href="https://uwaterloo.ca">university of waterloo</a></li>
<li>interested in distributed systems & infrastructure</li>
</ul>
<br>
<p>WORK EXPERIENCE</p>
<ul>
<li><a href="https://twitter.com/">twitter</a>, software engineer (oct '20)</li>
<ul>
<li>coordination team : remote</li>
</ul>
<br>
<li><a href="https://twitter.com/">twitter</a>, software engineering intern (sep-dec '19)</li>
<ul>
<li>coordination team : seattle</li>
</ul>
<br>
<li><a href="https://www.linkedin.com">linkedin</a>, systems & infrastructure engineering intern (jan-apr '19)</li>
<ul>
<li>kafka team : sunnyvale</li>
</ul>
<br>
<li><a href="https://www.bynorth.com/">north</a>, software engineering intern (sep-dec '18)</li>
<ul>
<li>cloud services team : kitchener</li>
</ul>
<br>
<li><a href="https://www.indexexchange.com/">index exchange</a>, software engineering intern (jan-apr '18)</li>
<ul>
<li>identity management team : kitchener</li>
</ul>
<br>
<li><a href="https://mdm.ca/md-wealth-management">md financial</a>, software development intern (sep-dec '16)</li>
<ul>
<li>financial reporting team : ottawa</li>
</ul>
</ul>
<br>
<p>LINKS</p>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://www.linkedin.com/in/shakeelrao79">linkedin</a></li>
<li><a href="https://github.com/shakeelrao/">github</a></li>
</ul>
<br>
<p>(c) <script type="text/javascript">document.write(new Date().getFullYear());</script> shakeel rao</p>
</body>
</html>