I'm a Fullstack developer who is always learning. I have studied Hispanic Literature and Linguistics, Electric and Electronics Engineering at UNAM, and I specialized in Artificial Intelligence by myself. I love developing web and mobile apps.
-
📖 Currently, I'm working at Brita Inteligencia Artificial
-
👨💻 I also have a personal page! Why don't you take a look here? (Still under construction).
-
💡 I'm always willing to participate in new projects.
class Mauricio:
def __init__(self):
self.name = 'Mauricio Díaz'
self.age = 26
self.hobbies = [
'playing music',
'chatting',
'reading',
'play with friends',
'start new projects',
'learning',
'studying',
'going for a walk',
'programming!'
]
self.languages = {
'Spanish': 'native',
'English': 'advanced',
'German': 'intermediate,
'French': 'intermediate':,
'Japanese': 'beginner'
}
self.goals = (
'traveling',
'learn new technologies',
'learn new languages',
'learng new musical instruments',
'keep programing apps and AI'
)


