-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
526 lines (489 loc) Β· 26.1 KB
/
index.html
File metadata and controls
526 lines (489 loc) Β· 26.1 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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CV7J12V13X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-CV7J12V13X");
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Swapnil Dubey β Software Engineer specializing in C++/Qt, Python, and full-stack development." />
<meta name="keywords" content="Software Engineer, C++, Qt, Python, Flask, Docker, Linux, Full Stack, DevOps, Penn State, Electrical Engineering, Astronomy" />
<!-- Open Graph -->
<meta property="og:title" content="Swapnil Dubey" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/website_banner.webp" />
<meta property="og:url" content="https://swapdub.github.io/" />
<meta property="og:description" content="Software Engineer β C++/Qt Β· Python Β· Full-Stack" />
<!-- Twitter Card -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://swapdub.github.io/" />
<meta property="twitter:title" content="Swapnil Dubey" />
<meta property="twitter:description" content="Software Engineer β C++/Qt Β· Python Β· Full-Stack" />
<meta property="twitter:image" content="/images/website_banner.webp" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="./favicons/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="./favicons/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="./favicons/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="./favicons/apple-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="./favicons/apple-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="./favicons/apple-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="./favicons/apple-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="./favicons/apple-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="./favicons/apple-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="192x192" href="./favicons/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="./favicons/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./favicons/favicon-16x16.png" />
<link rel="manifest" href="./favicons/manifest.json" />
<meta name="msapplication-TileColor" content="#08080f" />
<meta name="msapplication-TileImage" content="./favicons/ms-icon-144x144.png" />
<meta name="theme-color" content="#08080f" />
<link rel="shortcut icon" href="./favicons/favicon.ico" type="image/x-icon" />
<!-- Fonts -->
<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=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
<!-- Icons -->
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="css/style.css" />
<title>Swapnil Dubey</title>
</head>
<body>
<!-- Starfield Background -->
<canvas id="star-canvas"></canvas>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav__container">
<a href="#hero" class="nav__logo">SD</a>
<ul class="nav__links">
<li><a href="#about" class="nav__link">About</a></li>
<li><a href="#experience" class="nav__link">Experience</a></li>
<li><a href="#projects" class="nav__link">Projects</a></li>
<li><a href="#skills" class="nav__link">Skills</a></li>
<li><a href="#contact" class="nav__link">Contact</a></li>
</ul>
<a href="/pages/resume.html" class="btn btn--nav">Resume</a>
<button class="nav__hamburger" id="nav-hamburger" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- Mobile Menu -->
<div class="nav__mobile" id="nav-mobile">
<ul>
<li><a href="#about" class="nav__link">About</a></li>
<li><a href="#experience" class="nav__link">Experience</a></li>
<li><a href="#projects" class="nav__link">Projects</a></li>
<li><a href="#skills" class="nav__link">Skills</a></li>
<li><a href="#contact" class="nav__link">Contact</a></li>
<li><a href="/pages/resume.html">Resume</a></li>
</ul>
</div>
<main>
<!-- βββββββ HERO βββββββ -->
<section class="hero" id="hero">
<div class="hero__content">
<p class="hero__greeting">Hi, I'm</p>
<h1 class="hero__name">Swapnil Dubey</h1>
<p class="hero__title">
Software Engineer Β· C++/Qt Β· Python Β· Full-Stack
</p>
<p class="hero__desc">
I build simulation platforms used by 20,000+ engineers at Caterpillar,
and self-host my own infrastructure β from Samba file shares to Jellyfin media servers.
Two degrees from Penn State (EE + Astronomy) and a genuine curiosity for how things work.
</p>
<div class="hero__ctas">
<a href="/pages/resume.html" class="btn btn--primary">
<i data-feather="file-text"></i> Resume
</a>
<a href="#projects" class="btn btn--secondary">
<i data-feather="grid"></i> Projects
</a>
<a href="https://github.com/swapdub" target="_blank" rel="noopener noreferrer" class="btn btn--icon" aria-label="GitHub">
<i data-feather="github"></i>
</a>
<a href="https://www.linkedin.com/in/swapnil-dubey/" target="_blank" rel="noopener noreferrer" class="btn btn--icon" aria-label="LinkedIn">
<i data-feather="linkedin"></i>
</a>
</div>
</div>
<div class="hero__scroll-hint" aria-hidden="true">
<span>scroll</span>
<i data-feather="chevron-down"></i>
</div>
</section>
<!-- βββββββ ABOUT βββββββ -->
<section class="section" id="about">
<div class="section__container">
<h2 class="section__title reveal">About Me</h2>
<div class="about__grid">
<div class="about__text reveal">
<p>
I'm a software engineer based in Delhi, India, currently working on
a large-scale C++/Qt simulation platform at Caterpillar Inc. β a
product with a 6+ year history serving engineers across multiple departments.
</p>
<p>
I hold dual B.S. degrees in <strong>Electrical Engineering</strong> and
<strong>Astronomy & Astrophysics</strong> from Penn State β which explains
both the starfield background and the tendency to build things that are
somewhat over-engineered.
</p>
<p>
Outside of work I run a self-hosted home server with 8+ services,
build full-stack tooling to scratch my own itches, and stay curious
about systems, devops, and anything that involves making computers
do useful things reliably.
</p>
</div>
<div class="about__facts reveal">
<div class="about__fact-card glass-card">
<span class="about__fact-number">20K+</span>
<span class="about__fact-label">Engineers use my tools</span>
</div>
<div class="about__fact-card glass-card">
<span class="about__fact-number">4+</span>
<span class="about__fact-label">Years production C++</span>
</div>
<div class="about__fact-card glass-card">
<span class="about__fact-number">8+</span>
<span class="about__fact-label">Self-hosted services</span>
</div>
<div class="about__fact-card glass-card">
<span class="about__fact-number">2</span>
<span class="about__fact-label">STEM degrees, Penn State</span>
</div>
</div>
</div>
</div>
</section>
<!-- βββββββ EXPERIENCE βββββββ -->
<section class="section" id="experience">
<div class="section__container">
<h2 class="section__title reveal">Work Experience</h2>
<div class="timeline">
<div class="timeline__item reveal">
<div class="timeline__marker"></div>
<div class="timeline__card glass-card">
<div class="timeline__header">
<div>
<h3 class="timeline__role">Software Engineer II</h3>
<p class="timeline__company">Caterpillar Inc. <span class="timeline__via">via Randstad</span></p>
</div>
<span class="timeline__date">Feb 2023 β Present</span>
</div>
<p class="timeline__location"><i data-feather="map-pin"></i> Delhi, India</p>
<ul class="timeline__bullets">
<li>Develop and maintain C++/Qt simulation components for an internal SIMULINK-like desktop platform serving <strong>20,000+ engineers</strong> with a 6+ year history</li>
<li>Implement UX-critical GUI features β cursor-centric zoom, intelligent component insertion, signal rendering cleanup β improving productivity across the user base</li>
<li>Build Python-based migration tooling to port legacy simulation models to the redesigned platform with zero manual rework for users</li>
<li>Author RST technical documentation and perform regression testing via Python and Bash scripts</li>
</ul>
<div class="timeline__tech">
<span class="tech-tag">C++</span>
<span class="tech-tag">Qt Framework</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">Bash</span>
<span class="tech-tag">RST Docs</span>
</div>
</div>
</div>
<div class="timeline__item reveal">
<div class="timeline__marker"></div>
<div class="timeline__card glass-card">
<div class="timeline__header">
<div>
<h3 class="timeline__role">Software Engineer</h3>
<p class="timeline__company">Caterpillar Inc. <span class="timeline__via">via Oracle Robotics Corp.</span></p>
</div>
<span class="timeline__date">Nov 2021 β Dec 2022</span>
</div>
<p class="timeline__location"><i data-feather="map-pin"></i> Illinois, USA</p>
<ul class="timeline__bullets">
<li>Shipped GUI and backend features for a complex, long-lived C++/Qt desktop simulation codebase within the first quarter</li>
<li>Developed electro-mechanical and signal simulation components in C/C++ for the core simulation engine</li>
<li>Performed validation and regression testing using Python and Bash scripting</li>
</ul>
<div class="timeline__tech">
<span class="tech-tag">C++</span>
<span class="tech-tag">Qt Framework</span>
<span class="tech-tag">Python</span>
</div>
</div>
</div>
<div class="timeline__item reveal">
<div class="timeline__marker"></div>
<div class="timeline__card glass-card">
<div class="timeline__header">
<div>
<h3 class="timeline__role">Embedded Software Intern</h3>
<p class="timeline__company">Trusine Solutions Pvt. Ltd.</p>
</div>
<span class="timeline__date">May β Aug 2019</span>
</div>
<p class="timeline__location"><i data-feather="map-pin"></i> Delhi, India</p>
<ul class="timeline__bullets">
<li>Built a graphical LCD driver for STM32 microcontroller in C++</li>
<li>Implemented and tested UART and I2C communication protocols to operate the GLCD</li>
</ul>
<div class="timeline__tech">
<span class="tech-tag">C++</span>
<span class="tech-tag">STM32</span>
<span class="tech-tag">UART / I2C</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- βββββββ PROJECTS βββββββ -->
<section class="section" id="projects">
<div class="section__container">
<h2 class="section__title reveal">Featured Projects</h2>
<p class="section__subtitle reveal">Things I've built β at work, at home, and somewhere in between.</p>
<div class="projects__grid">
<div class="project-card glass-card reveal project-card--featured">
<div class="project-card__header">
<div class="project-card__icon">ποΈ</div>
<div class="project-card__links">
<a href="https://github.com/swapdub" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<i data-feather="github"></i>
</a>
</div>
</div>
<div class="project-card__featured-badge">Flagship</div>
<h3 class="project-card__title">Samba Web UI</h3>
<p class="project-card__desc">
Built a full-stack web app to fill a gap β no lightweight UI existed for managing Samba shares on self-hosted Linux.
Next.js frontend with a Python/Flask backend that safely edits <code>/etc/samba/smb.conf</code>.
Deployed behind Nginx Proxy Manager with Docker Compose.
</p>
<div class="project-card__tech">
<span class="tech-tag tech-tag--accent">Flask</span>
<span class="tech-tag">Next.js</span>
<span class="tech-tag">Docker</span>
<span class="tech-tag">Nginx</span>
<span class="tech-tag">Linux</span>
</div>
</div>
<div class="project-card glass-card reveal">
<div class="project-card__header">
<div class="project-card__icon">π₯οΈ</div>
</div>
<h3 class="project-card__title">Self-Hosted Home Server</h3>
<p class="project-card__desc">
Personal Ubuntu 22 LTS server running 8+ self-hosted services: Jellyfin, Immich, Minecraft, and more.
Managed with Docker Compose and Portainer; exposed securely via Nginx Proxy Manager and Tailscale VPN.
Includes setup and recovery scripts for reproducible full rebuilds.
</p>
<div class="project-card__tech">
<span class="tech-tag tech-tag--accent">Ubuntu</span>
<span class="tech-tag">Docker</span>
<span class="tech-tag">Portainer</span>
<span class="tech-tag">Tailscale</span>
<span class="tech-tag">Nginx</span>
</div>
</div>
<div class="project-card glass-card reveal">
<div class="project-card__header">
<div class="project-card__icon">βοΈ</div>
</div>
<h3 class="project-card__title">Downhole EHC Control System</h3>
<p class="project-card__desc">
Penn State Capstone with Schlumberger. Led a 7-member cross-departmental team to build a portable
touch interface for an electro-hydraulic control system. C++ and Python on Arduino + Raspberry Pi.
Delivered a <strong>60% cost reduction</strong> over traditional solutions.
</p>
<div class="project-card__tech">
<span class="tech-tag tech-tag--accent">C++</span>
<span class="tech-tag">Python</span>
<span class="tech-tag">Raspberry Pi</span>
<span class="tech-tag">Arduino</span>
</div>
</div>
<div class="project-card glass-card reveal">
<div class="project-card__header">
<div class="project-card__icon">π΅</div>
<div class="project-card__links">
<a href="https://github.com/swapdub/Discord_Bot" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<i data-feather="github"></i>
</a>
</div>
</div>
<h3 class="project-card__title">Discord Music Bot</h3>
<p class="project-card__desc">
Deployed across multiple Discord servers, handling 50+ daily song requests.
Automated YouTube/Spotify search and playback using discord.py and web scraping.
Full lifecycle from dev to production β still running.
</p>
<div class="project-card__tech">
<span class="tech-tag tech-tag--accent">Python</span>
<span class="tech-tag">discord.py</span>
<span class="tech-tag">Web Scraping</span>
</div>
</div>
<div class="project-card glass-card reveal">
<div class="project-card__header">
<div class="project-card__icon">π</div>
<div class="project-card__links">
<a href="https://github.com/swapdub/Computational_Astrophysics" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<i data-feather="github"></i>
</a>
</div>
</div>
<h3 class="project-card__title">Computational Astrophysics</h3>
<p class="project-card__desc">
Numerical algorithms and interpolation functions in Python for astrophysical data analysis and simulations.
Covered orbital mechanics, statistical distributions, and integration methods built from scratch.
</p>
<div class="project-card__tech">
<span class="tech-tag tech-tag--accent">Python</span>
<span class="tech-tag">NumPy</span>
<span class="tech-tag">Matplotlib</span>
<span class="tech-tag">Algorithms</span>
</div>
</div>
<div class="project-card glass-card reveal">
<div class="project-card__header">
<div class="project-card__icon">ποΈ</div>
<div class="project-card__links">
<a href="https://github.com/swapdub/EE-454-Computer-Vision" target="_blank" rel="noopener noreferrer" aria-label="GitHub">
<i data-feather="github"></i>
</a>
</div>
</div>
<h3 class="project-card__title">Computer Vision</h3>
<p class="project-card__desc">
Image processing algorithms including Hough Transforms for edge detection, and AR spatial mapping.
Extracted 3D spatial data from video and mapped 2D images onto 3D world with user movement tracking.
</p>
<div class="project-card__tech">
<span class="tech-tag tech-tag--accent">Python</span>
<span class="tech-tag">MATLAB</span>
<span class="tech-tag">OpenCV</span>
<span class="tech-tag">Image Processing</span>
</div>
</div>
</div>
<div class="projects__more reveal">
<a href="/pages/projects.html" class="btn btn--secondary">
<i data-feather="layers"></i> View All Projects
</a>
</div>
</div>
</section>
<!-- βββββββ SKILLS βββββββ -->
<section class="section" id="skills">
<div class="section__container">
<h2 class="section__title reveal">Skills</h2>
<div class="skills__grid">
<div class="skills__group reveal glass-card">
<h3 class="skills__group-title"><i data-feather="code"></i> Languages</h3>
<div class="skills__tags">
<span class="skill-tag skill-tag--primary">C++</span>
<span class="skill-tag skill-tag--primary">Python</span>
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">Bash</span>
<span class="skill-tag">MATLAB</span>
</div>
</div>
<div class="skills__group reveal glass-card">
<h3 class="skills__group-title"><i data-feather="layers"></i> Frameworks & Libraries</h3>
<div class="skills__tags">
<span class="skill-tag skill-tag--primary">Qt Framework</span>
<span class="skill-tag skill-tag--primary">Flask</span>
<span class="skill-tag">Next.js</span>
<span class="skill-tag">Pandas</span>
<span class="skill-tag">NumPy</span>
</div>
</div>
<div class="skills__group reveal glass-card">
<h3 class="skills__group-title"><i data-feather="server"></i> DevOps & Infrastructure</h3>
<div class="skills__tags">
<span class="skill-tag skill-tag--primary">Docker</span>
<span class="skill-tag skill-tag--primary">Linux (Ubuntu)</span>
<span class="skill-tag">Docker Compose</span>
<span class="skill-tag">Nginx</span>
<span class="skill-tag">Tailscale</span>
<span class="skill-tag">Portainer</span>
</div>
</div>
<div class="skills__group reveal glass-card">
<h3 class="skills__group-title"><i data-feather="tool"></i> Tools & Workflow</h3>
<div class="skills__tags">
<span class="skill-tag skill-tag--primary">Git</span>
<span class="skill-tag">RST Documentation</span>
<span class="skill-tag">Regression Testing</span>
<span class="skill-tag">Embedded C</span>
</div>
</div>
</div>
</div>
</section>
<!-- βββββββ EDUCATION βββββββ -->
<section class="section" id="education">
<div class="section__container">
<h2 class="section__title reveal">Education</h2>
<div class="education__card glass-card reveal">
<div class="education__logo">π¦</div>
<div class="education__details">
<h3 class="education__school">The Pennsylvania State University</h3>
<p class="education__location"><i data-feather="map-pin"></i> University Park, PA</p>
<div class="education__degrees">
<span class="education__degree-badge">B.S. Electrical Engineering</span>
<span class="education__degree-badge">B.S. Astronomy & Astrophysics</span>
</div>
<p class="education__date">Graduated May 2021</p>
</div>
</div>
</div>
</section>
</main>
<!-- βββββββ CONTACT / FOOTER βββββββ -->
<footer class="footer" id="contact">
<div class="footer__container">
<div class="footer__content reveal">
<h2 class="footer__title">Let's connect</h2>
<p class="footer__desc">
Open to roles in C++/Qt desktop software, backend Python, and DevOps-adjacent engineering.
Reach out through any of the links below.
</p>
<div class="footer__links">
<a href="mailto:swapnildub@gmail.com" class="btn btn--primary">
<i data-feather="mail"></i> Email Me
</a>
<a href="https://www.linkedin.com/in/swapnil-dubey/" target="_blank" rel="noopener noreferrer" class="btn btn--secondary">
<i data-feather="linkedin"></i> LinkedIn
</a>
<a href="https://github.com/swapdub" target="_blank" rel="noopener noreferrer" class="btn btn--secondary">
<i data-feather="github"></i> GitHub
</a>
</div>
</div>
<div class="footer__bottom">
<p id="footer-copyright"></p>
<a href="/credits.html" class="footer__credits-link">Credits</a>
</div>
</div>
</footer>
<script>feather.replace();</script>
<script src="/js/index.js"></script>
<script>
// Dynamically set copyright year
const copyright = document.getElementById('footer-copyright');
if (copyright) {
const year = new Date().getFullYear();
copyright.innerHTML = `Β© ${year} Swapnil Dubey Β· Vanilla HTML/CSS/JS Β· GitHub Pages`;
}
</script>
</body>
</html>