const nicolas = {
pronouns: "He" | "Him",
askMeAbout: ["web dev", "mobile dev", "tech"],
technologies: {
backEnd: ["node js", "nest js", "prisma", "spring boot", "hibernate"],
frontEnd: ["vue js", "react js"],
mobileApp: ["android", "react native"],
database: ["mysql", "postgresql"],
misc: ["docker", "google cloud"],
},
};
"Living and Learning."