class EldhoPaulose:
def __init__(self):
self.pronouns = "he" or "him"
self.name = "Eldho Paulose"
self.username = "eldhopaulose"
self.location = "Ernakulam, Kerala"
self.twitter = "eldhopaulose025"
self.linkedin = "eldho-paulose-8b7b10190"
self.instagram = "eldhopaulo"
self.web = "eldhopaulose.info"
self.contact = ["[email protected]"]
self.portfolio = ["https://github.com/eldhopaulose"]
self.workingOn = [
"As a full-stack developer, I specialize in creating robust and efficient applications using a modern tech stack.
With expertise in Flutter for cross-platform mobile app development,
Go for building scalable and high-performance backend services,
and Node.js with TypeScript for dynamic and secure web applications,
I can deliver end-to-end solutions that seamlessly integrate front-end and back-end components."
]
self.learning = [
"Flutter", "Dart", "Flutter_Bloc", "Riverpod", "Get X", "HTML5",
"CSS3", "JavaScript", "Git", "Node.js", "Firebase", "React",
"Tailwind CSS", "Express", "TypeScript", "Go", "MongoDB",
"PostgreSQL", "AWS", "Python", "C"
]
self.hobbies = {
"major": {
"indoor": ["reading", "playing","watching animes", "gaming"],
"outdoor": ["traveling"],
},
"funFact": {
"secret": ["I freaking love music"],
},
}
def __str__(self):
return self.name
if __name__ == "__main__":
me = EldhoPaulose()
def credit():
print("Made with β€οΈ by Eldho Paulose")
print("Last Updated: 20-05-2024")
if __name__ == "__main__":
credit()