Zoe Sullivan - Freelance Web Developer
- 🔭 I’m currently working on ...A group project, a Photo Sharing Application utilizing Django with a Postgress Database
- 🌱 I’m currently learning ... DevOps Principles
- 🤔 I’m looking for help with ... Project Management
- 💬 Ask me about ... How to keep your kitchen knives sharp and home improvement topics
const zoe = () => {
const basic = {
pronouns: "she" || "they",
availableForHire: true,
openSourceContributor: true,
techCommunities: ["The Mycelium Network", "Systers", "Baddies in Tech"]
};
const knowledge = {
skills: ['Communication', 'Creative problem solving', 'Cool head in hot situations'],
os: ['Debian', 'Ubuntu', 'Mac'],
versionControl: 'Git',
languages: ['HTML5', 'CSS3', 'JavaScript', 'Markdown', 'YAML', 'TOML', 'Python', 'Shell Script', 'Lua'],
platformsLibraries: ['Django', 'ExpressJS', 'Node.JS', 'Nodemon', 'NPM', 'React'],
database: ['MYSQL', 'MongoDB', 'MariaDB'],
hosting: ['GH Pages', 'Heroku', 'Netlify'],
designPlanning: ['Canva', 'Figma', 'Adobe Creative Cloud', 'Gimp', 'InkScape', 'Trello'],
technologiesUsed: ['GitHub', 'AWS', 'Wordpress', 'Epic EMR']
};
return { basic, knowledge };
}