-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
68 lines (64 loc) · 3.52 KB
/
about.html
File metadata and controls
68 lines (64 loc) · 3.52 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
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta property="og:image" content="ogimage.png" />
<meta property="og:url" content="index.html" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1,width=device-width,user-scalable=no">
<meta name="theme-color" content="#E64A19">
<meta charset="UTF-8">
<title>/dev/sudeep</title>
<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;700&display=swap" rel="stylesheet">
<script src="/js/main.js"></script>
<link rel="stylesheet" type="text/css" href="css/website.css">
</head>
<body>
<div id="container">
<header>
<h1>Hello, I'm Sudeep <img src="./pic/DP.jpg" alt="Sudeep's Profile Photo"></h1>
<div class="name-divider"></div>
<h3>Software Engineer | Ireland 🇮🇪 </h3>
<h4>7 years of experience in backend and mobile development. <br>
Worked across Betting, Merchandising, AdTech, Recruitment, Food Delivery, and TelcoCloud domains.</h4>
<div class="name-divider"></div>
</header>
<main>
<p>Currently Engineering @ <a href="https://www.draftkings.com/" target="_blank">Draftkings</a>, building
real-time betting & cashout platform </p>
<p>Previously Engineering @ <a href="https://www.vmware.com/products/software-defined-edge/telco-cloud/ric"
target="_blank">VMware</a> to stream 5g/lte data in cloud <a
href="https://www.vmware.com/products/software-defined-edge/telco-cloud/platform-ran" target="_blank">RAN</a>
</p>
<p>Before that marketing engineering @ <a href="https://groupon.ie/" target="_blank">groupon</a>, worked with
placing Ads </p>
<p>Formerly Android 📱 engineer @ <a
href="https://play.google.com/store/apps/details?id=naukriApp.appModules.login&hl=en"
target="_blank">naukri.com</a>, India's #1 Job Portal 🇮🇳</p>
<p>Studied MSc. CS at <a href="https://www.cs.ucd.ie/PostgraduateProgrammes/MSc_Negotiated_Learning/"
target="_blank">UCD</a>, Dublin</p>
<p>Cofounded <a href="https://www.instagram.com/bluntnetworksindia/">Blunt Networks </a>- Media Marketing Company
</p>
<p>designed T-shirts 👕 for <a href="https://www.bewakoof.com/" target="_blank">bewakoof.com</a></p>
<p>interned with <a href="https://www.bewakoof.com/" target="_blank">Chefensa</a>, a food delivery startup</p>
<div class="header-divider"></div>
<p><a href="https://www.youtube.com/watch?v=P0akt4p58EE">DJ-ing</a> side hustle 🎧🎶</p>
<p><a href="http://github.com/sudeepatgithub">github</a> projects</p>
<p><a href="https://www.hackerrank.com/SudeepSrivastav">hackerrank/sudeep</a> ds-algo medals here 🤓</p>
<p>checkout my <a href="https://www.quora.com/profile/Sudeep-Srivastava-3">quora</a> answers</p>
<p><a href="https://www.tech51.in/">tech51</a> because 51 is my lucky number 🍀</p>
<div class="header-divider"></div>
<p><a href="https://www.linkedin.com/in/sudeep51/">linkedIn</a><a> | </a><a
href="https://docs.google.com/document/d/1LK2U5TB1pCzZiTScxFgx7_Y5cYvWcZLc4lIK1KJ91XY/edit?usp=sharing">Resume</a>
</p>
<p></p>
<div class="header-divider"></div>
</main>
<aside>
</aside>
</div>
</body>
<footer>
<p>// 2025 Update: currently writing some technical blogs to put here. stay tuned!</p>
</footer>
</html>