import { SoftwareEngineer } from '@fizasayyed';
class Bio extends SoftwareEngineer {
name = 'Fiza Sayyed';
title = 'Software Engineer';
location = 'Bangalore, India';
uptime = '24 yrs 0 months 2 days';
}
class CurrentlyLearning extends SoftwareEngineer {
current = ['Machine Learning with Python', 'Three.js', 'GSAP'];
}
class Skills extends SoftwareEngineer {
languages = ['JavaScript', 'Python'];
frontend = ['React', 'Next.js', 'HTML5', 'CSS3', 'Tailwind CSS', 'Bootstrap', 'GSAP', 'Three.js'];
backend = ['Node.js', 'Express'];
databases = ['MongoDB', 'MySQL'];
cloud = ['AWS'];
design = ['Blender'];
metaverse = ['Unreal Engine', 'Unity'];
blockchain = ['Solidity'];
}