"The force of technology flows through everything we build."
class JoaoOliveira:
def __init__(self):
self.name = "João Angelo R. Oliveira"
self.location = "Cuiabá, Mato Grosso, Brazil"
self.education = "Computer Engineering @ IFMT"
self.curiosity = "I've always dismantled my toys to see what gave them life"
def current_focus(self):
return ["AI", "Web Full Stack"]
def looking_for(self):
return ["Web Full Stack", "IA"]
def fun_fact(self):
return "May the force be with you! 🌌"

