-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
576 lines (533 loc) · 24.1 KB
/
Copy pathindex.html
File metadata and controls
576 lines (533 loc) · 24.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=yes">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Software Engineer, Blogger">
<meta name="author" content="Aritra Mukherjee (@mukherjee96)">
<meta name="theme-color" content="#500075">
<!-- Open Graph -->
<meta property="og:url" content="https://mukherjee96.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="Aritra Mukherjee">
<meta property="og:description" content="Software Engineer, Blogger">
<meta property="og:image" content="https://mukherjee96.github.io/assets/img/fb-profile.png">
<meta property="og:site_name" content="Software Engineer, Blogger">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Aritra Mukherjee">
<meta name="twitter:url" content="https://mukherjee96.github.io/">
<meta name="twitter:site" content="@mukherjee_96">
<meta name="twitter:description" content="Software Engineer, Blogger">
<meta name="twitter:image" content="https://mukherjee96.github.io/assets/img/profile.png">
<title>Aritra Mukherjee</title>
<link rel="shortcut icon" href="favicon.png">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link href="./assets/fonts/saira-extra-condensed-500-700.css" rel="stylesheet">
<link href="./assets/fonts/muli-400-400i-800-800i.css" rel="stylesheet">
<!-- Fontawesome stylesheets -->
<link href="./assets/icons/css/fontawesome.min.css" rel="stylesheet">
<link href="./assets/icons/css/brands.min.css" rel="stylesheet">
<link href="./assets/icons/css/solid.min.css" rel="stylesheet">
<!-- Custom styles -->
<link href="./assets/css/resume.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="sideNav">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#awards">Certifications</a>
</li> -->
</ul>
</div>
</div>
</nav>
<div class="load-bar">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<div class="container-fluid p-0" data-bs-spy="scroll" data-bs-target="#sideNav">
<section class="resume-section px-3 pb-3 p-lg-5 d-flex align-items-center justify-content-center top-section about"
id="about">
<div class="w-100">
<span>
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="./assets/img/profile.png"
alt="Profile picture" loading="lazy">
</span>
<h2 class="mb-0">Aritra Mukherjee</h2>
<div class="subheading mb-5 pr-2">
<a href="mailto:aritramukherjee100@gmail.com">aritramukherjee100@gmail.com</a>
</div>
<div class="intro">
<p class="lead pr-1 opener">
Software Engineer at <a href="https://twitter.com/Oracle">Oracle</a>
</p>
</div>
<div class="social mt-5">
<a href="https://www.linkedin.com/in/mukherjee96/">
<i class="fab fa-linkedin-in" title="linkedIn"></i>
</a>
<a href="https://dev.to/mukherjee96">
<i class="fab fa-dev" title="DEV Community"></i>
</a>
<a href="https://twitter.com/mukherjee_96">
<i class="fab fa-twitter" title="Twitter"></i>
</a>
<a href="https://github.com/mukherjee96/">
<i class="fab fa-github" title="GitHub"></i>
</a>
<a href="https://codepen.io/mukherjee96/">
<i class="fab fa-codepen" title="CodePen"></i>
</a>
<a href="https://www.hackerrank.com/mukherjee96">
<i class="fab fa-hackerrank" title="Hackerrank"></i>
</a>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="skills">
<div class="w-100">
<h2 class="mb-5">Skills</h2>
<div class="container">
<div class="row">
<div class="col-sm">
<div class="subheading mb-3">Programming Languages</div>
<ul class="fa-ul mb-3">
<li>
<i class="fa-li fas fa-check"></i>
Java 8
</li>
<li>
<i class="fa-li fas fa-check"></i>
JavaScript
</li>
</ul>
</div>
<div class="col-sm">
<div class="subheading mb-3">Web Technologies</div>
<ul class="fa-ul mb-3">
<li>
<i class="fa-li fas fa-check"></i>
HTML5, CSS3
</li>
<li>
<i class="fa-li fas fa-check"></i>
React
</li>
<li>
<i class="fa-li fas fa-check"></i>
Ionic Framework
</li>
<li>
<i class="fa-li fas fa-check"></i>
RxJS
</li>
<li>
<i class="fa-li fas fa-check"></i>
Node.js
</li>
<li>
<i class="fa-li fas fa-check"></i>
Bootstrap 4
</li>
<li>
<i class="fa-li fas fa-check"></i>
WordPress
</li>
</ul>
</div>
<div class="col-sm">
<div class="subheading mb-3">Tools & Databases</div>
<ul class="fa-ul mb-3">
<li>
<i class="fa-li fas fa-check"></i>
Git & GitHub
</li>
<li>
<i class="fa-li fas fa-check"></i>
Maven
</li>
<li>
<i class="fa-li fas fa-check"></i>
Jenkins
</li>
<li>
<i class="fa-li fas fa-check"></i>
Firebase
</li>
<li>
<i class="fa-li fas fa-check"></i>
SQL and Relational Databases
</li>
<li>
<i class="fa-li fas fa-check"></i>
Linux/Windows Terminal
</li>
</ul>
</div>
<div class="col-sm">
<div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fas fa-check"></i>
Continuous learning
</li>
<li>
<i class="fa-li fas fa-check"></i>
Ability to plan, organize and collaborate
</li>
<li>
<i class="fa-li fas fa-check"></i>
Work efficiently either individually or as part of a team
</li>
<li>
<i class="fa-li fas fa-check"></i>
Proficiency in solving problems
</li>
<li>
<i class="fa-li fas fa-check"></i>
Develop technical designs and participate in design reviews
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="experience">
<div class="w-100">
<h2 class="mb-5">Experience</h2>
<div class="resume-item mb-5">
<div class="resume-content mb-3">
<h3 class="mb-0">Software Engineer at Oracle</h3>
<div class="subheading mb-3">
(October 2023 - Present)
</div>
<div>
As a crucial member of the Oracle Cerner Millennium IAM team, I contribute to cutting-edge authorization
solutions for applications and services within Oracle Cerner's renowned Millennium EHR and Orion
platforms, specializing in safeguarding patient data privacy globally. My role encompasses designing,
developing, and maintaining vital microservices for Millennium platform services, leveraging emerging
technologies for robust technical designs. I actively collaborate cross-functionally with diverse teams to
enhance and validate our solutions, ensuring security and compliance in our healthcare offerings.
</div>
</div>
</div>
<div class="resume-item mb-5">
<div class="resume-content mb-3">
<h3 class="mb-0">Software Engineer at Cerner Corporation</h3>
<div class="subheading mb-3">
(July 2020 - September 2023)
</div>
<div>
Vital member of the Cerner Millennium IAM, responsible for developing and maintaining authorization
solutions for Cerner Millennium apps and services. My expertise lay in various Millennium authorization
models deployed to protect patient data privacy across multiple geographies. I developed and maintained
Java/C++ libraries and microservices for the Millennium platform, investigated solutions, created
technical designs, and reviewed designs from other team members. I collaborated with teams from different
focus areas to deliver enhancements and validate results. Additionally, I mentored interns and provided
guidance to new joiners.
</div>
</div>
</div>
<div class="resume-item mb-5">
<div class="resume-content mb-3">
<h3 class="mb-0">Software Intern at Cerner Corporation</h3>
<div class="subheading mb-3">
(February 2020 - July 2020)
</div>
<p>
Project:
<a href="#crash-fingerprint">Crash Fingerprint Investigation Portal</a>
</p>
<div>
I developed a full-stack web application using React, Node.js, and Microsoft SQL Server. I authored unit
tests for both frontend and backend source code and gained proficiency in mocking techniques. To
facilitate local development, I employed Docker to host the MS SQL Server. Furthermore, I established a
Jenkins pipeline and seamlessly integrated it with GitHub, automating the build process for pull requests
and the default branch. I consistently delivered scrum updates, incorporated feedback, and conducted
feature demos as part of the team's agile workflow.
</div>
</div>
</div>
<div class="resume-item mb-5">
<div class="resume-content mb-3">
<h3 class="mb-0">Summer Intern at Sikharthy Educational Services LLP</h3>
<div class="subheading mb-3">
(June 2019 - August 2019)
</div>
<p>
Project:
<a href="#job-portal">Responsive Job Portal</a>
</p>
<div>
I collaborated closely with the Product Manager to grasp project requirements thoroughly. My role involved
planning and breaking down tasks efficiently within the team. Using Bootstrap, PHP, MySQL, and XAMPP, I
successfully developed a job portal and made continuous improvements based on feedback received. Finally,
I deployed the finished product on the organization's website, ensuring its availability to users.
</div>
</div>
</div>
<div class="resume-item mb-5">
<div class="resume-content">
<h3 class="mb-0">Founder, Web Developer, Technical Blogger at GeekyMinds</h3>
<div class="subheading mb-3">
(December 2018 - December 2022)
</div>
<p class="justify">
Web development and programming tutorials served with detailed software reviews and a dash of tech news!
</p>
<p class="start">
Visit GeekyMinds on
<a href="https://www.facebook.com/geekymindsblog/" target="_blank" rel="noopener">
<nobr><i class="fa-brands fa-facebook"></i> Facebook
</a></nobr> and
<a href="https://www.instagram.com/geekymindsblog/" target="_blank" rel="noopener">
<nobr><i class="fa-brands fa-instagram"></i> Instagram
</a>.</nobr>
</p>
<p class="justify">The GeekyMinds website was discontinued in 2022 but continues to live on the Wayback
Machine :)</p>
<a class="btn btn-outline-secondary"
href="https://web.archive.org/web/20221007234110/https://geekyminds.co.in/" target="_blank"
rel="noopener">
<i class="fas fa-external-link-alt"></i> Visit
GeekyMinds</a>
</div>
</div>
<div class="resume-item">
<div class="resume-content">
<h3 class="mb-0">Publication</h3>
<div class="subheading mb-3">
IEEE Xplore Digital Library (April 2019 - Present)
</div>
<strong>Centralized Alumni Management System (CAMS) - A Prototype
Proposal</strong>
<p class="justify pt-2">
CAMS is an umbrella platform for alumni to share, network and
communicate among themselves and their alma mater. This paper proposes a centralized system for alumni
management which is institution independent and concentrates on alumni network pan organizations.
</p>
<a class="btn btn-outline-secondary" href="https://ieeexplore.ieee.org/document/8701383" target="_blank"
rel="noopener">
<i class="fas fa-external-link-alt"></i> See
Publication</a>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="portfolio">
<div class="w-100">
<h2 class="mb-5">Portfolio</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5" id="crash-fingerprint">
<div class="resume-content">
<h3 class="mb-0">Crash Fingerprint Investigation Portal</h3>
<div class="subheading mb-3">
React, Google Material UI Library, Node.js, Docker, Microsoft SQL Server, Jenkins
</div>
<div>
<p>Web based tools enabling the Performance and Stability Team to efficiently investigate crashes.</p>
<p>Key features:</p>
<ol>
<li>Fingerprint Search</li>
<ul>
<li>Searchable, sortable, customizable data tables.</li>
<li>See crash occurrences for a particular fingerprint.</li>
<li>Filter occurrences based on client name, HNA user name, server name and crash date range.</li>
<li>Modern Crash Trend graph displaying crash trend based on selected filters.</li>
<li>Expand each occurrence to reveal formatted and searchable Call Stack.</li>
</ul>
<li>Query Builder</li>
<ul>
<li>Run custom queries on the PSR database.</li>
<li>Supported clauses: SELECT, WHERE, LIKE, GROUP BY, ORDER BY.</li>
<li>WHERE, LIKE, GROUP BY and ORDER BY clauses are optional.</li>
<li>Built query can be edited and previewed before executing.</li>
<li>Query results are displayed in fully searchable table.</li>
</ol>
</div>
<div class="pt-3">
<a class="btn btn-outline-secondary disabled" href="#" target="_blank" rel="noopener"><i
class="fas fa-external-link-alt"></i> Unavailable</a>
<a class="btn btn-outline-secondary disabled" style="pointer-events: none;" href="#" target="_blank"
rel="noopener"><i class="fab fa-github"></i> Unavailable</a>
</div>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">PostMate</h3>
<div class="subheading mb-3">
Ionic, Angular, Firebase, Cloud Firestore
</div>
<div>
PostMate is a Progressive Web App for creating cloud-based
social media post templates. It's aimed at digital marketers,
bloggers and brands who publish lots of content on social media
on a daily basis.
<a
href="https://dev.to/mukherjee96/i-built-postmate-a-pwa-for-creating-managing-social-media-post-templates-1p14">Read
More</a>
</div>
<div class="pt-3">
<a class="btn btn-outline-secondary" href="https://postmate-progressive.web.app" target="_blank"
rel="noopener"><i class="fas fa-external-link-alt"></i> See
project
</a>
<a class="btn btn-outline-secondary" href="https://github.com/mukherjee96/postmate" target="_blank"
rel="noopener"><i class="fab fa-github"></i> Github</a>
</div>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Hue</h3>
<div class="subheading mb-3">
Bootstrap 4, JavaScript, The Color API
</div>
<div>
Made valuable contributions to Hue, a Progressive Web App for designers, content creators and
digital marketers. Hue can be used for generating colours in HEX
and converting any colour in HEX to other colour formats. It
currently supports RGB, CMYK, HSV, HSL and XYZ. The colours are
generated in-app and converted using
<a href="https://www.thecolorapi.com/">The Color API</a>. Hue
also preserves a history of the last ten colours generated using
the browser's LocalStorage API.
</div>
<div class="pt-3">
<a class="btn btn-outline-secondary" href="https://adritaroy21.github.io/hue/" target="_blank"
rel="noopener"><i class="fas fa-external-link-alt"></i> See
project
</a>
<a class="btn btn-outline-secondary" href="https://github.com/adritaroy21/hue" target="_blank"
rel="noopener"><i class="fab fa-github"></i> Github</a>
</div>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5" id="job-portal">
<div class="resume-content">
<h3 class="mb-0">Job Portal</h3>
<div class="subheading mb-3">
Bootstrap 4, PHP 7, MySQL
</div>
<div>
<p>
Built a simple job portal with the following key features:
</p>
<ol>
<li>
Job Search with Title, Designation, Salary, Experience and
Location
</li>
<li>Real-time search suggestions</li>
<li>Employers can add/remove/edit jobs, manage applicants</li>
<li>Job Highlighting from Admin Panel</li>
<li>User verification from Admin Panel</li>
<li>Responsive design</li>
<li>Advertisement space</li>
</ol>
</div>
<div class="pt-3">
<a class="btn btn-outline-secondary disabled" href="#" target="_blank" rel="noopener"><i
class="fas fa-external-link-alt"></i> Unavailable</a>
<a class="btn btn-outline-secondary" href="https://github.com/mukherjee96/simple-job-portal"
target="_blank" rel="noopener"><i class="fab fa-github"></i> Github</a>
</div>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="education">
<div class="w-100">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Techno International Batanagar</h3>
<div class="subheading mb-3">
Bachelor of Technology in Computer Science & Engineering
</div>
<div class="subheading mb-3">GPA: 8.43</div>
<div>Approved by AICTE, Government of India</div>
<div>Affiliated to West Bengal University of Technology</div>
</div>
</div>
<div class="w-100">
<ul class="fa-ul mb-0">
<li class="mb-2">
<i class="fa-li fa fa-trophy text-warning"></i>
Participated in Smart Odisha Hackathon 2018, BPUT, 13th November
2018 - 14th November 2018
</li>
<li class="mb-2">
<i class="fa-li fa fa-trophy text-warning"></i>
Winner at Technical Quiz Contest, CSI Student Branch, Techno
International Batanagar, 10th October 2018
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup> Runner Up at Technical Presentation Contest on
Innovative Project Ideas organized by ACM Student Chapter, Techno
International Batanagar, 10th August 2018
</li>
</ul>
</div>
</div>
</section>
<!-- Certifications section for later -->
<!--
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="awards">
<div class="w-100">
<h2 class="mb-5">Certifications</h2>
<ul class="fa-ul mb-0">
<li class="mb-2">
<i class="fa-li fa fa-trophy text-warning"></i>
Participated in Smart Odisha Hackathon 2018, BPUT, 13th November
2018 – 14th November 2018
</li>
</ul>
</div>
</section>
-->
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<!-- Custom scripts for this template -->
<script src="./assets/js/resume.js"></script>
</body>
</html>