english below
Esse sou eu, Jefferson Tafarel. Sou jornalista de formação e busco agora aprimorar minhas habilidades em programação, com foco em ciência de dados. No momento, estou 'namorando' meu interesse em ciência da computação também — números/matemática no geral me atraem bastante 😅. Curso Bacharelado em Tecnologia da Informação na UFRN, especificamente no Instituto Metrópole Digital (IMD).
#include <string>
struct jtfrl{
std::string learningLang, futureGoal, pronouns;
jtfrl(std::string llang, fgoal, prns) : learningLang(llang), futureGoal(fgoal), pronouns(prns) {}
};
int main(){
jtfrl data("c++", "Conseguir um estágio 🙏", "ele/dele");
return 0;
}
This is me, Jefferson Tafarel. I'm undergraduated in Journalism (so I'm a journalist) and now my goal is to upgrade my abilities in programming, focusing in data science. Currently, I have kinda of a 'crush' for computer science too — numbers/math in general interests me a lot 😅. I'm also an undergraduate in Information Tech at Federal Univ of Rio Grande do Norte (UFRN) in Brazil, more specifically at Metrópole Digital Institute (IMD). Even though Python is my favorite lang, C++ is little by little beckoning me. (see the code above).