-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
345 lines (318 loc) · 13.9 KB
/
experience.html
File metadata and controls
345 lines (318 loc) · 13.9 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
<!doctype html>
<!--
Copyright (c) 2025 Dhanesh B.B. All Rights Reserved.
Portfolio Website - Experience Page
Unauthorized copying or distribution is prohibited.
https://dhaneshbb.github.io
-->
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="media/favicon.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=1024" />
<title>Experience - Dhanesh B.B. | Data Scientist</title>
<meta
name="description"
content="Professional experience of Dhanesh B.B. in data science, analytics, and business coordination roles."
/>
<meta name="author" content="Dhanesh B.B." />
<meta name="copyright" content="Copyright 2025 Dhanesh B.B. All rights reserved." />
<meta name="robots" content="index, follow" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/main.css" />
<!-- Theme initialization - must run before page render to prevent flash -->
<script src="scripts/core/theme-init.js"></script>
</head>
<body>
<!-- Navigation -->
<div id="nav-placeholder"></div>
<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1 class="page-title fade-in">Professional Experience</h1>
<p class="page-subtitle fade-in fade-in-delay-1">
My Journey in Data Science & Analytics Excellence
</p>
</div>
</section>
<!-- Career Summary -->
<section class="career-summary">
<div class="container">
<div class="philosophy-quote fade-in fade-in-delay-2">
<div class="quote-background-gradient"></div>
<blockquote class="quote-blockquote">
Data Science professional with hands-on experience in machine learning, data analysis,
and statistical modeling. Completed a 6-month Data Science internship at Rubixe working
on POC projects and client assignments, building on 11 months of operational experience
at Aditya Birla Fashion & Retail Ltd. (Pantaloons) and a Master's in Economics.
</blockquote>
<div class="quote-mark">"</div>
</div>
</div>
</section>
<!-- Experience Timeline -->
<section class="experience-section">
<div class="container">
<h2 class="section-title">Career Timeline</h2>
<div class="experience-timeline">
<div class="timeline-line"></div>
<!-- Rubixe - Data Science Consultant Intern -->
<div class="experience-item" data-animation="left">
<div class="experience-marker"></div>
<div class="experience-content">
<div class="company-logo-top">
<img src="media/logos/companies/rubixe-logo.png" alt="Rubixe Logo" loading="lazy" />
</div>
<h3 class="job-title">Data Science Consultant Intern</h3>
<div class="company-name">
Rubixe (Think Ahead Innovations Private Limited)
</div>
<div class="job-duration">September 2024 - March 2025 (6 months)</div>
<div class="job-location">Bangalore, India</div>
<div class="job-description">
Completed a 6-month Data Science internship, working on proof-of-concept (POC)
projects and handling client assignments across data analysis, machine learning,
and visualization. Balanced theoretical understanding with practical application
of data science concepts.
</div>
<ul class="achievements">
<li>
Demonstrated dedication and enthusiasm in Data Science concepts
</li>
<li>
Worked on various POC (Proof of Concept) projects, translating data science
theory into practical solutions
</li>
<li>
Handled client assignments across data analysis, ML, and visualization
</li>
<li>
Garnered appreciation from project teams and clients
</li>
</ul>
<div class="skills-used">
<h6>Technologies & Skills Applied</h6>
<div class="skill-tags">
<span class="skill-tag">Python</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">Machine Learning</span>
<span class="skill-tag">Data Analysis</span>
<span class="skill-tag">Data Visualization</span>
<span class="skill-tag">Statistical Analysis</span>
<span class="skill-tag">Data Cleaning</span>
<span class="skill-tag">POC Development</span>
<span class="skill-tag">Client Communication</span>
<span class="skill-tag">Proactive Learning</span>
</div>
</div>
</div>
</div>
<!-- Pantaloons - Coordinator -->
<div class="experience-item" data-animation="right">
<div class="experience-marker"></div>
<div class="experience-content">
<div class="company-logo-top">
<img
src="media/logos/companies/abfrl-logo.png"
alt="Aditya Birla Fashion & Retail Logo"
loading="lazy"
/>
</div>
<h3 class="job-title">Coordinator</h3>
<div class="company-name">
Aditya Birla Fashion & Retail Limited - Pantaloons
</div>
<div class="job-duration">April 2022 - March 2023 (11 months)</div>
<div class="job-location">Bangalore, India</div>
<div class="job-description">
Worked as a Coordinator in the Cashier department at Pantaloons, handling
transaction processing, cash management, and daily retail operations.
Recognized for hardworking, dedicated & sincere conduct.
</div>
<ul class="achievements">
<li>
Managed POS systems and transaction processing in a fast-paced
retail environment
</li>
<li>
Handled cash management and inventory coordination with attention
to detail
</li>
<li>
Recognized for hardworking, dedicated & sincere conduct throughout
the tenure
</li>
</ul>
<div class="skills-used">
<h6>Technologies & Skills Applied</h6>
<div class="skill-tags">
<span class="skill-tag">POS Systems</span>
<span class="skill-tag">Cash Handling</span>
<span class="skill-tag">Transaction Processing</span>
<span class="skill-tag">Inventory Management</span>
<span class="skill-tag">Retail Operations</span>
<span class="skill-tag">Customer Service</span>
<span class="skill-tag">Communication</span>
<span class="skill-tag">Time Management</span>
<span class="skill-tag">Teamwork</span>
<span class="skill-tag">Attention to Detail</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Career Journey Section -->
<section class="career-journey">
<div class="container">
<h2 class="section-title">Career Evolution & Growth</h2>
<p class="section-subtitle">
From economics education to retail operations to data science practice
</p>
<div class="career-grid">
<!-- Academic Foundation Card -->
<div class="career-card" data-animation="left">
<div class="career-icon">
<i class="fas fa-graduation-cap"></i>
</div>
<h3 class="career-title">Academic Foundation</h3>
<p class="career-description">
<span class="highlight-text">MA Economics</span> (CGPA 7.15, Grade A) and
<span class="highlight-text">BA</span> (CGPA 7.36, First Class Distinction) from
Bangalore University. Studied econometrics, statistical methods, and research
methodology — building the analytical base for data science.
</p>
</div>
<!-- Retail Operations Card -->
<div class="career-card" data-animation="top">
<div class="career-icon">
<i class="fas fa-briefcase"></i>
</div>
<h3 class="career-title">Retail Operations</h3>
<p class="career-description">
11 months as Coordinator in the Cashier department at
<span class="highlight-text">Pantaloons (ABFRL)</span>, handling POS systems,
transaction processing, and inventory management. Recognized for
<span class="highlight-text">hardworking, dedicated & sincere conduct</span>.
</p>
</div>
<!-- Data Science Practice Card -->
<div class="career-card" data-animation="right">
<div class="career-icon">
<i class="fas fa-rocket"></i>
</div>
<h3 class="career-title">Data Science Practice</h3>
<p class="career-description">
6-month internship at <span class="highlight-text">Rubixe</span> working on
POC projects and client assignments. Alongside
<span class="highlight-text">3 professional certifications</span> and 15 self-built
projects spanning ML, desktop apps, and CLI tools.
</p>
</div>
</div>
</div>
</section>
<!-- Skills Development -->
<section class="skills-development">
<div class="container">
<h2 class="section-title">Professional Skills Development</h2>
<p class="section-subtitle">
Skills gained through work experience, training, and self-built projects
</p>
<div class="skillset-two-column">
<div class="skillset-column" data-animation="left">
<div class="skill-category">
<h4>
<span class="skill-category-icon">
<i class="fas fa-brain"></i>
</span>
Data Science — Rubixe
</h4>
<div class="skill-tags">
<span class="skill-tag">Python</span>
<span class="skill-tag">SQL</span>
<span class="skill-tag">Machine Learning</span>
<span class="skill-tag">Data Analysis</span>
<span class="skill-tag">Statistical Analysis</span>
<span class="skill-tag">Data Visualization</span>
<span class="skill-tag">Data Cleaning</span>
<span class="skill-tag">POC Development</span>
</div>
</div>
<div class="skill-category">
<h4>
<span class="skill-category-icon">
<i class="fas fa-store"></i>
</span>
Retail Operations — Pantaloons
</h4>
<div class="skill-tags">
<span class="skill-tag">POS Systems</span>
<span class="skill-tag">Cash Handling</span>
<span class="skill-tag">Transaction Processing</span>
<span class="skill-tag">Basic Mathematics</span>
<span class="skill-tag">Inventory Management</span>
<span class="skill-tag">Retail Operations</span>
</div>
</div>
</div>
<div class="skillset-column" data-animation="right">
<div class="skill-category">
<h4>
<span class="skill-category-icon">
<i class="fas fa-comments"></i>
</span>
Communication & Collaboration
</h4>
<div class="skill-tags">
<span class="skill-tag">Client Communication</span>
<span class="skill-tag">Presentation Skills</span>
<span class="skill-tag">Customer Service</span>
<span class="skill-tag">Communication</span>
<span class="skill-tag">Teamwork</span>
</div>
</div>
<div class="skill-category">
<h4>
<span class="skill-category-icon">
<i class="fas fa-user-check"></i>
</span>
Professional Qualities
</h4>
<div class="skill-tags">
<span class="skill-tag">Problem Solving</span>
<span class="skill-tag">Proactive Learning</span>
<span class="skill-tag">Patience</span>
<span class="skill-tag">Time Management</span>
<span class="skill-tag">Attention to Detail</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer-placeholder"></div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZYLYR0091"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JavaScript -->
<script type="module" src="scripts/main.js"></script>
</body>
</html>