-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.76 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Instrument+Serif&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Praneeth Papishetty — Builder, Datastores at Slack. I build tools for the people who keep production alive. Previously DIM (Database Infra Manager) at Warner Bros. Discovery, with seven years of database infrastructure across HBO Max and the WBD streaming stack." />
<meta name="author" content="Praneeth Papishetty" />
<meta property="og:title" content="Praneeth Papishetty — Builder · Datastores · Slack" />
<meta property="og:description" content="I build tools for the people who keep production alive. Currently on Slack's Datastores Foundation squad. Built DIM at Warner Bros. Discovery: 3 weeks → 12 hours across 1,200+ Aurora clusters." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://praneethpapishetty.com" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Praneeth Papishetty — Builder, Datastores at Slack" />
<meta name="twitter:description" content="I build tools for the people who keep production alive. Builder · Datastores · Slack." />
<title>Praneeth Papishetty — Builder, Datastores at Slack</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>