- I’m currently learning Data Engineering, Data Science & Machine Learning.
- I like exploring AI / Quantum / Technology / History.
- Ask me about Philosophy, or Cooking.
- Fun fact: Bananas🍌 are berries, but strawberries🍓 aren’t! .
- I
regularlywrite articles on my blog. - Check out my resume.
// some tools and technologies i know (descriptive) ...
class Technologies extends Me {
const Stack = {
"ProgramingLanguages" : { "Python", "Javascript", "Java" },
"OtherLanguages" : { "HTML", "CSS", "Bash" },
"Database" : { "MySQL", "PostgreSQL", "Casandra", "MongoDB", "Oracle" },
"Editors" : { "Vscode" },
"Platforms" : { "Mac", "GNU/Linux", "Windows" },
"OtherTools" : { "Git", "GitHub" }
};
}