I was born on January 11, 2008, in the midst of the boom and one of the best moments of technological and human evolution. From a very young age, my curiosity drove me to discover how things worked, always keeping me closely linked to the world of technology and entrepreneurship.
I have always believed that everything you want to learn you can do by yourself. I am passionate about developing projects, seeing how they evolve and how people take advantage of them. I enjoy creating systems that make life easier and provide practical solutions, taking advantage of each challenge as an opportunity to grow and transform ideas into concrete realities.
class WhoAmI:
user = 'Leo Freyre'
current_learning = ["AWS", "Node JS", "Postgre SQL"]
hobbies = [
'Gym',
'Piano',
'Read',
'Learn Russian',
'Learn Estonian'
]
def getCity(self):
return 'Dubai'
def Projects(self):
projects = [
'Building a personal website with AWS and Node.js',
'Mastering Estonian language skills',
'Composing and recording piano music',
'Reading and studying new books on technology and personal growth'
]
return projects