const germanChrystan = {
pronouns: ["He" | "Him"],
technologies: {
languages: ["Go", "JavaScript", "TypeScript", "C#"],
frontEnd: {
frameworks: ["reactJs"],
css: ["bootstrap", "sass", "less"]
},
backEnd: ["ginGonic", "expressJs"],
databases: ["postgreSQL", "mongoDB", "mySQL"],
},
jobs: {
isEmployed: true,
workingAt: [
{
company: "Mercado Libre",
position: "Software Developer Analyst"
},
]
},
hobbies: {
[
"Game Development",
"Music",
"Reading"
]
}
};
𝗦𝘂𝗯𝗹𝗶𝗺𝗲 𝗧𝗲𝘅𝘁 𝟯 |
𝗚𝗶𝘁 |
𝗩𝗶𝘀𝘂𝗮𝗹 𝗦𝘁𝘂𝗱𝗶𝗼 𝗖𝗼𝗱𝗲 |