-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
322 lines (303 loc) · 11.4 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="CSS/style.css" />
<link rel="stylesheet" href="CSS/responsive.css" />
<title>PORTFOLIO SITE | Resume</title>
<link rel="shortcut icon" href="Images/resume.png" type="image/x-icon" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<!-- Header -->
<div class="container-fluid">
<div class="row mt-4">
<div class="col-9 col-sm-6">
<div id="header">
<span>
<a href="index.html">
<img id="header-logo" src="Images/resume.png" alt=""
/></a>
</span>
<span id="header-text1"> Chaitanya Katore</span>
<span id="header-text2"> Fresher Devloper</span>
</div>
</div>
<div class="col-3 col-sm-6">
<div class="nav-bar" id="mynav-bar">
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<a id="nav-contact" href="contact.html"> Contact </a>
<a id="nav-project" href="project.html"> Project </a>
<a id="nav-resume" href="resume.html"> Resume </a>
</div>
</div>
</div>
</div>
<!-- Resume -->
<div class="container">
<div id="resumetitle">
<h1>Resume</h1>
</div>
<div class="mt-5 mb-5">
<hr />
</div>
<div>
<div id="title">
<h1>Education</h1>
</div>
<div class="mt-4" id="education">
<div class="row">
<div class="col-sm-3">
<h6>FEB 2020 – JUN 2024</h6>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-7">
<h3>Bachelor of Engineerng</h3>
<h5>Sinhagad Institute of Technology,Lonavala</h5>
<p>
Pursuing Bachelor Of Engineering In Information Technology.
<br />
Aggregate CGPA is 8.91 <br />
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-sm-3">
<h6>JUN 2018 – FEB 2020</h6>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-7">
<h3>HSC</h3>
<h5>B.G.P. SAHYADRI JR. COLLEGE,SANGAMANER,MAHARASHTRA</h5>
<p>
H.S.C. passed with 65.85% in February-2020 (PUNE University).
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-sm-3">
<h6>APR 2017 – MAR 2018</h6>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-7">
<h3>SSC</h3>
<h5>B.G.P SAHYADRI VIDYALAY, SANGAMANER, MAHARASHTRA</h5>
<p>
S.S.C. passed with 88.40% in March-2018, (Mumbai University).
</p>
</div>
</div>
</div>
</div>
<div class="mt-5 mb-5">
<hr />
</div>
<div>
<div id="title">
<h1>Internship</h1>
</div>
<div class="mt-4" id="courses">
<div class="row">
<div class="col-sm-3">
<h6>Feb 2023 - present</h6>
<br/><br/><br/><br/><br/><br/><br/><br/><br/>
<h6>FEB 2023 - APR 2023</h6>
<br/><br/><br/><br/><br/><br/><br/><br/><br/>
<h6>NOV 2021 - DEC 2021</h6>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-7">
<h3>Software Development Engineer | Medoc Health Pvt. Ltd.</h3>
<p>
During my tenure, I collaborated closely with the DevOps team
to streamline the Dockerization process and ensure seamless
deployment of our code onto AWS EC2 instances. By implementing
efficient Docker containers, we enhanced the portability and
scalability of our applications, optimizing resource utilization
and facilitating rapid deployment across various environments.
Through this collaboration, I gained invaluable experience in
containerization technologies and cloud infrastructure management,
contributing to the successful delivery of our projects while adhering
to best practices in DevOps methodologies.
</p>
<h3>Software Developer Intern / SNDK Technologies Pvt. Ltd.</h3>
<p>
During my tenure with the startup, I collaborated with the frontend team to
develop a user-friendly website offering Puja Samgris to customers.
Utilizing React.js and Tailwind CSS, I crafted an intuitive user interface
that prioritized performance and enhanced user experience. Additionally, I
engaged in a churn prediction project, where I applied my expertise in machine
learning algorithms and Python libraries such as pandas, numpy, and sklearn.
This project demanded a deep understanding of the problem domain, coupled with
proficiency in SQL for data manipulation. Through these experiences, I honed my
skills in frontend development, data analysis, and predictive modeling,
contributing to the success and growth of the startup.
</p>
<h3>Data Scientist and analyst / Knowledge Solution India</h3>
<p>
During my internship with the data science team, I had the opportunity to
work on a sales prediction project that involved leveraging Python and
various machine learning libraries. My responsibilities included data
preprocessing, feature engineering, and model development to forecast sales
trends accurately. Additionally, I actively contributed to the implementation
of machine learning algorithms, such as regression and ensemble methods, to
optimize predictive performance. Through this experience, I gained practical
knowledge in data analysis, statistical modeling, and machine learning techniques,
while collaborating with cross-functional teams to deliver actionable insights
and drive informed decision-making processes. This internship not only enhanced
my technical skills but also provided valuable hands-on experience in real-world
data science applications within a dynamic and collaborative environment.
</p>
</div>
</div>
</div>
<hr />
</div>
<div>
<div id="title">
<h1>Skills</h1>
</div>
<div class="row mt-4" id="skills">
<div class="col-6">
<ul>
<li>JAVA (core)</li>
<li>Python</li>
<li>SQL</li>
<li>Git (Version Control)</li>
<li>Reactjs</li>
<li>Django</li>
<li>Express.js</li>
</ul>
</div>
<div class="col-6">
<ul>
<li>Frontend</li>
<li>Shell Scripting</li>
<li>JavaScript</li>
<li>Flask</li>
<li>Docker</li>
<li>Node.js</li>
<li>AWS</li>
</ul>
</div>
</div>
</div>
<div class="mt-5 mb-5">
<hr />
</div>
<div>
<div id="title">
<h1>Languages</h1>
</div>
<div class="row mt-4" id="language">
<div class="col-sm-6">
<ul>
<li>English</li>
<li>Hindi</li>
<li>Marathi</li>
</ul>
</div>
</div>
</div>
<div class="mt-5 mb-5">
<hr />
</div>
<div>
<div id="title">
<h1>Hobbies</h1>
</div>
<div class="row mt-4" id="hobbies">
<div>
<ul>
<li>Participating In Programming Contest</li>
<li>Playing Cricket</li>
<li>Love To Travel And Explore</li>
</ul>
</div>
</div>
</div>
<div class="mt-5 mb-5">
<hr />
</div>
<div>
<div class="mb-5" id="extraact">
<h1>Extracurricular activities</h1>
<h2 class="mt-2">Microsoft Student Ambassdor</h2>
<p class="mt-3">
As a Microsoft Student Ambassador, I represented Microsoft within
my academic community, promoting its technologies and initiatives
to fellow students and educators. Through workshops, events, and
collaborative projects, I encouraged innovation and skill development,
fostering a culture of learning and exploration. This role honed my
leadership and communication skills while deepening my understanding
of technology and its applications in education and beyond.
</p>
<h2 class="mt-2">CHIEF FINACIAL OFFICER (CFO) Of INFOSIT CLUB</h2>
<p class="mt-3">
Infosit club is on of the club of my college where we were
organizing special event such as teachers day, engineers day. Also
we are orginizing some of the tech talks and some webinar for great
networking with expert in their domain.
</p>
<br />
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid">
<div id="footerline">
<hr />
</div>
<div class="row" id="ftflex-container">
<div class="col-sm-3 col-12" id="item-phone">
<h1>Phone</h1>
<p>+91 7743880792</p>
</div>
<div class="col-sm-3 col-12" id="item-email">
<h1>Email</h1>
<p>[email protected]</p>
</div>
<div class="col-sm-3 col-12" id="item-socialm">
<h1>Follow Me</h1>
<a href="https://bit.ly/3duoDEJ" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i
></a>
<a href="https://github.com/chaitanyakatore" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a
href="https://twitter.com/ChaitanyaKatore?t=UYcP0YXSoIFdms5CiCz3jg&s=09"
target="_blank"
><i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</div>
<div class="col-sm-3 col-12" id="item-copyright">
<p>© 2023 By Chaitanya Katore <br /></p>
</div>
</div>
</div>
<script>
function myFunction() {
var x = document.getElementById("mynav-bar");
if (x.className === "nav-bar") {
x.className += " responsive";
} else {
x.className = "nav-bar";
}
}
</script>
</body>
</html>