Software developer working with key JavaScript technologies to create high-quality and user-friendly applications.
export default () => ({
askMeAbout: [
"webdev", "tech", "music",
"algorithms", "football"
],
technologies: {
frontEnd: {
js: ["react", "nextjs", "typescript"],
css: ["styled-components", "tailwind", "sass"]
},
backEnd: {
js: ["node", "express", "koa"],
misc: ["graphql", "apollo"]
},
languages: ["javascript", "typescript", "rust"],
testing: ["jest", "chai", "cypress", "jasmine"],
databases: ["mongo", "postgresql"]
},
currentlyLearning: ["rust", "remix"]
});