Skip to content

Commit 8d5f2cb

Browse files
Update README.md
1 parent 2a768ef commit 8d5f2cb

File tree

1 file changed

+151
-53
lines changed

1 file changed

+151
-53
lines changed

README.md

Lines changed: 151 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,151 @@
1-
### Hi geeks 👋
2-
3-
<!--
4-
**atharva20-coder/atharva20-coder** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
5-
-->
6-
7-
I am Atharva Joshi. I am programming freak and have a strong media and communication proffesional with B-Tech in electrical engineering. Despite of my major in Electrical Engineering I have keen focus on computer's field. I am an experienced developer skilled in C, C++, Java, MySQL, Full Stack Development, MERN Stack, Javascript and its framework. My activites are much beyond my stream of education. ⚡ I am involved in a lot of hackathons which helped me building my community from scratch.
8-
9-
## 😄 Pronouns:
10-
11-
He/His
12-
13-
## 🌱 What do I do and What I have done?
14-
15-
- I write blogs and teach people coding.
16-
- Content creator at YouTube. Posts tutorial about programming.
17-
- Gardening is my hobby and programming is my passion.
18-
<br>
19-
<span>
20-
<img src = "https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)">
21-
<img src = "https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white">
22-
<img src = "https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black">
23-
<img src = "https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white">
24-
<img src = "https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white">
25-
<img src = "https://img.shields.io/badge/PHP-777BB4?style=for-the-badge&logo=php&logoColor=white">
26-
<img src = "https://img.shields.io/badge/MySQL-00000F?style=for-the-badge&logo=mysql&logoColor=white">
27-
<img src = "https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white">
28-
<img src = "https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white">
29-
<img src ="https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB">
30-
<img src ="https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node-dot-js&logoColor=white">
31-
<img src ="https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white">
32-
<img src ="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB">
33-
</span>
34-
35-
## ✨ One line that describes me best.
36-
I like everything I do to be well-organized.
37-
38-
## 🔭 I’m currently working on ...
39-
40-
A react native project
41-
42-
## 📫 How to reach me: ...
43-
44-
- [<img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white">](atharvajoshi131995@gmail.com)<br>
45-
- [<img src = "https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white">](https://discord.gg/WyxF8W97cD)<br>
46-
- [<img src = "https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white">](https://www.instagram.com/atharva20_coder/)<br>
47-
48-
- ![Atharva Joshi](https://atharvabullshit.vercel.app/)<br>
49-
- ![✍ Read my blogs](https://atharvabullshit.vercel.app/blogs-notes)<br>
50-
51-
### badges
52-
53-
[![@atharva20coder's Holopin board](https://holopin.me/atharva20coder)](https://holopin.io/@atharva20coder)
1+
import React from "react";
2+
3+
export default function ResumeWebsite() {
4+
return (
5+
<main className="min-h-screen bg-white text-gray-900 font-sans p-8">
6+
<section className="max-w-4xl mx-auto">
7+
<header className="text-center mb-8">
8+
<h1 className="text-4xl font-bold">Atharva Sandip Joshi</h1>
9+
<p className="mt-2">Mumbai, India · <a className="text-blue-600" href="mailto:atharvajoshi2520@gmail.com">atharvajoshi2520@gmail.com</a></p>
10+
<p>
11+
<a href="https://linkedin.com/in/atharva20" className="text-blue-600">LinkedIn</a> |
12+
<a href="https://github.com/atharva20-coder" className="text-blue-600"> GitHub</a>
13+
</p>
14+
</header>
15+
16+
<Section title="✨ Summary">
17+
<p>
18+
Engineer with a strong foundation in full-stack development, real-time embedded systems, and applied ML. Built and deployed tools in AI diagnostics, automation, and social media. Solved 255+ LeetCode problems and currently mentoring beginners via YouTube to clarify core DSA concepts.
19+
</p>
20+
</Section>
21+
22+
<Section title="💼 Experience">
23+
<Experience
24+
role="Web Developer"
25+
company="MechHelp, Nagpur"
26+
duration="Sept 2024 – March 2025"
27+
bullets={[
28+
"Developed and deployed the official company website with Firebase integration.",
29+
"Automated deployment workflows using Git and shell scripts, reducing manual updates by 80%."
30+
]}
31+
/>
32+
<Experience
33+
role="Research Intern"
34+
company="RCOEM, Nagpur"
35+
duration="Dec 2023 – May 2024"
36+
bullets={[
37+
"Built and deployed PyTorch-based leaf disease classifier with Django web UI.",
38+
"Achieved 94%+ classification accuracy using MobileNetV2 and real-time inference."
39+
]}
40+
/>
41+
</Section>
42+
43+
<Section title="💡 Skills">
44+
<Skill title="Languages" items={["Java", "Python", "C++", "SQL", "JavaScript"]} />
45+
<Skill title="Web/Backend" items={["Next.js", "Django", "Node.js", "Prisma", "Firebase"]} />
46+
<Skill title="AI/ML" items={["PyTorch", "TensorFlow", "Keras", "OpenCV"]} />
47+
<Skill title="Databases" items={["MySQL", "PostgreSQL", "Firebase"]} />
48+
<Skill title="Systems & Tools" items={["Embedded C", "Arduino", "Multithreading", "Git", "Docker"]} />
49+
</Section>
50+
51+
<Section title="📚 Projects">
52+
<Project
53+
title="Swoopin – AI-Powered Social Media Automation Tool"
54+
link="https://swoopin.vercel.app"
55+
bullets={[
56+
"Built a full-stack SaaS integrating OpenAI and Instagram APIs to automate content workflows.",
57+
"Integrated Stripe billing and caching to reduce latency by 40%."
58+
]}
59+
/>
60+
<Project
61+
title="CyberGrid Guardian – Real-Time Fault Monitoring"
62+
link="https://github.com/atharva20-coder/cyberGrid"
63+
bullets={[
64+
"Java Swing app to monitor SPI data from Arduino sensors and visualize anomalies.",
65+
"Stored logs in MySQL using JDBC and visualized via jFreeChart."
66+
]}
67+
/>
68+
<Project
69+
title="Apple Leaf Disease Classifier"
70+
link="https://colab.research.google.com/drive/172facR1dMm7p9kZMLFWLLiNpj-mZDgsh"
71+
bullets={[
72+
"Trained MobileNetV2 model for 94%+ accurate disease classification.",
73+
"Deployed with Django for real-time inference UI."
74+
]}
75+
/>
76+
<Project
77+
title="SolAlign – Solar Tilt Calculator"
78+
link="https://devatharvajoshi.vercel.app/solalign"
79+
bullets={[
80+
"Android app for computing solar panel tilt using GPS and seasonal factors.",
81+
"Used by field engineers in 4+ districts."
82+
]}
83+
/>
84+
</Section>
85+
86+
<Section title="🎓 Education">
87+
<p>
88+
<strong>B.Tech – Electrical Engineering</strong>
89+
<br/>Shri Ramdeobaba College of Engineering, Nagpur
90+
<br/>Graduated: May 2024 | CGPA: 9.66 / 10 (Dean’s Topper)
91+
</p>
92+
</Section>
93+
94+
<Section title="🏆 Achievements">
95+
<ul className="list-disc list-inside">
96+
<li>Solved 255+ LeetCode problems in Trees, Graphs, and DP.</li>
97+
<li>Created a YouTube channel teaching DSA to beginners.</li>
98+
<li>Dean’s Scholar 4 years in a row.</li>
99+
<li>Selected for state-level tech exhibitions (AI, automation).</li>
100+
</ul>
101+
</Section>
102+
103+
<Section title="📖 Certifications">
104+
<ul className="list-disc list-inside">
105+
<li>TensorFlow for Deep Learning – Google/Udacity</li>
106+
<li>Cloud App Dev with Node.js and React – IBM</li>
107+
<li>Data Analysis Fundamentals – LT EduTech</li>
108+
</ul>
109+
</Section>
110+
</section>
111+
</main>
112+
);
113+
}
114+
115+
function Section({ title, children }) {
116+
return (
117+
<div className="mb-8">
118+
<h2 className="text-xl font-semibold border-b border-gray-300 pb-1 mb-2">{title}</h2>
119+
{children}
120+
</div>
121+
);
122+
}
123+
124+
function Experience({ role, company, duration, bullets }) {
125+
return (
126+
<div className="mb-4">
127+
<h3 className="font-bold">{role} – {company}</h3>
128+
<p className="text-sm italic mb-1">{duration}</p>
129+
<ul className="list-disc list-inside text-sm">
130+
{bullets.map((b, i) => <li key={i}>{b}</li>)}
131+
</ul>
132+
</div>
133+
);
134+
}
135+
136+
function Skill({ title, items }) {
137+
return (
138+
<p><strong>{title}:</strong> {items.join(", ")}</p>
139+
);
140+
}
141+
142+
function Project({ title, link, bullets }) {
143+
return (
144+
<div className="mb-4">
145+
<a href={link} target="_blank" rel="noopener noreferrer" className="text-blue-600 font-bold">{title}</a>
146+
<ul className="list-disc list-inside text-sm">
147+
{bullets.map((b, i) => <li key={i}>{b}</li>)}
148+
</ul>
149+
</div>
150+
);
151+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy