-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
63 lines (59 loc) · 3.04 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work Experience</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<button class="theme-toggle" id="theme-toggle">🌓</button>
<div class="container">
<h1>
work*
<img src="https://cdn-icons-png.flaticon.com/512/545/545680.png" alt="Home Icon" onclick="window.location.href='home.html';">
</h1>
<p>A curated list of my professional experience.</p>
<div class="work-item">
<div class="work-item-circle">SI</div>
<div class="work-item-details">
<p class="work-item-title">Analytics Manager @ Sigmoid</p>
<p class="work-item-subtitle">Jan 2024 - Present · Remote</p>
<p class="work-item-description">
• Made Tableau & PowerBI accelerators to fasten the standardisation of 700+ reports<br><br>
• Developed Tableau/Cognos to PowerBI migration Accelerators for planning & migration<br><br>
• Made a "What-if" simulator application using Python for F500 org<br><br>
• Worked on multiple RFP responses including architectural & solution designing<br><br>
• Worked on UI/UX revamping of 50+ Power BI reports for a fortune 500 client<br><br>
• Created a standardised theme to reduce the manual effort of formatting by 70%<br><br>
• Migrated 6 legacy microstrategy dashboards to Tableau<br><br>
• Created automation tool for Tableau dashboard documentation<br><br>
</div>
</div>
<div class="work-item">
<div class="work-item-circle">UG</div>
<div class="work-item-details">
<p class="work-item-title">Data Analyst @ Ugam</p>
<p class="work-item-subtitle">Mar 2021 - May 2022 · Mumbai</p>
<p class="work-item-description">
• Digitized and migrated unstructured data to cloud repository<br><br>
• Automated business processes using Excel, Python, GCP and Tableau<br><br>
• Built Tableau dashboards for functional departments<br><br>
• Integrated third party APIs into a single python script</p>
</div>
</div>
<div class="work-item">
<div class="work-item-circle">KM</div>
<div class="work-item-details">
<p class="work-item-title">Software Developer @ KheloMore</p>
<p class="work-item-subtitle">Jul 2020 - Mar 2021 · Mumbai</p>
<p class="work-item-description">
• Built Khelomore@Home platform for booking sports sessions<br><br>
• Streamlined vendor booking flow using rbc library<br><br>
• Developed Quizmore website for sports quizzes</p>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>