-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
395 lines (357 loc) · 19.6 KB
/
resume.html
File metadata and controls
395 lines (357 loc) · 19.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gaurav Meena - Resume</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<style>
body {
font-family: 'Inter', sans-serif;
color: #1f2937;
/* gray-800 */
}
.section-title {
border-bottom: 2px solid #4f46e5;
/* indigo-600 */
padding-bottom: 0.5rem;
margin-bottom: 1.5rem;
/* mb-6 */
font-size: 1.5rem;
/* text-2xl */
font-weight: 700;
/* font-bold */
color: #374151;
/* gray-700 */
}
.job-entry,
.education-entry,
.skill-category {
margin-bottom: 2rem;
/* mb-8 */
}
.job-title strong,
.degree strong {
color: #3730a3;
/* indigo-700 */
}
.date-location {
font-style: italic;
color: #4b5563;
/* gray-600 */
}
.list-disc li {
margin-bottom: 0.375rem;
/* mb-1.5 for better spacing */
}
.tag-skill {
display: inline-block;
background-color: #e0e7ff;
/* indigo-100 */
color: #3730a3;
/* indigo-800 */
padding: 0.25rem 0.75rem;
border-radius: 9999px;
/* rounded-full */
font-size: 0.875rem;
/* text-sm */
font-weight: 500;
/* font-medium */
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
.main-container {
padding-top: 2rem;
}
@media print {
body {
font-size: 10pt;
-webkit-print-color-adjust: exact;
/* Chrome, Safari */
print-color-adjust: exact;
/* Firefox, Edge */
}
.no-print {
display: none !important;
}
.main-container {
padding-top: 0;
margin: 0;
box-shadow: none;
}
a {
text-decoration: none;
color: inherit !important;
/* Ensure links inherit color */
}
.section-title {
font-size: 1.25rem;
border-bottom: 1px solid #000;
color: #000 !important;
}
.job-title strong,
.degree strong {
color: #000 !important;
}
.date-location,
.text-slate-600,
.text-slate-700,
.text-slate-500 {
color: #000 !important;
}
.bg-indigo-700 {
background-color: #4f46e5 !important;
}
.text-white {
color: #ffffff !important;
}
.tag-skill {
border: 1px solid #ccc;
background-color: #f0f0f0 !important;
color: #000 !important;
}
.list-disc li::marker {
color: #000 !important;
}
}
</style>
</head>
<body class="bg-slate-100 pt-20">
<nav class="bg-white shadow-md fixed w-full z-50 top-0 no-print">
<div class="container mx-auto px-6 py-3 md:flex md:justify-between md:items-center">
<div class="flex items-center justify-between">
<a href="index.html" class="text-xl font-bold text-indigo-600">Gaurav Meena</a>
<div class="flex md:hidden">
<button type="button"
class="text-slate-500 hover:text-slate-600 focus:outline-none focus:text-slate-600"
aria-label="toggle menu" id="mobile-menu-button">
<svg viewBox="0 0 24 24" class="h-6 w-6 fill-current">
<path fill-rule="evenodd"
d="M4 5h16a1 1 0 0 1 0 2H4a1 1 0 1 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2zm0 6h16a1 1 0 0 1 0 2H4a1 1 0 0 1 0-2z">
</path>
</svg>
</button>
</div>
</div>
<div class="md:flex items-center hidden" id="mobile-menu">
<div class="flex flex-col md:flex-row md:mx-6">
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="index.html#home">Home</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="index.html#about">About</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="index.html#projects">Projects</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="index.html#skills">Skills</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="index.html#education">Education</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="places.html">Food Atlas</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="tools.html">AI Tools</a>
<a class="my-1 text-sm text-indigo-600 font-bold md:mx-4 md:my-0" href="resume.html">Resume</a>
<a class="my-1 text-sm text-slate-700 font-medium hover:text-indigo-500 md:mx-4 md:my-0"
href="index.html#contact">Contact</a>
</div>
</div>
</div>
</nav>
<div class="container mx-auto max-w-4xl p-4 sm:p-6 lg:p-8 bg-white shadow-xl my-6 main-container rounded-lg">
<header class="text-center mb-10 border-b pb-6 border-slate-200">
<h1 class="text-4xl font-bold text-indigo-700">Gaurav Meena</h1>
<p class="text-xl text-slate-600 mt-1">Data Scientist | Full-Stack Developer | AI Researcher</p>
<div class="mt-4 text-sm text-slate-500 flex flex-wrap justify-center gap-x-4 sm:gap-x-6 gap-y-2">
<span><i class="fas fa-envelope mr-1 text-indigo-600"></i> gauravmeena0708[at]gmail[dott]com</span>
<span><i class="fas fa-map-marker-alt mr-1 text-indigo-600"></i> New Delhi, IN</span>
<span><a href="https://linkedin.com/in/gauravmeena0708" target="_blank" class="hover:text-indigo-600"><i
class="fab fa-linkedin mr-1 text-indigo-600"></i> LinkedIn</a></span>
<span><a href="https://github.com/gauravmeena0708" target="_blank" class="hover:text-indigo-600"><i
class="fab fa-github mr-1 text-indigo-600"></i> GitHub</a></span>
<span><a href="https://www.behance.net/gauravmeena0708" target="_blank" class="hover:text-indigo-600"><i
class="fab fa-behance mr-1 text-indigo-600"></i> Behance</a></span>
</div>
<div class="mt-6 flex justify-center gap-4 no-print">
<button onclick="window.print()"
class="bg-indigo-600 text-white py-2 px-6 rounded-md hover:bg-indigo-700 transition duration-300 text-sm shadow-md">
<i class="fas fa-print mr-1"></i> Print / Save PDF
</button>
</div>
</header>
<section id="profile" class="mb-8">
<h2 class="section-title">Profile Summary</h2>
<p class="text-slate-700 leading-relaxed">
A results-oriented technology leader and AI researcher with 7+ years as a Government Officer (EPFO),
complemented by a strong foundation in software engineering and aerospace. Currently pursuing an M.Tech
in AI & Data Science at IIT Delhi (exp. June 2026), focusing on Generative AI for privacy-preserving
synthetic tabular data (Diffusion & VAE models).
</p>
<p class="mt-3 text-slate-700 leading-relaxed">
<strong>Areas of Interest:</strong> Generative AI, Machine Learning, Data Science, Full-Stack
Development, Data Visualization, Automation, Policy & Technology Interface, <strong>Policy of Policy,
Bringing Change</strong>.
</p>
</section>
<section id="experience" class="mb-8">
<h2 class="section-title">Professional Experience</h2>
<div class="job-entry">
<h3 class="text-lg font-semibold job-title"><strong>Regional PF Commissioner - II</strong>, EPFO</h3>
<p class="date-location">KR Puram, Bengaluru | 06/2021 – Present</p>
<ul class="list-disc list-inside text-slate-700 mt-1 ml-4 text-sm leading-relaxed">
<li>Lead and managed regional office operations, overseeing provident fund, pension, and insurance
schemes for a large subscriber base.</li>
<li>Contributed to zonal office efficiency by assisting in the automation of complex report
generation processes.</li>
</ul>
</div>
<div class="job-entry">
<h3 class="text-lg font-semibold job-title"><strong>Assistant PF Commissioner</strong>, EPFO</h3>
<p class="date-location">KR Puram, Bengaluru | 08/2021 – 05/2024</p>
<ul class="list-disc list-inside text-slate-700 mt-1 ml-4 text-sm leading-relaxed">
<li>Developed and deployed a script for single-page report for monitoring of office pendency,
significantly improving operational oversight.</li>
<li>Authored and implemented Python libraries for periodicity analysis of official data and WhatsApp
group chat analytics for internal communication insights.</li>
<li>Engineered JavaScript-based front-end calculators for complex pension and EDLI computations,
officially inaugurated by the Hon’ble Union Labour Minister in 2022.</li>
</ul>
</div>
<div class="job-summary">
<h3 class="text-lg font-semibold job-title"><strong>Assistant PF Commissioner, EPFO (National Data
Center)</strong></h3>
<p class="date-location">New Delhi, India | 04/2018 – 08/2021</p>
<ul class="list-disc list-inside text-slate-700 mt-1 ml-4 text-sm leading-relaxed">
<li>Spearheaded the implementation of an organization-wide issue tracker system and coordinated with
technology partners on software projects like Big Data Analytics (BDA) and Business Continuity
Planning (BCP).</li>
<li>Conducted in-depth analysis of over 20 million claim datasets to identify operational anomalies
and root causes for claim rejections, alongside leading IT policy formulation and data sharing
policies.</li>
<li>Oversaw technical aspects of key citizen-facing digital services (E-sign, Aadhaar
authentication) and achieved significant annual cost savings (₹50 Lakhs p.a.) through strategic
vendor negotiations.</li>
</ul>
</div>
<div class="job-entry">
<h3 class="text-lg font-semibold job-title"><strong>Assistant PF Commissioner</strong>, EPFO</h3>
<p class="date-location">Amritsar, India & Chennai, IN (Trainee) | 12/2016 – 03/2018</p>
<ul class="list-disc list-inside text-slate-700 mt-1 ml-4 text-sm leading-relaxed">
<li>Adjudicated compliance cases under EPF & MP Act, assessing financial liabilities exceeding ₹3
Crores.</li>
<li>Managed a team of 30 for timely pension disbursement to 40,000+ pensioners and their grievance
redressal.</li>
<li>Designed a dual-language training magazine using Adobe Photoshop; completed comprehensive
training in public policy, law, and service delivery.</li>
</ul>
</div>
<div class="job-summary">
<h3 class="text-lg font-semibold job-title"><strong>Software Engineer</strong>, Exact Solutions</h3>
<p class="date-location">Mumbai, India | 07/2012 – 12/2013</p>
<ul class="list-disc list-inside text-slate-700 mt-1 ml-4 text-sm leading-relaxed">
<li>Architected and developed J2EE and ABAP applications with distributed transactions across
multiple database systems (Sybase, Oracle, Informix, MS SQL Server) using WebSphere and SAP
NetWeaver.</li>
<li>Engineered secure authentication solutions by implementing OpenLDAP and Kerberos, designed
custom LDAP infrastructure, and developed C client libraries and Bash scripts for automation.
</li>
<li>Developed high-performance C/C++ programs for network packet analysis and large dataset
manipulation, and pioneered the iWatch 7 web client using Node.js, Socket.io, and various
frontend technologies for real-time data visualization.</li>
</ul>
</div>
</section>
<section id="education" class="mb-8">
<h2 class="section-title">Education</h2>
<div class="education-entry">
<h3 class="text-lg font-semibold degree"><strong>M.Tech in Machine Intelligence & Data Science</strong>
</h3>
<p class="text-slate-700">Indian Institute of Technology (IIT), Delhi</p>
<p class="date-location">Expected Graduation: June 2026</p>
<p class="text-sm text-slate-600 mt-1">Focus: Generative AI (Diffusion & VAE models) for
privacy-preserving synthetic tabular data.</p>
</div>
<div class="education-entry">
<h3 class="text-lg font-semibold degree"><strong>Dual Degree (B.Tech + M.Tech) in Aerospace
Engineering</strong></h3>
<p class="text-slate-700">Indian Institute of Technology (IIT), Bombay</p>
<p class="date-location">Graduated: 2012</p>
<p class="text-sm text-slate-600 mt-1">Relevant Courses: Industrial Design, Aircraft Design, Project:
Particle Swarm Optimization.</p>
</div>
</section>
<section id="certifications" class="mb-8">
<h2 class="section-title">Online Courses & Certifications</h2>
<ul class="list-disc list-inside text-slate-700 ml-4 space-y-1 text-sm leading-relaxed">
<li>Google Advanced Data Analytics Professional Certificate (Oct 2023) – <a
href="https://coursera.org/share/6205a00dc9ed3cb3247ba997fcec7003" target="_blank"
class="text-indigo-600 hover:underline">Verify</a></li>
<li>Google Data Analytics Professional Certificate (Aug 2022) – <a
href="https://coursera.org/share/efcf869451102008aba6a0cf6c27a433" target="_blank"
class="text-indigo-600 hover:underline">Verify</a></li>
<li>Google IT Automation with Python Professional Certificate (Dec 2023) – <a
href="https://coursera.org/share/98704909b2c1c1578d4e86f5eebb8d19" target="_blank"
class="text-indigo-600 hover:underline">Verify</a></li>
</ul>
</section>
<section id="iitb_details" class="mt-8 pt-6 border-t border-slate-200">
<h2 class="section-title">IIT Bombay Highlights (B.Tech & M.Tech Aerospace)</h2>
<div class="grid md:grid-cols-2 gap-x-6 gap-y-4 text-sm">
<div>
<h3 class="text-md font-semibold text-slate-700 mb-2">Key Academic Projects:</h3>
<ul class="list-disc list-inside text-slate-700 ml-4 leading-relaxed">
<li>Design & Analysis of a 50-Seater Transport Aircraft</li>
<li>Feasibility Study: Energy Harvesting Shoe Soles</li>
<li>Development of Interactive Car Racing Game (C++/EZwindows)</li>
<li>Thesis: Optimization of Structural Frames using <strong>Particle Swarm Optimization</strong>
</li>
</ul>
</div>
<div>
<h3 class="text-md font-semibold text-slate-700 mb-2">Positions of Responsibility:</h3>
<ul class="list-disc list-inside text-slate-700 ml-4 leading-relaxed">
<li>Web Nominee, Hostel 13 (Managed hostel website and IT infrastructure)</li>
<li>Web Manager, Aawaaz (IITB Hindi Newspaper - Led online presence)</li>
<li>Web Manager, Zephyr (Aerospace Dept. Festival - Developed and maintained event website)</li>
</ul>
</div>
<div class="md:col-span-2">
<h3 class="text-md font-semibold text-slate-700 mb-2">Early Career Internships & Freelancing:</h3>
<ul class="list-disc list-inside text-slate-700 ml-4 leading-relaxed">
<li>Front-End Development (Web IDE UI) at CodeEnvy</li>
<li>Full-Stack Development (Startup Information Aggregator) at SCRI Labs (Python/Django,
Bootstrap)</li>
<li>ERP/CRM Software Module Development at Innowares</li>
<li>Web Developer (Main Corporate Website) at Broadvision Asia Pvt Ltd (Website is 12+ years
running)</li>
<li>Website Management & Maintenance at Wilcom Pvt Ltd</li>
</ul>
</div>
</div>
</section>
<footer class="text-center mt-12 pt-6 border-t border-slate-200 text-xs text-slate-500">
<p>Gaurav Meena | gauravmeena0708[at]gmail[dott]com | Updated: <span id="currentDate"></span></p>
</footer>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JHNCW79FZT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JHNCW79FZT', {
'cookie_domain': 'none'
});
</script>
<script>
document.getElementById('currentDate').textContent = new Date().toLocaleDateString('en-GB', {
day: '2-digit', month: 'short', year: 'numeric'
});
// Mobile menu toggle
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.toggle('hidden');
});
</script>
</body>
</html>