Hey there! I'm Swaraj Puppalwar, a 17-year-old Full-Stack Developer with 2 years of hands-on development experience. I build scalable and efficient applications across web and mobile using modern tools and clean architecture. I'm also the Founder & CTO at Lioran Groups, focused on creating impactful, real-world solutions.
I love collaborating on open-source, experimenting with new system designs, and exploring the intersection of AI, Data Science, and AR/VR.
- π Build scalable web & mobile applications
- π§ Contribute to open-source projects
- π‘ Develop solutions in AI, Data Science, and next-gen tech
- π§ Architect clean, modern, performance-optimized systems
swaraj = {
"name": "Swaraj Puppalwar",
"age": 17,
"role": "Full-Stack Developer",
"experience": "2 Years",
"company": "Founder & CTO at Lioran Groups",
"skills": [
"Node.js", "Python", "React", "React Native", "Next.js",
"Data Science", "AI Engineering"
],
"interests": [
"Web Development", "Mobile Apps", "AI", "Data Science", "AR/VR"
]
}
def introduce(person):
print(f"Hello, I'm {person['name']}! I'm a {person['age']}-year-old {person['role']} with {person['experience']} of experience, currently serving as {person['company']}.")
introduce(swaraj){
"name": "Swaraj Puppalwar",
"age": 17,
"role": "Full-Stack Developer",
"experience": "2 Years",
"company": "Founder & CTO at Lioran Groups",
"skills": [
"Node.js",
"Python",
"React",
"React Native",
"Next.js",
"Data Science",
"AI Engineering"
],
"interests": [
"Web Development",
"Mobile Apps",
"AI",
"Data Science",
"AR/VR"
],
"portfolio": "https://ultron-the-ai.vercel.app/"
}