name:'Muhammad Awais Zeeshan',
skills:['React', 'NextJS', 'Vue', 'NuxtJS', 'Redux', 'Express', 'PostgreSQL', 'MongoDB', 'Docker', 'Digital Ocean', 'Firebase'],
hardWorker:true,
quickLearner:true,
problemSolver:true,
hireable:function() {
return(
this.hardWorker&&
this.problemSolver&&
this.skills.length>=5
);
};
};