-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
411 lines (373 loc) · 25.6 KB
/
Copy pathindex.html
File metadata and controls
411 lines (373 loc) · 25.6 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Hemant Rathore — Head of Engineering</title>
<meta name="description" content="Hemant Rathore — Head of Engineering. Data, AI & platform transformation leader based in Bangalore, India." />
<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=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;1,6..72,300;1,6..72,400&family=Inter+Tight:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
html, body { margin: 0; padding: 0; background: #f6f4ef; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: #1a3a2e; color: #f6f4ef; }
body { font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, system-ui, sans-serif; color: #141414; font-feature-settings: "ss01", "cv11"; }
a { color: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid #1a3a2e; outline-offset: 3px; border-radius: 2px; }
.container { max-width: 960px; margin: 0 auto; padding: 0 56px; }
/* Nav */
nav.top {
position: sticky; top: 0; z-index: 10;
background: rgba(246,244,239,0.85);
backdrop-filter: saturate(180%) blur(12px);
-webkit-backdrop-filter: saturate(180%) blur(12px);
border-bottom: 1px solid rgba(20,20,20,0.10);
}
nav.top .inner { display: flex; align-items: center; gap: 24px; padding: 14px 56px; max-width: 960px; margin: 0 auto; }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; border: 1px solid #141414; background: transparent; color: #141414; padding: 5px 9px; border-radius: 2px; cursor: pointer; text-decoration: none; }
.nav-links { display: flex; gap: 22px; flex: 1; justify-content: center; }
.nav-links a { text-decoration: none; color: #8a8a82; font-size: 13.5px; letter-spacing: 0.2px; transition: color .15s; }
.nav-links a:hover { color: #141414; }
.nav-cta { color: #141414; text-decoration: none; font-size: 13.5px; border-bottom: 1px solid #141414; padding-bottom: 1px; }
/* Hero */
.hero { padding: 60px 56px 120px; text-align: center; border-bottom: 1px solid rgba(20,20,20,0.10); }
.hero-avatar { width: 160px; height: 160px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto 40px; border: 1px solid rgba(20,20,20,0.10); }
.hero-inner { max-width: 860px; margin: 0 auto; }
.eyebrow { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: #8a8a82; margin-bottom: 36px; }
h1 { font-family: "Newsreader", Georgia, serif; font-size: clamp(56px, 11vw, 132px); font-weight: 300; line-height: 0.92; letter-spacing: -4px; margin: 0; font-optical-sizing: auto; }
.role { font-family: "Newsreader", Georgia, serif; font-size: clamp(28px, 4.4vw, 52px); font-weight: 400; line-height: 1.1; letter-spacing: -1.2px; margin: 20px 0 0; color: #141414; }
.role em { color: #1a3a2e; font-style: italic; font-weight: 400; }
.lede { font-family: "Newsreader", Georgia, serif; font-size: clamp(18px, 2vw, 22px); font-weight: 400; font-style: italic; line-height: 1.4; letter-spacing: -0.2px; margin: 20px auto 0; max-width: 640px; color: #3a3a36; }
.hero-sub { font-size: 16px; line-height: 1.55; color: #8a8a82; margin: 28px auto 0; max-width: 540px; }
.hero-meta { margin-top: 40px; display: flex; justify-content: center; gap: 14px; font-size: 13px; color: #8a8a82; font-family: "JetBrains Mono", ui-monospace, monospace; flex-wrap: wrap; }
.hero-meta .dot { opacity: 0.5; }
/* Section */
section.blk { max-width: 960px; margin: 0 auto; padding: 88px 56px; border-bottom: 1px solid rgba(20,20,20,0.10); scroll-margin-top: 24px; }
.sec-head { display: grid; grid-template-columns: 60px 1fr auto; align-items: baseline; gap: 20px; margin-bottom: 48px; }
.sec-num { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; color: #1a3a2e; letter-spacing: 1px; }
.sec-title { font-family: "Newsreader", Georgia, serif; font-size: 32px; font-weight: 400; letter-spacing: -0.6px; margin: 0; }
.sec-rule { border-top: 1px solid rgba(20,20,20,0.10); width: 180px; }
.sec-body { margin-left: 80px; }
p.body { font-size: 17px; line-height: 1.6; color: #3a3a36; margin: 0; text-wrap: pretty; }
/* About */
.two-col { display: block; }
.avatar { width: 140px; height: 140px; border-radius: 50%; background: linear-gradient(135deg, #faf8f3, #e8e4dc); border: 1px solid rgba(20,20,20,0.10); display: flex; align-items: center; justify-content: center; font-family: "Newsreader", Georgia, serif; font-size: 38px; font-weight: 300; color: #1a3a2e; letter-spacing: -1px; }
.avatar-cap { margin-top: 12px; font-size: 12px; font-family: "JetBrains Mono", ui-monospace, monospace; color: #8a8a82; letter-spacing: 0.3px; }
.about-note { padding-left: 18px; border-left: 2px solid #1a3a2e; color: #3a3a36; margin-top: 20px; font-size: 17px; line-height: 1.6; text-wrap: pretty; }
/* Metrics */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(20,20,20,0.10); border-left: 1px solid rgba(20,20,20,0.10); }
.metric { padding: 32px 24px; border-right: 1px solid rgba(20,20,20,0.10); border-bottom: 1px solid rgba(20,20,20,0.10); }
.metric-v { font-family: "Newsreader", Georgia, serif; font-size: 48px; font-weight: 300; line-height: 1; letter-spacing: -1.5px; color: #141414; }
.metric-l { margin-top: 10px; font-size: 13px; color: #8a8a82; letter-spacing: 0.2px; }
/* Experience */
.exps { display: grid; gap: 56px; }
.exp-year { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; color: #8a8a82; letter-spacing: 0.5px; margin-bottom: 8px; }
.exp-co { font-family: "Newsreader", Georgia, serif; font-size: 28px; font-weight: 400; margin: 0; letter-spacing: -0.5px; }
.exp-role { margin-top: 4px; font-size: 15px; color: #3a3a36; }
.exp-role .ctx { color: #8a8a82; }
ul.bullets { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
ul.bullets li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 15.5px; line-height: 1.55; color: #3a3a36; text-wrap: pretty; }
ul.bullets li .mark { color: #1a3a2e; font-weight: 500; }
.early { margin-top: 8px; padding-top: 36px; border-top: 1px solid rgba(20,20,20,0.10); display: grid; grid-template-columns: 160px 1fr; gap: 40px; }
.early-label { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; color: #8a8a82; letter-spacing: 0.8px; text-transform: uppercase; }
.early-row { display: flex; justify-content: space-between; font-size: 15px; padding-bottom: 8px; border-bottom: 1px dotted rgba(20,20,20,0.10); }
.early-row .early-role { color: #8a8a82; font-size: 15px; font-family: "Inter Tight", sans-serif; font-weight: 400; letter-spacing: 0; }
/* Competencies */
.comps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 40px; }
.comp { font-size: 15px; color: #3a3a36; padding: 8px 0; border-bottom: 1px dotted rgba(20,20,20,0.10); }
/* Skills */
.skills { display: grid; gap: 24px; }
.skill-row { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: baseline; }
.skill-k { font-family: "Newsreader", Georgia, serif; font-size: 17px; font-style: italic; color: #1a3a2e; }
.skill-v { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 14px; color: #3a3a36; }
.skill-v span { padding: 3px 0; }
/* Education */
.edu { display: grid; gap: 18px; }
.edu-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 14px 0; border-bottom: 1px solid rgba(20,20,20,0.10); align-items: baseline; }
.edu-prog { font-family: "Newsreader", Georgia, serif; font-size: 20px; font-weight: 400; }
.edu-sch { color: #8a8a82; font-size: 14px; }
/* Contact */
.contact { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(20,20,20,0.10); border-left: 1px solid rgba(20,20,20,0.10); }
.contact-item { display: block; text-decoration: none; color: #141414; padding: 22px 24px; border-right: 1px solid rgba(20,20,20,0.10); border-bottom: 1px solid rgba(20,20,20,0.10); transition: background .15s; }
.contact-item:hover { background: rgba(26,58,46,0.04); }
.contact-label { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; color: #8a8a82; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 8px; }
.contact-val { font-size: 17px; font-weight: 400; }
/* Footer */
footer { max-width: 960px; margin: 0 auto; padding: 36px 56px 56px; display: flex; justify-content: space-between; font-size: 12px; font-family: "JetBrains Mono", ui-monospace, monospace; color: #3a3a36; letter-spacing: 0.3px; flex-wrap: wrap; gap: 12px; }
footer .muted { color: #8a8a82; }
/* Responsive */
@media (max-width: 760px) {
.container, nav.top .inner, .hero, section.blk, footer { padding-left: 24px; padding-right: 24px; }
nav.top .inner { gap: 12px; }
.nav-links { gap: 14px; }
.hero { padding-top: 80px; padding-bottom: 72px; }
h1 { letter-spacing: -2px; }
.role { letter-spacing: -0.6px; }
section.blk { padding-top: 56px; padding-bottom: 56px; }
.sec-head { grid-template-columns: 44px 1fr; }
.sec-rule { display: none; }
.sec-title { font-size: 26px; }
.sec-body { margin-left: 0; }
.two-col, .early { grid-template-columns: 1fr; gap: 24px; }
.metrics { grid-template-columns: repeat(2, 1fr); }
.metric-v { font-size: 38px; }
.comps { grid-template-columns: 1fr; }
.skill-row { grid-template-columns: 1fr; gap: 6px; }
.contact { grid-template-columns: 1fr; }
.exp-co { font-size: 24px; }
}
/* Active nav state */
.nav-links a.active { color: #141414; }
/* Print-friendly-ish */
@media print {
nav.top, footer { display: none; }
section.blk, .hero { border: none; padding: 24px 0; page-break-inside: avoid; }
}
</style>
</head>
<body>
<nav class="top">
<div class="inner">
<a href="#top" class="mono">HR</a>
<div class="nav-links">
<a href="#about">About</a>
<a href="#highlights">Highlights</a>
<a href="#experience">Experience</a>
<a href="#competencies">Competencies</a>
<a href="#skills">Skills</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
</div>
<a href="https://www.linkedin.com/in/hemantrathore" target="_blank" rel="noreferrer" class="nav-cta">LinkedIn ↗</a>
</div>
</nav>
<div id="top"></div>
<section class="hero">
<div class="hero-inner">
<img class="hero-avatar" src="portrait.jpg" alt="Hemant Rathore" />
<div class="eyebrow">Engineering leadership · Bangalore, India</div>
<h1 style="font-size: 64px">Hemant Rathore</h1>
<p class="lede" style="font-size: 24px">Head of Engineering<br/>Data, AI & Platform Transformation Leader</p>
<p class="hero-sub">Architecting large-scale data platforms, AI-powered products, and <br/>high-performance engineering organizations.</p>
<div class="hero-meta">
<span>Available for leadership roles</span>
<span class="dot">·</span>
<span>hemant.rathore@gmail.com</span>
</div>
</div>
</section>
<!-- About -->
<section id="about" class="blk">
<div class="sec-head">
<div class="sec-num">01</div>
<h2 class="sec-title">About</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="two-col">
<div>
<p class="body">Engineering leader with 15+ years building and scaling data, platform, and BI organizations across commerce and enterprise SaaS. Led high-scale data platforms supporting $10B+ in GMV, $1B+ in annual advertising spend, and mission-critical enterprise and government workloads.</p>
<p class="about-note">Built and scaled end-to-end data platforms and engineering organizations spanning marketplace integrations, large-scale data ingestion, and business intelligence.</p>
<p class="about-note">Modernized complex data platforms, introduced applied AI where it created real leverage, and scaled engineering teams to deliver reliably at increasing levels of scope and complexity.</p>
</div>
</div>
</div>
</section>
<!-- Highlights -->
<section id="highlights" class="blk">
<div class="sec-head">
<div class="sec-num">02</div>
<h2 class="sec-title">Selected Highlights</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="metrics">
<div class="metric"><div class="metric-v">$10B+</div><div class="metric-l">GMV supported</div></div>
<div class="metric"><div class="metric-v">$1B+</div><div class="metric-l">annual ad spend</div></div>
<div class="metric"><div class="metric-v">2,500+</div><div class="metric-l">global brands</div></div>
<div class="metric"><div class="metric-v">15+</div><div class="metric-l">years in engineering</div></div>
</div>
</div>
</section>
<!-- Experience -->
<section id="experience" class="blk">
<div class="sec-head">
<div class="sec-num">03</div>
<h2 class="sec-title">Experience</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="exps">
<article>
<div class="exp-year">2026 — Present</div>
<h3 class="exp-co">AI Strategy & Technical Advisor</h3>
<div class="exp-role">Independent · <span class="ctx">Applied-AI & Agentic Systems · Bangalore, India</span></div>
<p class="body" style="margin-top:14px;">Independent advisory and applied-AI build work, focused on production-grade Agentic systems.</p>
<ul class="bullets">
<li><span class="mark">→</span><span>Advising an early-stage AI/data founder on LLM-platform architecture and the operational shift to Agentic-AI workflows.</span></li>
<li><span class="mark">→</span><span>Building Answer Ready, a publisher-side AI-readability product that makes web content discoverable by AI agents like ChatGPT, Claude, and Perplexity.</span></li>
</ul>
</article>
<article>
<div class="exp-year">2021 — 2026</div>
<h3 class="exp-co">Teikametrics</h3>
<div class="exp-role">Director of Engineering · <span class="ctx">AI-Powered Marketplace Optimization Platform · Remote</span></div>
<p class="body" style="margin-top:14px;">Owned end-to-end engineering for Teikametrics' data platform, spanning marketplace integrations, large-scale data ingestion, and business intelligence. Led multiple distributed engineering organizations across US and India, building and operating high-scale, multi-marketplace data pipelines powering commerce intelligence and retail media optimization across Amazon, Walmart, and TikTok.</p>
<ul class="bullets">
<li><span class="mark">→</span><span>Enabled 2,500+ global brands to operate on a unified marketplace data and intelligence platform, supporting $10B+ in GMV and $1B+ in annual advertising spend.</span></li>
<li><span class="mark">→</span><span>Re-architected real-time bidding from batch polling to event-driven processing, achieving 6× faster bid decisions at 1B+ automated bid updates per month.</span></li>
<li><span class="mark">→</span><span>Built the multi-tenant marketplace integration layer across Amazon (SP-API, Ads API), Walmart, and TikTok Shop, with per-tenant OAuth token lifecycle and a fair-share rate-limit and backoff strategy under Amazon's dynamic API throttling.</span></li>
<li><span class="mark">→</span><span>Led a full data platform transformation (Snowflake to Databricks) with zero-downtime migration, replacing a legacy stack with a cost-efficient, modern analytics foundation.</span></li>
<li><span class="mark">→</span><span>Reduced customer onboarding from 24 hours to 6 hours end-to-end by coordinating five team-owned modules into a unified event-driven pipeline.</span></li>
<li><span class="mark">→</span><span>Enabled GenAI-powered capabilities including automated listing optimization and conversational analytics in Looker, by exposing trusted, governed data models for natural-language exploration.</span></li>
</ul>
</article>
<article>
<div class="exp-year">2019 — 2021</div>
<h3 class="exp-co">Optum</h3>
<div class="exp-role">Senior Engineering Manager · <span class="ctx">Healthcare Technology & Government Digital Platforms · India</span></div>
<p class="body" style="margin-top:14px;">Led cross-functional, distributed engineering teams delivering a large-scale Medicaid and Medicare modernization program for U.S. state healthcare systems. Accountable for end-to-end engineering delivery across application development, platform components, and DevOps under strict regulatory, security, and compliance requirements.</p>
<ul class="bullets">
<li><span class="mark">→</span><span>Delivered the Provider Enrollment Portal for U.S. state governments, replacing fragmented legacy workflows and improving provider onboarding efficiency.</span></li>
<li><span class="mark">→</span><span>Implemented engineering KPIs and Agile operating models that improved release predictability, execution transparency, and stakeholder confidence across U.S.–India teams.</span></li>
<li><span class="mark">→</span><span>Introduced CI/CD and DevOps automation across the program, reducing release cycles by 70%+ and significantly lowering production defect rates.</span></li>
</ul>
</article>
<article>
<div class="exp-year">2018 — 2019</div>
<h3 class="exp-co">Nutanix</h3>
<div class="exp-role">Engineering Manager · <span class="ctx">Enterprise Cloud Infrastructure · India</span></div>
<p class="body" style="margin-top:14px;">Led engineering execution for reliability and observability initiatives within Nutanix Cluster Health. Worked closely with SRE and core platform teams to improve system stability, diagnostics, and operational visibility across enterprise deployments.</p>
<ul class="bullets">
<li><span class="mark">→</span><span>Built and launched LogBay in Go, the log-collection utility that replaced Nutanix's legacy log_collector and became the standard tool Support used for at-customer diagnostics, with tag-based selective collection and on-site anonymization of IPs and PII.</span></li>
<li><span class="mark">→</span><span>Authored net-new NCC (Nutanix Cluster Check) health checks that auto-raised alerts and auto-opened support cases, and drove the Cluster Health defect burn-down from ~800 to under 100 open defects.</span></li>
</ul>
</article>
<article>
<div class="exp-year">2015 — 2018</div>
<h3 class="exp-co">Druva</h3>
<div class="exp-role">Engineering Manager · <span class="ctx">Cloud Data Protection & Governance · India</span></div>
<p class="body" style="margin-top:14px;">Built and led the Governance engineering function for Druva's enterprise SaaS data-protection platform — owning design and delivery of compliance, eDiscovery, legal hold, and enterprise search capabilities from inception to production.</p>
<ul class="bullets">
<li><span class="mark">→</span><span>Scaled the Governance engineering team from 3 to 12 engineers, establishing a dedicated function responsible for Druva's enterprise governance and compliance roadmap.</span></li>
<li><span class="mark">→</span><span>Built eDiscovery and Legal Hold from scratch, sustaining 125 GB/hour per node of audit-ready data preservation, with chain-of-custody and audit-trail mechanics for enterprise litigation defensibility.</span></li>
<li><span class="mark">→</span><span>Built enterprise search and federated indexing on Druva's global-deduplication block store, and launched Proactive Compliance scanning for PII across HIPAA, PCI, and GDPR templates.</span></li>
</ul>
</article>
<div class="early">
<div class="early-label">Early career</div>
<div style="display:grid;gap:6px;">
<div class="early-row"><span style="font-weight:500;">Alethea Communications</span><span class="early-role">Founding Engineer</span></div>
<div class="early-row"><span style="font-weight:500;">Anite (now Keysight Technologies)</span><span class="early-role">Lead Engineer</span></div>
<div class="early-row"><span style="font-weight:500;">Ashley Laurent (acquired by Cisco)</span><span class="early-role">Software Engineer</span></div>
</div>
</div>
</div>
</div>
</section>
<!-- Competencies -->
<section id="competencies" class="blk">
<div class="sec-head">
<div class="sec-num">04</div>
<h2 class="sec-title">Core Competencies</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="comps">
<div class="comp">AI & Data Platform Strategy</div>
<div class="comp">Cloud Architecture & Modernization</div>
<div class="comp">Scalable Distributed Systems</div>
<div class="comp">Engineering Organization Leadership</div>
<div class="comp">Platform & Architecture Transformation</div>
<div class="comp">Marketplace & E-commerce Intelligence</div>
<div class="comp">GenAI Product Enablement</div>
<div class="comp">Data Infrastructure & Analytics</div>
<div class="comp">Cloud Infrastructure Optimization</div>
<div class="comp">Product–Engineering Alignment</div>
<div class="comp">Operational Excellence & Delivery Governance</div>
<div class="comp">Cross-Functional Technical Leadership</div>
<div class="comp">Global Team Leadership</div>
<div class="comp">Architecture Governance & Reliability</div>
<div class="comp">Performance, Scale & System Resilience</div>
<div class="comp">Technical Roadmap & Architecture Ownership</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills" class="blk">
<div class="sec-head">
<div class="sec-num">05</div>
<h2 class="sec-title">Technical</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="skills">
<div class="skill-row"><div class="skill-k">Architecture</div><div class="skill-v"><span>Distributed Systems</span><span>Microservices</span><span>Cloud Infrastructure</span><span>Data Platforms</span><span>Trusted Data Pipelines</span></div></div>
<div class="skill-row"><div class="skill-k">Platforms & Tools</div><div class="skill-v"><span>AWS</span><span>Databricks</span><span>Snowflake</span><span>Kafka</span><span>Redis</span><span>Elasticsearch</span><span>Docker</span><span>Kubernetes</span><span>Git</span><span>Looker</span></div></div>
<div class="skill-row"><div class="skill-k">Languages</div><div class="skill-v"><span>Python</span><span>Java</span><span>SQL</span></div></div>
<div class="skill-row"><div class="skill-k">Observability</div><div class="skill-v"><span>Datadog</span><span>Grafana</span><span>Splunk</span><span>Sentry</span><span>Squadcast</span></div></div>
<div class="skill-row"><div class="skill-k">AI Tooling</div><div class="skill-v"><span>Claude Code</span><span>Codex</span><span>OpenClaw</span><span>Multi-agent orchestration</span></div></div>
</div>
</div>
</section>
<!-- Education -->
<section id="education" class="blk">
<div class="sec-head">
<div class="sec-num">06</div>
<h2 class="sec-title">Education</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="edu">
<div class="edu-row"><div class="edu-prog">Executive General Management Programme</div><div class="edu-sch">Indian Institute of Management (IIM) Bangalore</div></div>
<div class="edu-row"><div class="edu-prog">B.Tech., Computer Science</div><div class="edu-sch">Indian Institute of Technology (IIT) Delhi</div></div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="blk">
<div class="sec-head">
<div class="sec-num">07</div>
<h2 class="sec-title">Get in touch</h2>
<div class="sec-rule"></div>
</div>
<div class="sec-body">
<div class="contact">
<a href="mailto:hemant.rathore@gmail.com" class="contact-item">
<div class="contact-label">Email</div>
<div class="contact-val">hemant.rathore@gmail.com</div>
</a>
<div class="contact-item">
<div class="contact-label">Phone</div>
<div class="contact-val">+91 99454 50925</div>
</div>
<a href="https://www.linkedin.com/in/hemantrathore" target="_blank" rel="noreferrer" class="contact-item">
<div class="contact-label">LinkedIn</div>
<div class="contact-val">linkedin.com/in/hemantrathore ↗</div>
</a>
<div class="contact-item">
<div class="contact-label">Based in</div>
<div class="contact-val">Bangalore, India</div>
</div>
</div>
</div>
</section>
<footer>
<div>© <span id="year"></span> Hemant Rathore</div>
<div class="muted">Set in Newsreader & Inter Tight</div>
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
// Active-link highlighting on scroll
const sections = document.querySelectorAll('section.blk');
const links = document.querySelectorAll('.nav-links a');
const setActive = (id) => links.forEach(a => a.classList.toggle('active', a.getAttribute('href') === '#' + id));
const io = new IntersectionObserver((entries) => {
entries.forEach(e => { if (e.isIntersecting) setActive(e.target.id); });
}, { rootMargin: '-40% 0px -55% 0px' });
sections.forEach(s => io.observe(s));
</script>
</body>
</html>