Hey there! I'm Swaraj Puppalwar, a 16-year-old Full-Stack Developer passionate about crafting scalable and efficient applications. I specialize in Node.js, Python, React, and React Native, building web and mobile solutions that make an impact. With a strong foundation in software development, I'm always exploring new technologies and collaborating on exciting projects.
- 🌍 Building scalable web & mobile applications.
- 🔧 Contributing to open-source projects.
- 💡 Exploring AR/VR development & AI-driven solutions.
📩 Let's collaborate and build something amazing! 🚀
swaraj = {
"name": "Swaraj Puppalwar",
"age": 16,
"role": "Full-Stack Developer",
"skills": ["Node.js", "Python", "React", "React Native", "Next.js"],
"interests": ["Web Development", "Mobile Apps", "AR/VR", "AI"]
}
def introduce(person):
print(f"Hello, I'm {person['name']}! I'm a {person['age']}-year-old {person['role']} passionate about {', '.join(person['interests'])}.")
introduce(swaraj)
{
"name": "Swaraj Puppalwar",
"age": 16,
"role": "Full-Stack Developer",
"skills": ["Node.js", "Python", "React", "React Native", "Next.js"],
"interests": ["Web Development", "Mobile Apps", "AR/VR", "AI"]
}