Front End Engineer II @ Amazon
A little more about me...
const alice = {
pronouns: "She" | "Her",
askMeAbout: ["web dev", "tech", "scuba diving", "cooking and baking"],
technologies: {
frontEnd: {
js: ["React", "jQuery", "Redux", "Material UI", "typescript"],
css: ["bootstrap", "SASS"],
testing: ["Cypress", "React testing library", "jest"],
cloud: ["AWS"]
},
backEnd: {
js: ["node"]
},
databases: ["mongo", "MSSQL"],
misc: ["Firebase"]
},
funFact: "I recieved a domain name as a Christmas gift."
};