-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
642 lines (595 loc) · 25.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7DRG059Z4J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7DRG059Z4J');
</script>
<title>Chaitanya Arora | Hashtag Tooltips Chrome Extension | Backend Python Developer | Technical Innovation Enthusiast
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="icon" href="favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/main.bundle.css">
<script src="https://kit.fontawesome.com/4e5a72c756.js"></script>
</head>
<body>
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<div class="navbar-item is-hidden-desktop">
<a target="_blank" href="https://github.com/arorachaitanya" class="icon is-large has-text-light">
<i class="fab fa-2x fa-github"></i>
</a>
</div>
<div class="navbar-item is-hidden-desktop">
<a target="_blank" href="https://blog.chaitanyaarora.com" icon is-large has-text-light">
<i class="fas fa-2x fa-globe"></i>
</a>
</div>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item">
<a target="_blank" href="https://github.com/arorachaitanya" class="icon is-large has-text-light">
<i class="fab fa-2x fa-github"></i>
</a>
</div>
<div class="navbar-item">
<a target="_blank" href="https://blog.chaitanyaarora.com class=" icon is-large has-text-light">
<i class="fas fa-2x fa-globe"></i>
</a>
</div>
</div>
</div>
</nav>
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
<div class="level">
<div class="level-item has-text-centered">
<figure class="image is-128x128">
<img class="is-rounded" src="img/me.png">
</figure>
</div>
</div>
<div class="columns has-text-centered">
<div class="column">
<h1 class="title is-1">
Chaitanya Arora
</h1>
<h2 class="subtitle">
<a target="_blank" href="https://chrome.google.com/webstore/detail/hashtag-tooltips/nkjmngaageipgkolfkappfdckbiehmha">🚀 Hashtag Tooltips Chrome Extension 🚀</a> <br>🐍 Backend Python Developer 🐍 <br> ☁️ Technical Innovation Enthusiast ☁️
</h2>
<!-- <p>
<a href="docs/resume.txt" class="icon has-text-light">
<i class="fas fa-file-word"></i> <strong>Resume</strong>
</a>
</p> -->
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">About Me</h1>
<hr />
<p>I am a problem solver with an inquisitive mind who helps people to boost their productivity by using technology.
I can do a wide variety of things, including automating daily tasks, building customized software/website or simply scraping data directly into spreadsheets for further analysis</p>
<p> My tools have helped more than 20,000 people. Would you like to be the next one?<b> Lets discuss!</b></p>
<br>
<h4 class="subtitle">My Journey:-</h4>
I got introduced to computer science in school, where I built a 2000+ lines quiz game using C++ for my final year high school project. Thereafter, my life changed.
I have been building websites since my freshman year for various college startups.
In my junior year, I was introduced to the world of Deep Learning and Artificial Intelligence. I learned various algorithms, implementing and practicing them via competitions online.
My proudest moment was to finish 11<sup>th</sup> in a competition to classify different roof types from aerial imagery.
Subsequently, I joined India's largest diagnostic chain where i was writing scripts, securing software and building various security assessments and guidelines.
Currently, I am working as a Software Developer for a FinTech Startup building products and managing the ETL pipelines day in and day out.
<br><br>
My specialties include my inquisitive mind, quickly learning new programming skills, clear communication with other people, and working diligently and consistently.
I like the freedom to implement things on my own by speaking with the consumers directly, understanding their problems, implementing them, and finally getting feedback & improvise.
<br>You might catch me working on tasks for long hours working solutions and their implementation after interacting with stakeholders and discussing their problems.
I feel glad when people to whom I have helped acknowledge me for my work.
</p>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Experience</h1>
<hr />
<div class="card">
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-64x64" style="padding-top: 1rem;">
<img src="img/savii.png" alt="Placeholder image">
</figure>
</div>
<div class="media-content">
<p class="title is-4">Savii</p>
<p class="subtitle is-6">Software Developer - <time datetime="2022-3">March 2022</time> - Present </p>
</div>
</div>
<div class="content">
<p></p>
<ul>
<li>Working as a software developer in the Data Engineering team.</li>
<li>Responsible for maintaining ETL pipeline by working on tools like DBT, Stitch, BigQuery, etc.</li>
<li>Responsible for developing software backend using FastAPI to replace google sheet based trackers.</li>
</ul>
<div class="tags">
<span class="tag">Google Bigquery</span>
<span class="tag">Python</span>
<span class="tag">FastAPI</span>
</div>
</div>
</div>
</div>
<div class="card card-gap">
<div class="card-content">
<div class="media">
<div class="media-left">
<figure class="image is-48x48">
<img src="img/lal.jpg" alt="Placeholder image">
</figure>
</div>
<div class="media-content">
<p class="title is-4">Dr Lal Pathlabs</p>
<p class="subtitle is-6">Deputy Manager Information Security - <time datetime="2020-10">October 2020</time> - <time datetime="2022-02">February 2022</time></p>
</div>
</div>
<div class="content">
<div class="timeline">
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<p class="subtitle is-6">Deputy Manager - <time datetime="2021-12">December 2021</time> - <time datetime="2022-02">February 2022</time></p>
<ul>
<li>Primarily Responsible for Software Security of the organization</li>
<li>Building Dashboards on application security for senior management</li>
<li>Azure DataLake Architecture Assessment</li>
<li>Application maturity assessment</li>
<li>Building Secure coding guidelines</li>
<li>Take down of fake applications, mobile app, implementation of advisories reported by special interest service providers</li>
</ul>
<div class="tags">
<span class="tag">Cybersecurity</span>
<span class="tag">VAPT</span>
<span class="tag">Secure Coding</span>
<span class="tag">DataLake Security</span>
<span class="tag">Project Management</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<p class="subtitle is-6">Management Trainee - <time datetime="2021-05">May 2021</time> - <time datetime="2021-11">November 2021</time></p>
<ul>
<li>Primarily Responsible for Software Security of the organisation</li>
<li>Building Dashboards on application security for senior management</li>
<li>Vulnerability management process design & implementation</li>
<li>Overall tracking and execution of VAPT program that includes Infra, applications, medical instruments</li>
<li>Security assessments for software releases</li>
<li>Vendor Risk Assessment & Audits</li>
<li>Security Assessment of Medical Instruments</li>
<li>Take down of fake applications, mobile app, implementation of advisories reported by special interest service providers</li>
</ul>
<div class="tags">
<span class="tag">Cybersecurity</span>
<span class="tag">VAPT</span>
<span class="tag">Risk Assessment</span>
<span class="tag">Project Management</span>
<span class="tag">Medical Instruments Security</span>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<p class="subtitle is-6">Information Technology Trainee - <time datetime="2020-10">October 2020</time> - <time datetime="2021-04">April 2021</time></p>
Worked on a project to automate the Onboarding Journey Experience of Phlebotomists via Computer Vision Techniques. Scanned documents like Aadhar card, PAN Card, DMLT Certificates, etc to auto populate information in onboarding forms.
<ul>
<li>Used OpenCV to transform the skewness and lighting of the documents</li>
<li>Used Google Vision API to process documents and extract text as well as faces from them</li>
<li>Wrote a python script to analyse the texts and extract useful information from the text</li>
</ul>
<div class="tags">
<span class="tag">Google Vision AI</span>
<span class="tag">OpenCV</span>
<span class="tag">Python</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="section">
<div class="container">
<h1 class="title">Projects</h1>
<hr />
<div class="tile is-ancestor">
<div class="tile is-vertical is-12">
<div class="tile">
<div class="tile is-parent">
<article class="tile is-child notification">
<p class="title">Project title</p>
<figure class="image is-3by2">
<img class="modal-trigger" data-target="project-1-modal" src="img/project-1-cover.png">
</figure>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification">
<p class="title">Project title</p>
<figure class="image is-4by3">
<img class="modal-trigger" data-target="project-2-modal" src="img/project-2-cover.png">
</figure>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification">
<p class="title">Project title</p>
<figure class="image is-4by3">
<img class="modal-trigger" data-target="project-3-modal" src="img/project-3-cover.png">
</figure>
</article>
</div>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-vertical is-12">
<div class="tile">
<div class="tile is-parent">
<article class="tile is-child notification">
<p class="title">Project title</p>
<figure class="image is-4by3">
<img class="modal-trigger" data-target="project-4-modal" src="img/project-4-cover.png">
</figure>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification">
<p class="title">Project title</p>
<figure class="image is-4by3">
<img class="modal-trigger" data-target="project-5-modal" src="img/project-5-cover.png">
</figure>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification">
<p class="title">Project title</p>
<figure class="image is-4by3">
<img class="modal-trigger" data-target="project-6-modal" src="img/project-6-cover.png">
</figure>
</article>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section class="section">
<div class="container">
<h1 class="title">Education</h1>
<hr />
<div class="card">
<div class="card-content">
<div class="content">
<p class="title is-4">Netaji Subhas Institute of Technology (NSIT) - DU</p>
<p class="subtitle is-6">Bachelor's of Engineering - Instrumentation and Control Engineering (ICE)<time datetime="2017-07">July 2017</time> - <time datetime="2021-05">May 2021</time></p>
</div>
<div class="content">
<ul>
<li>Scored GPA 7.70 in Bachelor Degree</li>
<li>Technical Head of Entrepreneurship Cell, NSIT </li>
</ul>
</div>
</div>
</div>
<div class="card card-gap">
<div class="card-content">
<div class="content">
<p class="title is-4">St. Columba's School</p>
<p class="subtitle is-6">Class XII <time datetime="2016"> 2016</time> </p>
<p class="subtitle is-6">Class X <time datetime="2014"> 2014</time> </p>
</div>
<div class="content">
<ul>
<li>Scored 99/100 in Computer Science in Class XII</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">Contact</h1>
<hr />
<nav class="level">
<div class="level-item has-text-centered">
<div>
<a target="_blank" href="https://github.com/arorachaitanya" class="icon is-large">
<i class="fab fa-2x fa-github"></i>
</a>
<p class="heading"><a target="_blank" href="https://github.com/arorachaitanya">github.com/arorachaitanya</a></p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<a target="_blank" href="https://blog.chaitanyaarora.com" class="icon is-large">
<i class="fas fa-2x fa-globe"></i>
</a>
<p class="heading"><a target="_blank" href="https://blog.chaitanyaarora.com">blog.chaitanyaarora.com</a></p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<a target="_blank" href="mailto:[email protected]" class="icon is-large">
<i class="fas fa-2x fa-envelope"></i>
</a>
<p class="heading"><a target="_blank" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="level-item has-text-centered">
<div>
<a target="_blank" href="https://www.linkedin.com/in/arorachaitanya" class="icon is-large">
<i class="fab fa-2x fa-linkedin-in"></i>
</a>
<p class="heading"><a target="_blank" href="https://www.linkedin.com/in/arorachaitanya">linkedin</a></p>
</div>
</div>
</nav>
</div>
</section>
<!-- Modals -->
<!-- <div id="project-1-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Project title</p>
<button class="delete" aria-label="close"></button>
</header>
<section class="modal-card-body">
<div id="project-1-modal-carousel" class="carousel">
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/1.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/2.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/3.png">
</figure>
</div>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo
consequat.</p>
<div class="tags">
<span class="tag">angular</span>
<span class="tag">mongo</span>
<span class="tag">typscript</span>
<span class="tag">node</span>
</div>
</div>
</section>
<footer class="modal-card-foot">
<button class="button is-success">Close</button>
</footer>
</div>
</div>
<div id="project-2-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Project title</p>
<button class="delete" aria-label="close"></button>
</header>
<section class="modal-card-body">
<div id="project-2-modal-carousel" class="carousel">
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/1.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/2.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/3.png">
</figure>
</div>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo
consequat.</p>
<div class="tags">
<span class="tag">angular</span>
<span class="tag">mongo</span>
<span class="tag">typscript</span>
<span class="tag">node</span>
</div>
</div>
</section>
<footer class="modal-card-foot">
<button class="button is-success">Close</button>
</footer>
</div>
</div>
<div id="project-3-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Project title</p>
<button class="delete" aria-label="close"></button>
</header>
<section class="modal-card-body">
<div id="project-3-modal-carousel" class="carousel">
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/1.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/2.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/3.png">
</figure>
</div>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo
consequat.</p>
<div class="tags">
<span class="tag">angular</span>
<span class="tag">mongo</span>
<span class="tag">typscript</span>
<span class="tag">node</span>
</div>
</div>
</section>
<footer class="modal-card-foot">
<button class="button is-success">Close</button>
</footer>
</div>
</div>
<div id="project-4-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Project title</p>
<button class="delete" aria-label="close"></button>
</header>
<section class="modal-card-body">
<div id="project-4-modal-carousel" class="carousel">
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/1.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/2.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/3.png">
</figure>
</div>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo
consequat.</p>
<div class="tags">
<span class="tag">angular</span>
<span class="tag">mongo</span>
<span class="tag">typscript</span>
<span class="tag">node</span>
</div>
</div>
</section>
<footer class="modal-card-foot">
<button class="button is-success">Close</button>
</footer>
</div>
</div>
<div id="project-5-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Project title</p>
<button class="delete" aria-label="close"></button>
</header>
<section class="modal-card-body">
<div id="project-5-modal-carousel" class="carousel">
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/1.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/2.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/3.png">
</figure>
</div>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo
consequat.</p>
<div class="tags">
<span class="tag">angular</span>
<span class="tag">mongo</span>
<span class="tag">typscript</span>
<span class="tag">node</span>
</div>
</div>
</section>
<footer class="modal-card-foot">
<button class="button is-success">Close</button>
</footer>
</div>
</div>
<div id="project-6-modal" class="modal">
<div class="modal-background"></div>
<div class="modal-card">
<header class="modal-card-head">
<p class="modal-card-title">Project title</p>
<button class="delete" aria-label="close"></button>
</header>
<section class="modal-card-body">
<div id="project-6-modal-carousel" class="carousel">
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/1.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/2.png">
</figure>
<figure class="image is-4by3 carousel-cell">
<img src="img/carousel/3.png">
</figure>
</div>
<div class="content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo
consequat.</p>
<div class="tags">
<span class="tag">angular</span>
<span class="tag">mongo</span>
<span class="tag">typscript</span>
<span class="tag">node</span>
</div>
</div>
</section>
<footer class="modal-card-foot">
<button class="button is-success">Close</button>
</footer>
</div>
</div>
<footer class="footer">
<div class="content has-text-centered">
<p>
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon has-text-primary">
<i class="fab fa-github"></i> <strong>devfolio</strong></a>
</p>
</div>
</footer> -->
<script src="js/bundle.js"></script>
</body>
</html>