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", "aws", "gcp", "devops"],
},
};"Living and Learning."

