-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (183 loc) · 5.06 KB
/
Copy pathindex.html
File metadata and controls
235 lines (183 loc) · 5.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arpeet Bhaisare | Portfolio</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #0078d4;
color: white;
padding: 2rem 1rem;
text-align: center;
}
section {
padding: 2rem 1rem;
max-width: 900px;
margin: auto;
}
h2 {
color: #0078d4;
border-bottom: 2px solid #0078d4;
padding-bottom: 0.25rem;
}
ul {
list-style: none;
padding: 0;
}
li {
margin-bottom: 0.5rem;
}
a {
color: #0078d4;
text-decoration: none;
}
footer {
text-align: center;
padding: 1rem;
background-color: #222;
color: white;
}
</style>
</head>
<body>
<header>
<img src="images/profile.jpg"
alt="Arpeet Bhaisare"
width="150">
<h1>Arpeet Ashok Bhaisare</h1>
<p>
Software Engineer |
SDET |
Cybersecurity Enthusiast
</p>
<a href="assets/resume.pdf" download>
Download Resume
</a>
</header>
<section>
<h2>About Me</h2>
<p>I am Arpeet Ashok Bhaisare, a B.Tech graduate in Electronics and Communication Engineering from IIIT Bhopal with certifications and experience in cybersecurity, data science, machine learning, and full-stack development. I have worked on IoT-based automation, software testing, and ML model deployment. My goal is to build secure and scalable systems that help solve real-world problems.</p>
</section>
<section>
<h2>Education</h2>
<p>
B.Tech in Electronics and Communication Engineering
from IIIT Bhopal
(CGPA: 6.53/10)
</p>
</section>
<section>
<h2>Certifications & Courses</h2>
<ul>
<li>Cybersecurity Operations Associate – Cisco Networking Academy</li>
<li>Electric Vehicle Design – IETE & Pantech eLearning</li>
<li>Data Science Internship – Exposys Data Labs</li>
<li>Basics of Machine Learning – UniAthena & Cambridge International Qualifications</li>
<li>Cloud Security Knowledge – Cloud Security Alliance</li>
<li>Introduction to AI – SkillUp by Simplilearn</li>
<li>Python Essentials – Cisco Networking Academy</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<div>
<h3>Diabetes Prediction Model</h3>
<p>
Machine Learning model for diabetes prediction.
</p>
<a href="https://github.com/Arpeet-Bhaisare/Diabetes-Prediction-Model">
View Project
</a>
</div>
</section>
</section>
<div>
<h3>CSV to JSON API</h3>
<p>
CSV to JSON API
</p>
<a href="https://github.com/Arpeet-Bhaisare/csv-to-json-postgres-api">
View Project
</a>
</div>
</section>
<section>
<div>
<h3>Cybersecurity Packet Visualizer</h3>
<p>
Visual tool to analyze packet flow and demonstrate common cyber threats.
</p>
<a href="https://github.com/Arpeet-Bhaisare/cybersecurity-packet-flow-visualization">
View Project
</a>
</div>
</section>
<section>
<div>
<h3>IoT Home Automation</h3>
<p>
Developed an IoT-based automation system using ESP32, integrated with Alexa and Google Assistant.
</p>
<a href=" ">
View Project
</a>
</div>
</section>
</section>
<div>
<h3>React-based To-Do App</h3>
<p>
Frontend project with CRUD operations and authentication system.
</p>
<a href=" ">
View Project
</a>
</div>
</section>
<section>
<h2>Experience</h2>
<ul>
<li><strong>Project Coordinator – IIIT Bhopal</strong> | May 2024</li>
<li><strong>Cyber Ops Associate – Cisco Networking Academy</strong> | June – July 2023</li>
<li><strong>EV Design Intern – IETE + Pantech</strong> | June – July 2023</li>
<li><strong>Data Science Intern – Exposys Data Labs</strong> | Sep – Oct 2022</li>
</ul>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>Languages: Python, C, C++, Java, SQL</li>
<li>Frameworks: Django, React, Node.js</li>
<li>Tools: Git, GitHub, VS Code, Postgres, Firebase</li>
<li>Other: CI/CD, Automation Testing, Cybersecurity, Machine Learning</li>
</ul>
</section>
<section>
<h2>GitHub Stats</h2>
<img
src="https://github-readme-stats.vercel.app/api?username=Arpeet-Bhaisare&show_icons=true">
</section>
<section>
<h2>Contact</h2>
<ul>
<li>📞 +91-7972723245</li>
<li>📧 <a href="mailto:arpeet.bhaisare@gmail.com">arpeet.bhaisare@gmail.com</a></li>
<li>🔗 <a href="https://www.linkedin.com/in/arpeet-bhaisare-a02a061ba" target="_blank">LinkedIn</a></li>
<li>🌐 <a href="https://github.com/Arpeet-Bhaisare" target="_blank">GitHub</a></li>
<li>📘 <a href="https://www.facebook.com/arpeet.bhaisare" target="_blank">Facebook</a></li>
<li>📸 <a href="https://www.instagram.com/arpeetbhaisare/profilecard/" target="_blank">Instagram</a></li>
</ul>
</section>
<footer>
© 2025 Arpeet Ashok Bhaisare. All rights reserved.
</footer>
</body>
</html>