Hello there 👋, My name's Samuel I'm a programmer just for hobbie. I'm currently studing a degree in mathematics at UNEAL (University of Alagoas) and tecnical degree in Electro-eletronics at IFAL (Federal Institute of education, science and technology of Alagoas) and someday I'd like to be a teacher of math and robotics. In my Github profile I publish my projects that I hope useful for everyone and I make everything here as my personal portfolio.
workingInCompanny: bool = True
whichCompanny: str = 'PopularAlimentos'
OcuppationInCompanny: str = 'I.T. Assistent'
country: str = 'Brazil'
state: str = 'Alagoas'
age: int = 20
myMainPage: str = 'https://samuel-de-oliveira.github.io'
languages: dict = {
'Portuguese': 'Native language',
'English': 'Intermediate',
'French': 'Learning...'
}
local contact = {}
-- Send me a email:
function contact.email()
local email = {
to = '[email protected]',
title = 'I saw your Github profile'
}
return email
end
-- My LinkedIn profile
function contact.linkedin()
return 'https://www.linkedin.com/in/samuel-de-oliveira-b10284203/'
end
return contact