-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
527 lines (480 loc) · 27.3 KB
/
index.html
File metadata and controls
527 lines (480 loc) · 27.3 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
527
<!DOCTYPE html>
<html lang="en">
<head>
<!-- BASIC META -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vinod Kumar Jaipal | Full-Stack Engineer | SaaS & Product Systems</title>
<!-- SEO -->
<meta name="description"
content="Vinod Kumar Jaipal is a Full-Stack Software Engineer building scalable SaaS products, secure backend APIs, and high-performance user experiences.">
<meta name="keywords"
content="Vinod Kumar Jaipal, Full-Stack Engineer, SaaS Builder, Next.js, React, Node.js, Python, API Security, Technical SEO, Portfolio">
<meta name="author" content="Vinod Kumar Jaipal">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="msvalidate.01" content="D9C8416245643649F51A49B11927A0F7">
<meta name="google-site-verification" content="BiK7noDCAIJB90uEnNu3ToPx7d9K6Pl_IQpnIED9tzI">
<meta name="theme-color" content="#050510">
<meta name="application-name" content="Vinod Kumar Jaipal Portfolio">
<meta name="format-detection" content="telephone=no">
<link rel="canonical" href="https://vinodkumarjaipal.github.io/">
<!-- PRIVACY -->
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta http-equiv="Permissions-Policy" content="camera=(), microphone=(), geolocation=()">
<!-- OPEN GRAPH -->
<meta property="og:url" content="https://vinodkumarjaipal.github.io/">
<meta property="og:site_name" content="Vinod Kumar Jaipal Portfolio">
<meta property="og:image" content="https://vinodkumarjaipal.github.io/assets/images/portfolio-preview.png">
<meta property="og:image:alt" content="Vinod Kumar Jaipal portfolio preview">
<meta property="og:title" content="Vinod Kumar Jaipal | Full-Stack Engineer | SaaS & Product Systems">
<meta property="og:description"
content="Building production-ready SaaS products with secure API architecture, privacy-first design, and reliable frontend performance.">
<meta property="og:type" content="website">
<!-- TWITTER -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Vinod Kumar Jaipal | Full-Stack Engineer | SaaS & Product Systems">
<meta name="twitter:description"
content="Full-stack product engineer focused on scalable SaaS architecture, secure backend systems, and performance-driven frontend delivery.">
<meta name="twitter:image" content="https://vinodkumarjaipal.github.io/assets/images/portfolio-preview.png">
<meta name="twitter:image:alt" content="Vinod Kumar Jaipal portfolio preview">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-895S6GK1JQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-895S6GK1JQ');
</script>
<!-- FONTS -->
<link
href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Inter:wght@300;400;600&display=swap"
rel="stylesheet">
<!-- ICONS -->
<link id="favicon" rel="icon" type="image/png" href="./assets/images/favicon-dark.png">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/futuristic.css">
<link rel="stylesheet" href="assets/css/sections.css">
<link rel="stylesheet" href="assets/css/animations.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "https://vinodkumarjaipal.github.io/#person",
"name": "Vinod Kumar Jaipal",
"url": "https://vinodkumarjaipal.github.io/",
"image": "https://vinodkumarjaipal.github.io/assets/images/portfolio-preview.png",
"jobTitle": "Full-Stack Software Engineer",
"description": "Full-Stack Software Engineer specializing in scalable SaaS systems, secure API architecture, and high-performance frontend delivery.",
"sameAs": [
"https://github.com/vinodkumarjaipal",
"https://www.linkedin.com/in/vinod-kumar-jaipal/"
]
}
</script>
</head>
<body>
<a class="skip-link" href="#content">Skip to content</a>
<!-- 🔄 LOADER -->
<div id="loader">
<div class="loader-box">
<div class="spinner"></div>
<p class="loader-text">SYSTEM BOOTING...</p>
<span id="load-percent">0%</span>
<div class="loader-progress" aria-hidden="true">
<span id="loader-progress-bar"></span>
</div>
</div>
</div>
<!-- 🌌 HERO SECTION -->
<header id="home" class="hero">
<nav class="navbar">
<a href="#home"><img id="siteLogo" src="./assets/images/favicon-dark.png" alt="Vinod Logo"
class="site-logo" /></a>
<ul id="primary-navigation" class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#certificates">Certificates</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button id="mobileMenuBtn" class="hamburger-btn" aria-label="Open menu" aria-controls="primary-navigation"
aria-expanded="false">
<span aria-hidden="true">☰</span>
</button>
<button id="themeToggle" class="theme-btn" aria-label="Toggle dark mode" aria-pressed="false">🌙</button>
</nav>
<div class="hero-content">
<h1 class="glow-text">Vinod Kumar Jaipal</h1>
<h2>
<span id="typewriter"></span><span class="cursor">|</span>
</h2>
<p class="hero-desc">
Building privacy-first SaaS products for secure communication and media workflows.<br>
Temporary Email Platforms • Secure API Backends • Browser-Native Media Processing
</p>
<div class="hero-buttons">
<a href="#projects" class="btn-neon">Explore Case Studies</a>
<a href="assets/resume/Vinod_Kumar_Jaipal_Resume.pdf" class="btn-outline" target="_blank"
rel="noopener noreferrer">
Download CV
</a>
</div>
<div class="hero-outcomes" aria-label="Key outcomes">
<article class="outcome-item">
<span class="outcome-value">Privacy-First Product Engineering</span>
<p class="outcome-label">Delivered zero-upload media privacy workflows and disposable inbox products
with user trust at the core.</p>
</article>
<article class="outcome-item">
<span class="outcome-value">Secure API & Workflow Automation</span>
<p class="outcome-label">Implemented hardened APIs, webhook billing flows, and worker-driven
pipelines for production SaaS systems.</p>
</article>
<article class="outcome-item">
<span class="outcome-value">Scalable Processing Architecture</span>
<p class="outcome-label">Built Redis/RQ-backed jobs, real-time polling, and telemetry for reliable
high-volume processing.</p>
</article>
</div>
</div>
</header>
<main id="content">
<!-- 👤 ABOUT SECTION -->
<section id="about" class="glass-section">
<h2 class="section-title">About Me</h2>
<p class="about-text">
I’m <strong>Vinod Kumar Jaipal</strong>, a <strong>Full-Stack Software Engineer & SaaS Builder</strong>
focused on designing and shipping production-ready digital products with clear business value.
</p>
<p class="about-text">
My work centers on <strong>privacy-first applications</strong>, secure and scalable
<strong>API systems</strong>, and <strong>high-performance, SEO-friendly frontends</strong> built to
perform reliably across devices and browsers.
</p>
<p class="about-text">
I contribute across the full product lifecycle, from product thinking and system architecture to
deployment, monitoring, and optimization. My focus is on building software that is maintainable,
scalable, and ready for real-world use.
</p>
<p class="about-text">
I value clean engineering, strong execution, and practical problem solving that turns ideas into
dependable products.
</p>
</section>
<!-- 🧠 SKILLS SECTION -->
<section id="skills" class="glass-section">
<h2 class="section-title">Skills</h2>
<div class="skills-grid">
<article class="skill-card">
<h3>Frontend Engineering</h3>
<ul class="skill-list">
<li><span>Next.js</span><strong>Advanced</strong></li>
<li><span>React</span><strong>Advanced</strong></li>
<li><span>JavaScript (ES6+)</span><strong>Advanced</strong></li>
<li><span>HTML5 / CSS3</span><strong>Advanced</strong></li>
<li><span>Tailwind CSS</span><strong>Proficient</strong></li>
</ul>
</article>
<article class="skill-card">
<h3>Backend Engineering</h3>
<ul class="skill-list">
<li><span>Node.js</span><strong>Advanced</strong></li>
<li><span>Express.js</span><strong>Advanced</strong></li>
<li><span>Python</span><strong>Proficient</strong></li>
<li><span>Flask</span><strong>Proficient</strong></li>
<li><span>Cloudflare Workers</span><strong>Proficient</strong></li>
</ul>
</article>
<article class="skill-card">
<h3>Data & DevOps</h3>
<ul class="skill-list">
<li><span>Supabase (PostgreSQL)</span><strong>Advanced</strong></li>
<li><span>Redis</span><strong>Proficient</strong></li>
<li><span>Docker</span><strong>Proficient</strong></li>
<li><span>Vercel</span><strong>Proficient</strong></li>
<li><span>Render</span><strong>Proficient</strong></li>
</ul>
</article>
<article class="skill-card">
<h3>Architecture & Product</h3>
<ul class="skill-list">
<li><span>System Architecture</span><strong>Advanced</strong></li>
<li><span>API Security & Hardening</span><strong>Advanced</strong></li>
<li><span>Technical SEO</span><strong>Proficient</strong></li>
<li><span>SaaS Monetization (Paddle)</span><strong>Proficient</strong></li>
<li><span>FFmpeg.wasm Workflows</span><strong>Proficient</strong></li>
</ul>
</article>
</div>
<br>
<p class="skill-text pulse">
Production-focused engineering across full-stack SaaS systems, privacy-first architecture, and
scalable delivery.
</p>
</section>
<!-- 🎓 EDUCATION SECTION -->
<section id="education" class="glass-section">
<h2 class="section-title">Education</h2>
<div class="edu-card">
<h3>BS Software Engineering</h3>
<p>Hyderabad Institute For Technology and Management Sciences (HITMS)</p>
<p class="edu-meta"><strong>Status:</strong> Undergraduate Program</p>
<ul class="edu-points">
<li>Focused on software design, data structures, databases, and engineering fundamentals.</li>
<li>Strengthened practical delivery skills through project-based implementation and testing.</li>
<li>Built a strong foundation for scalable full-stack product development.</li>
</ul>
</div>
<div class="edu-card">
<h3>Pre-Engineering / Intermediate</h3>
<p>Government Degree College Islamkot</p>
<p class="edu-meta"><strong>Status:</strong> Completed</p>
<ul class="edu-points">
<li>Completed core coursework in mathematics and analytical problem solving.</li>
<li>Developed discipline in structured reasoning and technical communication.</li>
<li>Established the academic base for advanced software engineering studies.</li>
</ul>
</div>
</section>
<!-- 💼 PROJECTS SECTION -->
<section id="projects" class="glass-section">
<h2 class="section-title">Projects</h2>
<div class="projects-grid">
<div class="projects-card">
<h3>QuickEduMail</h3>
<p class="project-meta"><strong>Role:</strong> Product Engineer | <strong>Status:</strong> In
Progress</p>
<p>
A production-grade temporary mailbox platform built for secure inbox provisioning,
subscription-based monetization, and automated inbound email handling.
</p>
<p>
<strong>Stack:</strong> Next.js 16 (App Router), Tailwind CSS v4, Supabase (Auth +
Postgres), Paddle Billing, Cloudflare Email Workers, Resend API.
</p>
<ul class="project-points">
<li>Built a hardened API layer with adaptive rate limiting and strict request validation.</li>
<li>Implemented webhook-driven billing lifecycle and subscription state management.</li>
<li>Added operational telemetry for inbound email flow monitoring and debugging.</li>
</ul>
<div class="project-links">
<a href="#projects" class="disabled" aria-disabled="true">Launching Soon →</a>
</div>
</div>
<div class="projects-card">
<h3>QuickTempBox</h3>
<p class="project-meta"><strong>Role:</strong> Full-Stack Developer | <strong>Status:</strong> Live
</p>
<p>
A privacy-focused disposable email platform that lets users generate temporary inboxes,
copy addresses instantly, and monitor incoming messages in real time.
</p>
<p>
<strong>Stack:</strong> HTML5, CSS3, Vanilla JS, Node.js, Express, Redis, Mail.tm API.
</p>
<ul class="project-points">
<li>Developed a Redis-backed API for scalable inbox state and low-latency requests.</li>
<li>Implemented real-time message polling with clipboard actions and session persistence.</li>
<li>Improved trust and discoverability via structured SEO metadata and security headers.</li>
</ul>
<div class="project-links">
<a href="https://quicktempbox.netlify.app/" target="_blank" rel="noopener noreferrer">View Live
→</a>
<a href="https://github.com/vinodkumarjaipal/quicktempbox" target="_blank"
rel="noopener noreferrer">View Code →</a>
</div>
</div>
<div class="projects-card">
<h3>SafayaMetaFix</h3>
<p class="project-meta"><strong>Role:</strong> Frontend + Security Engineer |
<strong>Status:</strong> Live
</p>
<p>
A privacy-first web application that removes video metadata entirely in the browser using
WebAssembly-powered FFmpeg, enabling a zero-upload workflow for secure media handling.
</p>
<p>
<strong>Stack:</strong> TypeScript, Next.js 16, Tailwind CSS, FFmpeg.wasm, Formspree API.
</p>
<ul class="project-points">
<li>Delivered fully client-side metadata sanitization for zero-upload media privacy.</li>
<li>Applied COEP/COOP headers to support stable and secure WASM processing.</li>
<li>Enhanced SEO and usability through canonical metadata and responsive UX flows.</li>
</ul>
<div class="project-links">
<a href="https://safayametafix.vercel.app/" target="_blank" rel="noopener noreferrer">View Live
→</a>
<a href="https://github.com/vinodkumarjaipal/safayametafix" target="_blank"
rel="noopener noreferrer">View Code →</a>
</div>
</div>
<div class="projects-card">
<h3>MediaGrab Hub</h3>
<p class="project-meta"><strong>Role:</strong> Backend + Platform Engineer |
<strong>Status:</strong> Private / In Progress
</p>
<p>
A production-ready media acquisition tool for secure downloads and metadata extraction through
a scalable API-driven workflow.
</p>
<p>
<strong>Stack:</strong> Python, Flask, Redis + RQ, Docker, yt-dlp, Vanilla JS.
</p>
<ul class="project-points">
<li>Designed fault-tolerant background processing for media jobs at scale.</li>
<li>Integrated strict URL validation, security headers, and automated cleanup routines.</li>
<li>Built real-time progress reporting to improve user visibility during long-running tasks.
</li>
</ul>
<div class="project-links">
<a href="#projects" class="disabled" aria-disabled="true">Private / In Progress →</a>
<a href="https://github.com/vinodkumarjaipal/MediaGrab-Hub" target="_blank"
rel="noopener noreferrer">View Code →</a>
</div>
</div>
</div>
<br>
<p class="projects-text pulse">Additional products are currently in active development.</p>
<p class="projects-text">*When a GitHub link is not shown, the repository is private.</p>
</section>
<!-- 🏆 CERTIFICATES SECTION -->
<section id="certificates" class="glass-section">
<h2 class="section-title">Certificates</h2>
<div class="cert-grid">
<div class="cert-card">
<a href="assets/images/certificates/java.png" target="_blank" rel="noopener noreferrer">
<img src="assets/images/certificates/java.png" alt="Java Certificate" loading="lazy">
</a>
<h3>Java Programming</h3>
<p class="cert-meta"><strong>Issuer:</strong> SoloLearn</p>
<ul class="cert-points">
<li>Object-oriented programming fundamentals</li>
<li>Core Java syntax, control flow, and problem solving</li>
<li>Practical programming exercises and assessments</li>
</ul>
</div>
<div class="cert-card">
<a href="assets/images/certificates/cpp.png" target="_blank" rel="noopener noreferrer">
<img src="assets/images/certificates/cpp.png" alt="C++ Certificate" loading="lazy">
</a>
<h3>C++ Programming</h3>
<p class="cert-meta"><strong>Issuer:</strong> SoloLearn</p>
<ul class="cert-points">
<li>Core C++ concepts and memory-aware programming</li>
<li>Structured logic and algorithmic thinking</li>
<li>Hands-on coding practice with graded modules</li>
</ul>
</div>
<div class="cert-card">
<a href="assets/images/certificates/arduino.png" target="_blank" rel="noopener noreferrer">
<img src="assets/images/certificates/arduino.png"
alt="Arduino Sensor Light Detector Certificate" loading="lazy">
</a>
<h3>Arduino Sensor Light Detector</h3>
<p class="cert-meta"><strong>Type:</strong> Project Certificate</p>
<ul class="cert-points">
<li>Applied sensor integration with embedded programming logic</li>
<li>Designed and tested a functional light-detection prototype</li>
<li>Demonstrated practical troubleshooting and iteration skills</li>
</ul>
</div>
<div class="cert-card">
<a href="assets/images/certificates/hse.png" target="_blank" rel="noopener noreferrer">
<img src="assets/images/certificates/hse.png" alt="HSE Session Participation Certificate"
loading="lazy">
</a>
<h3>Integrated Health, Safety & Environment (HSE)</h3>
<p class="cert-meta"><strong>Type:</strong> Participation Certificate</p>
<ul class="cert-points">
<li>Understood integrated HSE frameworks and compliance basics</li>
<li>Reviewed workplace safety, risk awareness, and sustainability principles</li>
<li>Strengthened awareness of operational safety culture</li>
</ul>
<span class="cert-date"><strong>Date:</strong> October 8, 2025</span>
</div>
</div>
<p class="cert-note">📜 Certified & Continuously Learning</p>
</section>
<!-- ⭐ EXPERIENCE SECTION -->
<section id="experience" class="glass-section">
<h2 class="section-title">Experience</h2>
<div class="exp-card">
<h3>Founder & Full-Stack Engineer (Independent / Open Source)</h3>
<p class="exp-meta"><strong>Scope:</strong> Product Engineering, Platform Architecture, and Delivery</p>
<p>
I architect, build, and deploy production-grade web applications and SaaS platforms end to end.
My work spans client-side WASM processing, Redis/RQ workflows, billing integrations with Paddle,
and Cloudflare Workers pipelines, with a strong focus on privacy, API hardening, and technical SEO.
</p>
<ul class="exp-points">
<li>Led end-to-end delivery from product idea through deployment and operational monitoring.</li>
<li>Designed secure backend systems with robust validation, rate limiting, and abuse prevention.
</li>
<li>Implemented monetization workflows and billing automation for subscription-driven products.</li>
<li>Optimized performance and discoverability through technical SEO and frontend reliability work.
</li>
</ul>
<span>Independent Builder • Product Engineering • Open Source</span>
</div>
</section>
<!-- 📞 CONTACT SECTION -->
<section id="contact" class="glass-section">
<h2 class="section-title">Contact Me</h2>
<p class="contact-text">
If you are interested in collaborating, hiring, or discussing a project, I would be glad to connect.
</p>
<form id="contactForm" name="contact" method="POST" class="contact-form">
<div class="form-field">
<label for="contact-name">Your Name</label>
<input id="contact-name" type="text" name="name" placeholder="Your Name" autocomplete="name"
required>
</div>
<div class="form-field">
<label for="contact-email">Your Email</label>
<input id="contact-email" type="email" name="email" placeholder="Your Email" autocomplete="email"
inputmode="email" required>
</div>
<div class="form-field">
<label for="contact-message">Your Message</label>
<textarea id="contact-message" name="message" placeholder="Your Message" rows="4"
required></textarea>
</div>
<button type="submit" class="btn-neon">Send Message</button>
<p id="contact-status" class="contact-status" role="status" aria-live="polite"></p>
</form>
<div class="contact-box">
<a href="mailto:vinodkumarjaipal234@gmail.com" class="contact-link">
<span class="contact-icon contact-badge contact-badge-mail" aria-hidden="true">@</span>
<span>vinodkumarjaipal234@gmail.com</span>
</a>
<a href="https://github.com/vinodkumarjaipal" target="_blank" rel="noopener noreferrer"
class="contact-link">
<span class="contact-icon contact-badge contact-badge-github" aria-hidden="true">GH</span>
<span>GitHub</span>
</a>
<a href="https://www.linkedin.com/in/vinod-kumar-jaipal/" target="_blank" rel="noopener noreferrer"
class="contact-link">
<span class="contact-icon contact-badge contact-badge-linkedin" aria-hidden="true">in</span>
<span>LinkedIn</span>
</a>
</div>
</section>
</main>
<!-- 🦶 FOOTER -->
<footer class="footer">
<p>© 2026 Vinod Kumar Jaipal | Full-Stack Software Engineer</p>
</footer>
<!-- JS -->
<script src="assets/js/main.js" defer></script>
<script src="assets/js/scroll.js" defer></script>
<script src="assets/js/theme-toggle.js" defer></script>
<script src="assets/js/typewriter.js" defer></script>
<script src="assets/js/loader.js" defer></script>
</body>
</html>