π§ Full-Stack Developer | π AI-Enhanced Coder | π οΈ Problem Solver
π‘ Building robust applications with Python, Java, and web technologies
π± Currently mastering Flutter for cross-platform development
π§ Passionate about automation, AI integration, and clean code
π« Reach me at: junyappteam@gmail.com
- π 15+ repositories created and maintained
- β GitHub Profile Pro member
- π» 50+ commits (including private repos)
- π οΈ 5-14 issues resolved
- π Active since 2023
def showcase_projects():
projects = {
"Parlez Vous Studio": "AI-powered storytelling platform",
"GPA Calculator": "Academic performance tracker",
"Repeatedly Elastic": "Productivity enhancement tool"
}
for project, description in projects.items():
print(f"π {project}: {description}")
showcase_projects()