Olá✦✦✦✦Eu sou Marcio Lima | Cioli
Python 🚀 | Desenvolvedor Web 🔧 | Auditoria em Segurança e Ciber Segurança 💻✨
const profile = {
name: 'Marcio Lima | Cioli',
title: 'Backend Developer & Security Enthusiast',
skills: [
'React', 'NextJS', 'Python', 'Django',
'PostgreSql', 'AWS', 'Docker',
'GraphQL', 'Git', 'Linux',
],
hardWorker: true,
quickLearner: true,
problemSolver: true,
yearsOfExperience: 4,
hireable: function() {
return (
this.hardWorker &&
this.problemSolver &&
this.skills.length >= 5 &&
this.yearsOfExperience >= 3
);
}
};