export const mySelf ={
nationality: "Vietnamese",
pronouns: "He" | "Him",
askMeAbout: [
"webdev", "reactjs dev", "front-end dev", "html",
"css", "javascript", "typescript", "graphql", "mysql", "mongodb", "nestjs", "expressjs", "golang"
],
technologies: {
frontEnd: {
js: ["react"],
css: ["antd", "bootstrap", ...]
},
backEnd: {
js: ["graphql", "express", "nest"],
etclang : ["golang"],
misc: ["windows", "ubuntu", "docker"]
},
databases: ["MySQL", "MongoDb"]
},
experience: "I have more than 3 years and work in software development."
};
⭐️ From @Cinny