I am a developer 👨💻 with comprehensive experience 🌐 in various technologies ⚙️💻. My ability to work in diverse environments 🌍🌟 makes me a valuable asset 💡 for projects 🚀 that require a comprehensive and integrated approach 🤝🔗. I am committed 🔥 to delivering innovative 💡✨ and effective 🛠️✔️ solutions, contributing significantly 📊📈 to the success 🏆🎯 of each project I engage in. 👨🏽💻🎧🫰🏽
"Work hard in silence and let your success make the noise. - Dale Carnegie"
class Moser:
def __init__(self):
self.name = "Moser José"
self.role = "MSc in Computer Engineering"
self.profession = "Software Developer"
self.language_spoken = ["pt_PT", "en_US"]
self.location = "São Paulo, Brasil"
self.contact_info = {
"email": "[email protected]",
"linkedin": "https://linkedin.com/in/moserjose",
"website": "https://moserjose.com",
"tiktok": "https://www.tiktok.com/@moserjose",
"youtube": "https://www.youtube.com/@moserando",
"instagram": "https://www.instagram.com/@mosmmy",
"orcid": "https://orcid.org/0000-0002-9374-2091",
"lattes": "http://lattes.cnpq.br/7246763494110851"
}
self.hobbies= ["Reading", "Music"]
self.interests= ["Artificial Intelligence", "Software Architecture", "Open Source", "Game Development"]
self.sports = ["Football", "Basketball"]
self.tools = {
'programing_languages': [
"PHP", "Java", "HTML", "CSS", "Javascript", "Typescript", "Python", "SQL"],
'librires_and_framework': [
"Laravel", "Nodejs", "Bootstrap", "Tailwind CSS", "React", "React Native", "Express.js"
],
'database_and_cloud': [
"Heroku", "Vercel", "MongoDB", "MySQL", "Firebase"
]
'os': ["Windows", "Mac OS"]
}
def hi(self):
print("Thanks for visiting! I hope you find my profile engaging")
if __name__ == "__main__":
me = Moser()
me.hi()