I'm a fullstack developer who is passionate about making functional and good looking webs.
const matias = {
pronouns: "He" | "Him",
askMeAbout: ["web dev", "tech", "game"],
technologies: {
frontEnd: {
js: ["React","Redux"],
css: ["Styled-components", "Css", "Less"]
},
backEnd: ["NodeJS", "Express"],
databases: ["PostgreSql"],
}
};