-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-card.html
731 lines (628 loc) · 42.6 KB
/
resume-card.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
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
<div id="basic-resume-card" class="card" style="margin-bottom: 40px;">
<!-- Resume Header -->
<div class="resume-header" style="background-color: #343a40;">
<div class="intro-profile d-flex flex-wrap">
<img src="images/profile3.jpg" >
<div class="card-body text-white">
<h1 class="name" style="margin-bottom: 20px;">Ashish R Bhandari</h1>
<h4 class="designation" style="margin-bottom: 20px;"> Security Engineer | Troubleshooter | Software Explorer </h4>
<div class="row row-cols-1 row-cols-md-2 g-3">
<div class="col">
<img src="images/svg/phone.svg" alt="" width="32">
<a class="text-white text-decoration-none send-me-mail" href='tel:+917718972307'>+91 77189 72307</a>
</div>
<div class="col">
<img src="images/svg/inbox.svg" alt="" width="32">
<a class="text-white text-decoration-none send-me-mail" href='mailto:[email protected]'>[email protected]</a>
</div>
<div class="col">
<img src="images/svg/geo.svg" alt="" width="32">
Mumbai, India
</div>
<div class="col">
<img src="images/svg/linkedin-logo-black.svg" alt="" width="32">
<a class="text-white text-decoration-none send-me-mail" href='https://www.linkedin.com/in/aashishrbhandari/' target="_blank">linkedin/aashishrbhandari</a>
</div>
<div class="col">
</div>
</div>
</div>
</div>
</div>
<!-- Resume Header Ends -->
<div class="card-body">
<!-- Career Summary -->
<div class="career-summary" style="margin: 0px 0px 20px 0px">
<!-- <h4>CAREER SUMMARRY</h4>
<hr> -->
<p>
I am a Security Engineer who loves to explore Software, Network & Cloud from different angles (Security, Frontend, Backend, Architecture), I keep on improving my skills by reading, researching and developing (small projects), I try to learn the concepts in a way that I can EXPLAIN it to others, this helps me increase my knowledge & expertise on the subject.
I always try to learn concepts from different ways so that i can fully decode and relate with it. I am very much curious to learn something new and always try to challenge myself.
</p>
</div>
<!-- Career Summary Ends -->
<!-- Work Experience & Skills-Tools -->
<div class="work-exp_skills-tools">
<div class="row">
<div class="col-lg-8">
<div class="work-experience"> <!-- Work Experience -->
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Work Experience</h4>
<hr>
<div class="work-exp-content" style="position: relative; padding-left: 24px;">
<!-- Work Experience 1 [(SafeSquid)]-->
<div class="word-exp-1 work-exp-item">
<figure>
<div class="d-flex justify-content-between">
<h5 class="card-title fw-bold">Security Analyst</h5>
<h6 class="card-title">
<a class="btn btn-sm" href="https://www.apiholdings.in/" target="_blank">
API Holdings
<img src="./images/svg/link1.svg" alt="">
</a>
</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> 10/2021 - Present </h6>
</figure>
<figure class="mt-4">
<h6>
<img class="pinner" src="images/svg/pin.svg" alt="">
<u> Key Responsibilities: </u>
</h6>
<ul>
<li> Complete Review of Infrastructure including on-premise Network, Firewall, Cloud Infra(AWS), Network Connectivity Setup and SDWAN (SilverPeak).
<li> Help in Identifying, Troubleshooting & Resolving any Infra related Flaws and Security Risk. </li>
<li> Firewall Management: Firewall Security Review and Implementation </li>
<li> Elastic Stack & Wazuh setup from ground up for SIEM & Threat Hunting</li>
<li> Review, Implement, Manage: Sonicwall, FortiGate Firewall across All Locations </li>
<li> SASE / SSE POC & Implementation: NetSkope, ZScaler, Prisma Access, Cisco Umbrella, Checkpoint (Harmony Connect) </li>
<li> Testing, Evaluating & Documenting SASE / SSE Solutions </li>
<li> Detailed analysis & breakdown of SASE/ SSE Solution working, their controls, current functionality, providing feedback for improvement, Solution Architecture Understanding etc</li>
<li> New Network Infrastructure: Setup, Diagram, Implementation, Review, Shift Left Testing & Security </li>
<li> Co-Ordinating with the Network & Infrastructure team to identify & help resolve any blocker or challenges </li>
<li> Technical & Engineering Support for Setup & Integration of Amazon OpenSearch, Networking related challenges, CylancePROTECT (EPP), AP Security, Druva, Linux Administration, Security Solution. </li>
</ul>
<h6>
<img class="pinner" src="images/svg/pin.svg" alt="">
<u> Other Responsibilities: </u>
</h6>
<ul>
<li> Security Review & Implementation: JumpCloud, Site247-NCM, GMS-Sonicwall, IBM-QRadar, OpenVPN </li>
<li> Troubleshooting: Firewall, OpenVPN, SDWAN (SilverPeak), ELK Setup, NetSkope, Network Related Challenges </li>
<li> Communicating with Vendor to resolve Network Infrastructure Problems. </li>
</ul>
</figure>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Firewall Management & Review</span>
<span class="badge bg-dark">SASE / SSE Tester</span>
<span class="badge bg-dark">AWS Cloud</span>
<span class="badge bg-dark">Networking</span>
<span class="badge bg-dark">SOC Analysis</span>
<span class="badge bg-dark">Scripting</span>
<span class="badge bg-dark">Troubleshooting</span>
<span class="badge bg-dark">DNS Security</span>
<span class="badge bg-dark">Network Arch Testing & Validating</span>
</p>
</div>
<!-- Work Experience 1 Ends -->
<!-- Work Experience 2A [(SafeSquid)]-->
<div class="word-exp-2a work-exp-item">
<figure>
<div class="d-flex justify-content-between">
<h5 class="card-title fw-bold">Security Engineer</h5>
<h6 class="card-title">
<a class="btn btn-sm" href="https://www.safesquid.com/" target="_blank">
SafeSquid Labs
<img src="./images/svg/link1.svg" alt="">
</a>
</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> 05/2018 - 09/2021 </h6>
</figure>
<figure class="same-comp-exp mt-3" style="position: relative; padding-left: 20px;">
<div>
<h5 class="card-title fw-bold" style="display: inline-block;">Jr. Security Engineer </h5>
<h6 class="card-subtitle mb-2 text-muted" style="display: inline-block;">(05/2018 - 06/2019)</h6>
</div>
</figure>
<figure class="mt-3">
<h6>
<img class="pinner" src="images/svg/pin.svg" alt="">
<u> Key Responsibilities: </u>
</h6>
<ul>
<li> SME of the Solution: I be part of all Tech Discussions, I help resolve customer problems, I train clients, partners and teammates around the product </li>
<li> Part of Solution Full Cycle: Architecture, Setup, Deployment, Deep Tech Demos, Presentation, Client Requirement Gathering, Policy Making, Product related tech help, Troubleshooting, Testing & Feedback gathering </li>
<li> Testing Product using OWASP Top 10, SANS Top 25 Methodology. </li>
<li> Conduct VAPT on Product as well as on all Services including Web, Network & API </li>
<li> SWG, CASB App Signature Creation, Testing & Validation </li>
<li> Testing Scenario Creation: Custom UAT Environment for Different Test Cases </li>
<li> Product Demonstration using new Setup, Scenarios and Advance Policy Making. </li>
<li> Finding Bugs in SWG, CASB, DLP, URL Category, Config Dashboard & Appliance </li>
<li> Writing Scripting for Testing, Automation, resolving customer challenges, Custom Script as per client requirements </li>
<li> Internal Application Security Testing using Burp Suite, Fiddler, Postman, MitmProxy, Curl & also via Manual Approach </li>
</ul>
<h6>
<img class="pinner" src="images/svg/pin.svg" alt="">
<u> Other Responsibilities: </u>
</h6>
<ul>
<li> Product Testing: Deploying & Testing at UAT Environment </li>
<li> As a SOC Analyst, I keep on hunting for different types of use cases that happen at client setup </li>
<li> Leading Multiple Projects and Team, being able to help customer in all the phases and beyond </li>
<li> Product Demonstration, Demonstrating New Ways of Applying Security Restrictions, Conducting Webinars & Training Sessions</li>
</ul>
</figure>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Security Testing</span>
<span class="badge bg-dark">Linux Administration</span>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Scripting</span>
<span class="badge bg-dark">Content-Filtering</span>
<span class="badge bg-dark">Troubleshooting</span>
<span class="badge bg-dark">DLP</span>
<span class="badge bg-dark">DNS Security</span>
<span class="badge bg-dark">Fuzzing</span>
</p>
</div>
<!-- Work Experience 2A Ends -->
<!-- Work Experience 3 [EKids India]-->
<div class="word-exp-3 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title fw-bold">Network Engineer</h5>
<h6 class="card-title">
<a class="btn btn-sm" href="https://www.ekidsindia.com/" target="_blank">
EKids India
<img src="./images/svg/link1.svg" alt="">
</a>
</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> 06/2017 - 05/2018 </h6>
<figure class="mt-4">
<h6>
<img class="pinner" src="images/svg/pin.svg" alt="">
<u> Key Responsibilities: </u>
</h6>
<ul>
<li> Maintain Cyberoam Firewall: Creating Network Restriction Policies </li>
<li> Network VAPT: Internal & External to check for Misconfiguration </li>
<li> DNS Security Implementation: Pi-Hole & Adguard-Home </li>
<li> Logging and Monitoring Events to understand flaw in the Network Restriction Policies </li>
<li> Microsoft AD User Group management </li>
</ul>
</figure>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Firewall Management</span>
<span class="badge bg-dark">AD Management</span>
<span class="badge bg-dark">Hardware & Software Troubleshooting</span>
<span class="badge bg-dark">DNS Security</span>
<span class="badge bg-dark">Networking</span>
</p>
</div>
<!-- Work Experience 3 Ends -->
</div>
</div>
<!-- Work Experience Ends -->
</div>
<div class="col-lg-4">
<!-- Skills & Tools -->
<div class="skills-tools">
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Skills & Tools </h4>
<hr>
<p>
<h5><span class="badge bg-dark">Skills:</span></h5>
<section class="ps-2">
<!--
<span class="d-badge border-1left p-0 pe-1 ps-1">
<img src="images/company/Amazon_Web_Services_Logo.svg" style="vertical-align: text-bottom;" height="20" width="20" alt="">
</span>
-->
<span class="d-badge border-1left">AWS Cloud</span>
<span class="d-badge border-1left">SASE / SSE</span>
<span class="d-badge border-1left">Cloud Security</span>
<span class="d-badge border-1left">Cloud Computing</span>
<span class="d-badge border-1left">Security Testing</span>
<span class="d-badge border-1left">Troubleshooter</span>
<span class="d-badge border-1left">Networking</span>
<span class="d-badge border-1left">DNS Security</span>
<span class="d-badge border-1left">Java</span>
<span class="d-badge border-1left">Python</span>
<span class="d-badge border-1left">JavaScript</span>
<span class="d-badge border-1left">NodeJS</span>
<span class="d-badge border-1left">Scripting</span>
<span class="d-badge border-1left">Linux</span>
<span class="d-badge border-1left">Code Review</span>
<span class="d-badge border-1left">Web Dev(Frontend+Backend)</span>
</section>
</p>
<p>
<h5><span class="badge bg-dark">Tools:</span></h5>
<section class="ps-2">
<span class="d-badge border-1left">Curl</span>
<span class="d-badge border-1left">OpenSSL</span>
<span class="d-badge border-1left">Wireshark</span>
<span class="d-badge border-1left">Tcpdump</span>
<span class="d-badge border-1left">Browser Developer Tools</span>
<span class="d-badge border-1left">BurpSuite</span>
<span class="d-badge border-1left">Fiddler</span>
<span class="d-badge border-1left">NMap</span>
<span class="d-badge border-1left">MITMProxy</span>
<span class="d-badge border-1left">Pi-Hole(DNS)</span>
<span class="d-badge border-1left">TCPView</span>
</section>
</p>
</div>
<!-- Skills & Tools Ends -->
<!-- Education -->
<div class="education">
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Education </h4>
<hr>
<p>
<div class="d-flex justify-content-between align-items-center">
<h6 class="card-title fw-bold left-border4 ps-2">BSc (Spec. in IT)</h6>
<span class="card-subtitle mb-2 text-muted"> 2014-2017 </span>
</div>
<h6 class="card-title ps-2">Patkar Varde College (Mumbai)</h6>
</p>
<p>
<div class="d-flex justify-content-between align-items-center">
<h6 class="card-title fw-bold left-border4 ps-2">HSC (With Maths)</h6>
<span class="card-subtitle mb-2 text-muted"> 2012-2014 </span>
</div>
<h6 class="card-title ps-2">Thakur College (Mumbai)</h6>
</p>
<p>
<div class="d-flex justify-content-between align-items-center">
<h6 class="card-title fw-bold left-border4 ps-2">SSC</h6>
<span class="card-subtitle mb-2 text-muted"> 2012 </span>
</div>
<h6 class="card-title ps-2"> Children's Academy (Mumbai)</h6>
</p>
</div>
<!-- Education Ends -->
<!-- Awards & Laurels -->
<div class="awards_laurels">
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Awards & Laurels </h4>
<hr>
<p>
<h6 class="card-title fw-bold left-border4 ps-2">Buildbox Training</h6>
<section class="ps-2 ">
<h6 class="card-title">Rapid Game Development (College Tech WebSession)</h6>
<!--
<h6 class="card-subtitle mb-2 text-muted event-desc-show"> Trained Students on how to use Buildbox and create their own games. </h6>
-->
</section>
</p>
<p>
<h6 class="card-title fw-bold left-border4 ps-2">Bootstrap Session</h6>
<section class="ps-2">
<h6 class="card-title">Web Development (College Tech WebSession) </h6>
<!--
<h6 class="card-subtitle mb-2 text-muted event-desc-show"> I showed how a simple login form, or a simple website can be retransformed and made attractive & responsive just by importing bootstrap and using it classes. </h6>
-->
</section>
</p>
<p>
<h6 class="card-title fw-bold left-border4 ps-2">JavaScript World</h6>
<section class="ps-2">
<h6 class="card-title">Web Development (College Tech WebSession) </h6>
<!--
<h6 class="card-subtitle mb-2 text-muted event-desc-show"> I taught form validation, different event handlers, where to use and how they help etc. </h6>
-->
</section>
</p>
</div>
<!-- Awards & Laurels Ends -->
<!-- Personal Qualities -->
<div class="personal_qualities">
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Personal Qualities </h4>
<hr>
<h6 class="card-title left-border4 ps-2">Understanding, Structuring & Analyzing Problems</h6>
<h6 class="card-title left-border4 ps-2">Curious in Exploring Security Solutions</h6>
<h6 class="card-title left-border4 ps-2">Software Lover & Explorer</h6>
<h6 class="card-title left-border4 ps-2">Problem Solving & Observational Skills</h6>
<h6 class="card-title left-border4 ps-2">Love Teaching what i know</h6>
<h6 class="card-title left-border4 ps-2">Internet Surfer & Explorer</h6>
</div>
<!-- Personal Qualities Ends -->
<!-- Interested & Exploring -->
<div class="exploring mt-3">
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Interested & Exploring </h4>
<hr>
<figure>
<h6 class="card-title left-border4 ps-2">Cloud Security:</h6>
<div class="ps-2 mb-2">
<!--
<span class="d-badge border-1left p-0 pe-1 ps-1">
<img src="images/company/Amazon_Web_Services_Logo.svg" style="vertical-align: text-bottom;" height="20" width="20" alt="">
</span>
-->
<span class="badge bg-dark">AWS Cloud</span>
<span class="badge bg-dark">AWS Security</span>
<span class="badge bg-dark">Prisma Cloud CSPM</span>
</div>
</figure>
<figure>
<h6 class="card-title left-border4 ps-2">Infrastructure As Code (IaC):</h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">AWS CloudFormation</span>
<span class="badge bg-dark">Terraform</span>
</div>
</figure>
<figure class="mt-3">
<h6 class="card-title left-border4 ps-2 ">SASE / SSE Testing:</h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">NetSkope</span>
<span class="badge bg-dark">ZScaler</span>
<span class="badge bg-dark">Prisma Access</span>
<span class="badge bg-dark">Cisco Umbrella</span>
<span class="badge bg-dark">Checkpoint (Harmony Connect)</span>
<span class="badge bg-dark">Barracuda (Content-Shield)</span>
</div>
</figure>
<figure class="mt-3">
<h6 class="card-title left-border4 ps-2">CTF Player: </h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">TryHackMe</span>
<span class="badge bg-dark">HackTheBox</span>
<span class="badge bg-dark">PortSwigger</span>
<span class="badge bg-dark">OffSec Playground</span>
</div>
</figure>
<figure class="mt-3">
<h6 class="card-title left-border4 ps-2">Perimeter Security Soln:</h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">Sonciwall</span>
<span class="badge bg-dark">Sophos-XG</span>
<span class="badge bg-dark">FortiGate</span>
</div>
</figure>
<figure class="mt-3">
<h6 class="card-title left-border4 ps-2">Tech Lover:</h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">Cloud + Networking + Security</span>
<span class="badge bg-dark">SASE / SSE</span>
<span class="badge bg-dark">NetSkope</span>
<span class="badge bg-dark">ZScaler</span>
<span class="badge bg-dark">CloudFlare</span>
<span class="badge bg-dark">Adguard Home</span>
<span class="badge bg-dark">Firewalla</span>
<span class="badge bg-dark">Pi-Hole</span>
<span class="badge bg-dark">Diladele: DNS</span>
<span class="badge bg-dark">Simplewall</span>
<span class="badge bg-dark">SafeSquid-SWG</span>
<span class="badge bg-dark">Sophos-XG</span>
<!--
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/AdguardTeam/AdGuardHome#getting-started" target="_blank">
Adguard Home
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://firewalla.com/" target="_blank">
Firewalla
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/pi-hole/docker-pi-hole/#running-pi-hole-docker" target="_blank">
Pi-Hole
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://dnssafety.diladele.com/" target="_blank">
Diladele: DNS
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://www.henrypp.org/product/simplewall" target="_blank">
Simplewall
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://www.safesquid.com/#get_started" target="_blank">
SafeSquid-SWG
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://www.sophos.com/en-us/free-tools/sophos-xg-firewall-home-edition" target="_blank">
Sophos-XG
<img src="./images/svg/link1.svg" alt="">
</a>
-->
</div>
</figure>
</div>
<!-- Interested & Exploring Ends -->
<!-- Courses & Certification -->
<div class="exploring mt-3">
<h2 class="d-inline"> ↠ </h2> <h4 class="d-inline"> Courses & Certification </h4>
<hr>
<div>
<h6 class="card-title fw-bold left-border4 ps-2">Course: AWS Certified Security Specialty</h6>
<p class="card-subtitle text-muted text-end "> <cite> - by ACloudGuru </cite> </p>
</div>
<div>
<h6 class="card-title fw-bold left-border4 ps-2">Course: CCNA R&S</h6>
<p class="card-subtitle text-muted text-end "> <cite> - by RST Forums </cite> </p>
</div>
</div>
<!-- Courses & Certification Ends -->
</div>
</div>
</div>
</div>
</div>
<div id="show-freelance" class="card" style="margin-bottom: 40px; margin-top: 40px;">
<div class="card-body">
<!-- Freelancer Experience -->
<div class="work-experience">
<h4>Freelancer Experience</h4>
<hr>
<div class="work-exp-content" style="position: relative; padding-left: 24px;">
<!-- https://theplannernextdoor.com/ -->
<!-- Freelancer 1 -->
<div class="word-exp-1 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">DevOps Engineer Consultant</h5>
<h6 class="card-title">OceanVW</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Techend Engineer (SystemOps & Maintenance) </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I work there to setup, configure and maintain their servers. developing small plugins and automating some business Requirements.
I handle most of the IT tasks and help them in supporting their Business.
</p>
<p>
<strong>Project Links:</strong>
<a class="btn btn-sm btn-outline-dark mb-2" href="https://oceanvw.com/hope.html" target="_blank">
OceanVW Hope Page
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-2" href="https://oceanvw.co.in/" target="_blank">
OceanVW.co.in Landing Page
<img src="./images/svg/link1.svg" alt="">
</a>
</p>
<ul>
<li> Install Configure & Maintain Linux Servers </li>
<li> Setup, Configure & Mini Customization of MRBS Application</li>
<li> Product Plug-in Development (JavaScript, Python, NodeJS, Bash) </li>
<li> Product Demonstration To Client </li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">SysOps</span>
<span class="badge bg-dark">Linux</span>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Scripting</span>
<span class="badge bg-dark">Troubleshooting</span>
</p>
</div>
<!-- Freelancer 1 Ends -->
<!-- Freelancer 2 -->
<div class="word-exp-2 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Tech Consultant</h5>
<h6 class="card-title"> MJ & Associates </h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Techend Engineer (Web Dev) </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I helped them built their Online Space, built their website from scratch.
handling domain registration, email setup, website and online visibility.
</p>
<p>
<strong>Project Links:</strong>
<a class="btn btn-sm btn-outline-dark" href="https://www.mjassociate.co.in/" target="_blank">
MJ & Associates
<img src="./images/svg/link1.svg" alt="">
</a>
</p>
<ul>
<li> Built & Maintain their Website </li>
<li> Technical Help</li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Domain & Email Management</span>
</p>
</div>
<!-- Freelancer 2 Ends -->
<!-- Freelancer 3 -->
<div class="word-exp-2 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Tech Consultant</h5>
<h6 class="card-title"> The Planner Next Door </h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Techend Engineer (Web Dev) </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I am helping them built their Online Space, built their website from scratch.
handling domain registration, website and online visibility.
I am currently working in this project.
</p>
<p>
<strong>Project Links:</strong>
<a class="btn btn-sm btn-outline-dark" href="https://theplannernextdoor.com/" target="_blank">
The Planner Next Door
<img src="./images/svg/link1.svg" alt="">
</a>
</p>
<ul>
<li> Built & Maintain Website </li>
<li> Domain Management </li>
<li> Hosting & SSL Setup </li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Domain Management</span>
</p>
</div>
<!-- Freelancer 3 Ends -->
<!-- Freelancer 4 -->
<div class="word-exp-4 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Developer</h5>
<h6 class="card-title">College Projects</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Web Dev </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I love development and college projects are recurring events, which help me create, deploy and explain projects to new peoples.
</p>
<strong>Projects:</strong>
<ul>
<li> DNS Blocker (Java)
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/aashishrbhandari/dns_filter_version1" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
</li>
<li class="mb-2"> Web Rating App (Python) - #CollegeProject
<!--
<a class="btn btn-sm btn-outline-dark mb-2" href="https://github.com/aashishrbhandari/web-rater" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
-->
</li>
<li class="mb-2"> Proxy Filter (Python) - #CollegeProject
<!--
<a class="btn btn-sm btn-outline-dark mb-2" href="https://github.com/aashishrbhandari/proxy-filter" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
-->
</li>
<li> Web Filtering Extension (JavaScript) Cross Browser
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/aashishrbhandari/phishing-detector-extension" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
<!-- https://github.com/aashishrbhandari/phishing-detector-extension -->
</li>
<li> Shoe Shop Frontend
<a class="btn btn-sm btn-outline-dark mb-1" href="https://aashishrbhandari.github.io/shoe.man/" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
<!-- https://github.com/aashishrbhandari/phishing-detector-extension -->
</li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Python</span>
<span class="badge bg-dark">Java</span>
<span class="badge bg-dark">NodeJS</span>
</p>
</div>
<!-- Freelancer 4 Ends -->
</div>
</div>
<!-- Freelancer Experience Ends -->
</div>
</div>
<style>
figure {
margin: auto!important;
}
</style>