const personalInformation = {
name: "Heber Alturria 👨🏻💻",
country: "Cordoba, Argentina 🧉",
education: [
{
level: "University",
title: "Computer Science Degree",
institute: "FAMAF, UNC",
startDate: "2020/02/01",
endDate: "Now",
completed: false,
},
{
level: "High school",
title: "Multimedia Arts",
institute: "IPETyM Nº61, El Pueblito",
startDate: "2013/03/01",
endDate: "2019/12/01",
completed: true,
},
],
interests: [
"Math",
"Databases",
"FrontEnd",
"BackEnd",
"Fullstack",
"Machine Learning",
"Programming Languages",
],
hobbies: ["Code", "Learn", "Anime", "Music", "Guitar", "Read"],
};
Highlights
- Pro
Popular repositories Loading
-
C
C PublicForked from TheAlgorithms/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
C 1
-
translated-content
translated-content PublicForked from mdn/translated-content
All translated MDN content in raw form
Markdown
-
-
JavaScript
JavaScript PublicForked from TheAlgorithms/JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
JavaScript
-
C-Plus-Plus
C-Plus-Plus PublicForked from TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
C++
-
If the problem persists, check the GitHub status page or contact support.