I'm a student at UCSB and a developer at several early-stage startups. I prefer the creativity and open-ended nature of frontend work, but I also love the backend. I have mainly been doing private projects, but I would love to get more involved in the Oopen source community going forward. Feel free to reach out to me about anything by email or here
const currentRoles:RoleMap = {
fwaygo: "Founding Engineer",
romeano: "Founding Engineer",
ucsb: "Student",
};
const contactInfo:ContactMap = {
email: "epletcher72@gmail.com",
};
const ethan: Developer = {
languages: ["Javascript", "Typescript", "HTML", "CSS", "Python", "Java", "C++"],
tools: ["React", "React Native", "Redux", "Node", "Github", "Git", "Vim", "Unix"
"Shell", "Anaconda", "Pandas", "Docker"],
focus: TechStack.FRONTEND,
currentRoles,
contactInfo,
socials: ["LinkedIn", ],
};
export default ethan;