class AmaanMulla:
def __init__(self):
self.role = "Software Developer"
self.location = "Maharashtra, India"
self.work = "Rae Ai"
self.education = "Btech - Data Science <3"
self.interests = ["Software Development", "Python", "AI/ML"]
@property
def skills(self):
return {
"languages": ["Python", "JavaScript", "TypeScript", "SQL"],
"frontend": ["React", "Next.js", "Tailwind CSS", "HTML/CSS", "Bootstrap"],
"backend": ["Node.js", "Express.js", "Django", "REST APIs", "PostgreSQL", "MongoDB"],
"interests": ["AI/ML", "Web Dev", "Open Source", "Full Stack Development"]
}
def current_focus(self):
return "Building scalable web apps & exploring AI"
def life_motto(self):
return "Code. Learn. Repeat. π"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.