I have a great appreciation for the areas that involve the use of AI to perform tasks that were previously done by humans, and I seek to learn more and more about this huge universe. I always wanted to know how things were done and how they actually worked, since my childhood my motivation to learn about computing has always increased and I never imagined how complex it is to be a developer, today my knowledge is just a fragment of everything that I will learn in the future.
const alex = {
age: 22,
country: 'Brazil',
learning: [
'日本語 (Japanese Language)',
'Game Development (Unity/Unreal Engine)',
'A.I. (Artificial Intelligence)',
'Software Engineer'
],
education: [
{
period: '(2018 - 2020)',
university: 'ETEC de Guaianazes',
course: 'Computer Science Technician',
},
{
period: '(2021 - Current)',
university: 'Fatec Ipiranga – Pastor Enéas Tognini',
course: 'Big Data Technology for Business'
}
]
}