-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
613 lines (452 loc) · 34.9 KB
/
index.html
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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Kamal Nayan | Senior Software Engineer | Security Researcher | Author | Standup Comedian</title>
<!-- Meta -->
<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="A down to earth sarcastic Polygot Software Engineer cum an Author, whose bag is always packed for traveling, & stomach is always ready to taste new foods">
<meta content='software engineer, software developer, perl developer, python developer, full stack developer, kamal nayan ibm, kamal nayan, web developer, motivational speaker, stand-up comedian, author, writer, hacker, cybersecurity specialist, white hat hacker, bagpacker, wanderlust, perl, python, java, html, css, django, mysql, oracle, db2, ibm blue scholar, ibm student ambassador, google cloud products, gcp, aws' name='keywords'/>
<meta content='Kamal Nayan' name='author'/>
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<!-- FontAwesome JS-->
<!--
<script defer src="/assets/plugins/font-awesome/js/all.js"
integrity="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a" crossorigin="anonymous">
</script>
-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!-- Global CSS
<link rel="stylesheet" href="/assets/plugins/bootstrap/css/bootstrap.min.css">
-->
<!-- <link rel="stylesheet" href="assets/plugins/font-awesome/css/all.css"> -->
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145828737-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145828737-1');
</script>
</head>
<body>
<div class="wrapper">
<div class="main-wrapper">
<article class="resume-wrapper text-center position-relative">
<div class="resume-wrapper-inner mx-auto text-left bg-white shadow-lg">
<header class="resume-header pt-4 pt-md-0">
<div class="media flex-column flex-md-row">
<img class="mr-3 img-fluid picture mx-auto" src="assets/images/profile.jpg" alt=>
<div class="media-body p-4 d-flex flex-column flex-md-row mx-auto mx-lg-0">
<div class="primary-info">
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase">Kamal Nayan</h1>
<div class="title mb-3">Senior Software Developer</div>
<ul class="list-unstyled">
<li><a href="mailto:o******@gmail.com"><i class="far fa-envelope fa-fw mr-2" data-fa-transform="grow-3"></i>o******@gmail.com</a></li>
<li><a href="tel:+91-750-***-****"><i class="fas fa-mobile-alt fa-fw mr-2" data-fa-transform="grow-6"></i>+91-750-***-****</li>
<li class="mb-2"><a href="https://www.google.com/maps/search/New%20Delhi,%20India"><i class="fas fa-location-arrow fa-fw mr-2" data-fa-transform="grow-6"></i>New Delhi, India</a></li>
</ul>
</div><!--//primary-info-->
<div class="secondary-info ml-md-auto mt-2">
<ul class="resume-social list-unstyled">
<li class="mb-3"><a href="https://linkedin.com/in/knayan1"><span class="fa-container text-center mr-2"><i class="fab fa-linkedin-in fa-fw"></i></span>knayan1</a></li>
<li class="mb-3"><a href="https://github.com/knayan1"><span class="fa-container text-center mr-2"><i class="fab fa-github-alt fa-fw"></i></span>knayan1</a></li>
<li class="mb-3"><a href="https://knayan1.github.io"><span class="fa-container text-center mr-2"><i class="fas fa-globe fa-fw"></i></span>Portfolio</a></li>
<li class="mb-3"><a href="https://stackoverflow.com/users/4414367"><span class="fa-container text-center mr-2"><i class="fab fa-stack-overflow fa-fw"></i></span>Kamal Nayan</a></li>
</ul>
</div><!--//secondary-info-->
</div><!--//media-body-->
</div><!--//media-->
</header>
<div class="resume-body p-5">
<section class="resume-section summary-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Career Profile</h2>
<div class="resume-section-content">
<p>Hello, I’m Kamal Nayan, a result driven passionate software engineer with expertise in Full Stack Web Development having 5 years of quality working experience, with exposure and interest in Natural Language Processing, proficient in penetration testing, always eager to work in challenging environment. Badged with various IBM certifications including IBM Blue Scholar, served as IBM Student Ambassador in college. History of building software systems with improved functionality and productivity, consistently meeting critical requirements. <br/><br/> Passionate about following new tech trends and, giving enthusiastic technical presentations with exceptional skills at developing and fostering personal relationships. An effective teacher, instructor and mentor in all aspects of software development.</p>
<ul>
<li>Extensive work with, but not limited to perl, python, core java, Solr, MySQL and other web technologies</li>
<li>Passion and love towards programming and cyber security</li>
<li>5yr experience in web development working with top giants like SAP, Zappos (Amazon subsidiary), Monster and IndiaMART</li>
<li>2yr academic experience in web development, working on IBM The Great Mind Challenge (TGMC) projects</li>
<li>Exposure to NLP, DevOps and recommendation engine</li>
<li>Always eager to learn, and passionate to share that learnt knowledge with peers</li>
<li>Certified in various IBM technologies, and an IBM Blue Scholar</li>
</ul>
</div>
</section>
<div class="row">
<div class="col-lg-9">
<section class="resume-section experience-section mb-3">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Work Experiences</h2>
<div class="resume-section-content">
<div class="resume-timeline position-relative">
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Senior Software Engineer</h3>
<div class="resume-company-name ml-auto"><a href="https://sap.com" title="Make a difference and change the world for the better, employing deep visibility and insights into your supply chain so you can procure with purpose.">SAP</a>, Bengaluru, India</div>
</div><!--//row-->
<div class="resume-position-time">Aug 2018 - Present</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Working for Ops team of SAP (Product- Ariba)</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Developing perl scripts to monitor servers</li>
<li>Migration of Ariba to SAP S4/Hana from Oracle</li>
<li>Developed a UI to make "Monitoring as a Service"</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">perl</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">python</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">angular</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Senior Software Engineer</h3>
<div class="resume-company-name ml-auto"><a href="https://www.zappos.com/" title="Zappos.com is an online shoe and clothing retailer based in Las Vegas, Nevada. The company was founded in 1999 by Nick Swinmurn and launched under the domain name Shoesite.com. In July 2009, Amazon acquired Zappos in an all-stock deal worth around $847 Million">Zappos (via GlobalLogic)</a>, Noida, India</div>
</div><!--//row-->
<div class="resume-position-time">Mar 2016 - Aug 2018</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Worked as Full Stack Developer, and R&D Engineer</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Implemented multi-threaded framework for scripts</li>
<li>Created a simple report generation framework</li>
<li>Automated the return label pdf generation process that reduced huge time of CLT team, thereby increasing efficiency</li>
<li>Design and develop new requirements that would draw higher business for the client</li>
<li>Reported and fixed various security issues. Also, gave InfoSec trainings at Org level</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">perl (Template::ToolKit)</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">python</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">AWS</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MyQSL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML/CSS/jQuery</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Associate Software Engineer</h3>
<div class="resume-company-name ml-auto"><a href="https://monster.com" title="Monster is one of the leading job portal in the world">Monster WorldWide</a>, Noida, India</div>
</div><!--//row-->
<div class="resume-position-time">Dec 2014 - March 2016</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Worked as Full Stack Developer, Search Engineer, and R&D Engineer</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Maintenance (bug fixes and enhancement) of the legacy project Resume Search</li>
<li>Implemented Resume Parser, with exposure to Natural Language Processing</li>
<li>Made a POC for recommendation engine PredictionIO</li>
<li>UI Revamp of whole site</li>
<li>Automated scripts for various type of reports used in Monster for Internal purpose.</li>
<li>Implemented Folder Search from scratch using solr latest version at that time (v5.2)</li>
<li>Provided a platform for recruiter to search in their folders for application received</li>
<li>Utilized the feature of Solr joins over two cores, having 70M data on each core</li>
<li>Automated scripts for posting data to Solr servers</li>
<li>Implemented Skillsmart/NSDC search from scratch, but this being for NSDC & skillsmart candidates (100k users)</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">perl (EmbPerl)</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">python</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Solr</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">core java</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">MyQSL</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML/CSS/jQuery</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
<article class="resume-timeline-item position-relative pb-5">
<div class="resume-timeline-item-header mb-2">
<div class="d-flex flex-column flex-md-row">
<h3 class="resume-position-title font-weight-bold mb-1">Associate Software Engineer</h3>
<div class="resume-company-name ml-auto"><a href="https://indiamart.com" title="IndiaMART is India's largest B2B, and World's second largest B2B eCommerce">IndiaMART InterMESH Ltd.</a>, Noida, India</div>
</div><!--//row-->
<div class="resume-position-time">Nov 2013 - Dec 2014</div>
</div><!--//resume-timeline-item-header-->
<div class="resume-timeline-item-desc">
<p>Worked as Full Stack Developer, and R&D Engineer</p>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Achievements:</h4>
<ul>
<li>Complete Ownership of product Login IM</li>
<li>Responsible for all types of sessions and cookie related issues</li>
<li>Cross product testing and raising alarm, reporting bugs on not only my product but on others too</li>
<li>Implemented Centralized JS Popup based login system on a new server named “login” from scratch</li>
<li>Implemented “Central Header” for all platforms of IndiaMART</li>
<li>Implemented Person API to fetch digital footprints of the user and save it in our database</li>
<li>Participated in various managerial discussion and give suggestions to make IndiaMART better</li>
<li>New Development / Bug Fixes / Maintenance in MY IM</li>
</ul>
<h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used:</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-primary badge-pill">perl</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">Oracle</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">AWS (S3)</span></li>
<li class="list-inline-item"><span class="badge badge-primary badge-pill">HTML/CSS/jQuery/OOJS</span></li>
</ul>
</div><!--//resume-timeline-item-desc-->
</article><!--//resume-timeline-item-->
</div><!--//resume-timeline-->
</div>
</section><!--//experience-section-->
</div>
<div class="col-lg-3">
<section class="resume-section skills-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Skills & Tools</h2>
<div class="resume-section-content">
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Backend</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">Perl</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Python</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Moose</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Template::Toolkit</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 70%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">django</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Core Java</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 70%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Frontend</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">HTML/CSS/JS</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">jQuery</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">AngularJS</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 40%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Databases</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">MySQL</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 80%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">Oracle</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 70%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
<li class="mb-2">
<div class="resume-skill-name">mongoDB</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 30%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Search Engines</h4>
<ul class="list-unstyled mb-4">
<li class="mb-2">
<div class="resume-skill-name">Solr</div>
<div class="progress resume-progress">
<div class="progress-bar theme-progress-bar-dark" role="progressbar" style="width: 70%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</li>
</ul>
</div><!--//resume-skill-item-->
<div class="resume-skill-item">
<h4 class="resume-skills-cat font-weight-bold">Others</h4>
<ul class="list-inline">
<li class="list-inline-item"><span class="badge badge-light">Catalyst</span></li>
<li class="list-inline-item"><span class="badge badge-light">AWS(S3/EC2)</span></li>
<li class="list-inline-item"><span class="badge badge-light">Google Cloud Products</span></li>
<li class="list-inline-item"><span class="badge badge-light">Template::Toolkit</span></li>
<li class="list-inline-item"><span class="badge badge-light">NLTK</span></li>
<li class="list-inline-item"><span class="badge badge-light">Pen Testing</span></li>
<li class="list-inline-item"><span class="badge badge-light">Eclipse</span></li>
<li class="list-inline-item"><span class="badge badge-light">IBM Rational Rose</span></li>
<li class="list-inline-item"><span class="badge badge-light">Firebug</span></li>
<li class="list-inline-item"><span class="badge badge-light">jira</span></li>
<li class="list-inline-item"><span class="badge badge-light">splunk</span></li>
<li class="list-inline-item"><span class="badge badge-light">OOJS</span></li>
<li class="list-inline-item"><span class="badge badge-light">git</span></li>
</ul>
</div><!--//resume-skill-item-->
</div><!--resume-section-content-->
</section><!--//skills-section-->
<section class="resume-section education-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Education</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-2">
<div class="resume-degree font-weight-bold">B. Tech, CSE, 84.4%</div>
<div class="resume-degree-org">PTU, Jalandhar</div>
<div class="resume-degree-time">2009 - 2013</div>
</li>
<li class="mb-2">
<div class="resume-degree font-weight-bold">SSC, 89.4%</div>
<div class="resume-degree-org">CBSE</div>
<div class="resume-degree-time">2007 - 2009</div>
</li>
<li class="mb-2">
<div class="resume-degree font-weight-bold">HSC, 81.6%</div>
<div class="resume-degree-org">CBSE</div>
<div class="resume-degree-time">2003 - 2007</div>
</li>
</ul>
</div>
</section><!--//education-section-->
<section class="resume-section language-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Language</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-lang-list">
<li class="mb-2"><span class="resume-lang-name font-weight-bold">Hindi</span> <small class="text-muted font-weight-normal">(Native)</small></li>
<li class="mb-2"><span class="resume-lang-name font-weight-bold">English</span> <small class="text-muted font-weight-normal">(Professional)</small></li>
<li class="mb-2"><span class="resume-lang-name font-weight-bold">Punjabi</span> <small class="text-muted font-weight-normal">(Professional)</small></li>
</ul>
</div>
</section><!--//language-section-->
<section class="resume-section interests-section mb-5">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Interests</h2>
<div class="resume-section-content">
<ul class="list-unstyled">
<li class="mb-1">CyberSecurity</li>
<li class="mb-1">Reading/Writing</li>
<li class="mb-1">Travelling</li>
<li class="mb-1">Stand-up</li>
</ul>
</div>
</section><!--//interests-section-->
</div>
</div><!--//row-->
<div class="row">
<div class="col-lg-7">
<section class="resume-section reference-section mb-3">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Publications</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-awards-list">
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fa-newspaper fas position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name"><a href="https://play.google.com/store/books/details?id=bbt1DwAAQBAJ">Hacking into Hacker's Head</a></div>
<div class="resume-award-desc">Oct-2018, CyberSecurity awareness eBook, published on Google Play, Kindle and other major e-stores</div>
</li>
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fa-newspaper fas position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name"><a href="https://bcognizance.iiita.ac.in/archive/nov-15/?p=136">Cross Site Scripting (XSS)</a></div>
<div class="resume-award-desc">Nov-2015, IIIT Allahabad</div>
</li>
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fa-newspaper fas position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name"><a href="https://bcognizance.iiita.ac.in/archive/apr-oct15/?p=88">Deeper dive to Methods of Hacking</a></div>
<div class="resume-award-desc">Apr-2015, IIIT Allahabad</div>
</li>
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fa-newspaper fas position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name"><a href="https://bcognizance.iiita.ac.in/archive/aug-nov14/?p=866">Basics of Ethical Hacking</a></div>
<div class="resume-award-desc">Nov-2014, IIIT Allahabad</div>
</li>
</ul>
</div>
</section><!--//awards-section-->
</div>
<div class="col-lg-4">
<section class="resume-section reference-section mb-3">
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Awards</h2>
<div class="resume-section-content">
<ul class="list-unstyled resume-awards-list">
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fas fa-trophy position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name">Best Hacker</div>
<div class="resume-award-desc">Globallogic, 2016</div>
</li>
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fas fa-trophy position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name">Student of the year</div>
<div class="resume-award-desc">ISTE, 2012</div>
</li>
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fas fa-trophy position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name">IBM Blue Scholar</div>
<div class="resume-award-desc">IBM</div>
</li>
<li class="mb-2 pl-4 position-relative">
<i class="resume-award-icon fas fa-trophy position-absolute" data-fa-transform="shrink-2"></i>
<div class="resume-award-name">IBM Student Ambassador</div>
<div class="resume-award-desc">IBM</div>
</li>
</ul>
</div>
</section><!--//awards-section-->
</div>
</div><!--//row-->
</div><!--//resume-body-->
</div>
</article>
</div>
</div>
<footer class="footer text-center pt-2 pb-5">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</footer>
</body>
</html>