Full Stack Developer at Nutcache
const personalProfile = {
name: "Cristiano Soares",
age: 26,
location: "Brazil",
state: "Pernambuco",
city: "Recife",
};
const devProfile = {
skills: {
languages: [["JS", "TS"], "Java", "C#"],
web: ["HTML5", "CSS3", "Web Protocols", "API Rest", "Animations", ...others],
frameworksAndLibrarys: ["NextJS", "React Native", "ReactJS", "NodeJS", "GraphQL", ...others],
reactTools: ["Functions", "Hooks", "Redux", "Context API", "SSR", ...others],
databases: ["SQL", "NoSQL"],
},
};