// Work Information
 
const PROFESSION = 'Full Stack Developer';
 
let employer = [
  'EtantraShala', // Intern at EtantraShala
  'MetaACE', // Product Development Intern at MetaACE
];
 
// Most important skills
let languages = ['JavaScript', 'React', 'Flask', 'Next.js', 'Java', 'Kotlin', 'C++', 'Python', 'R', 'MERN Stack'];
 
let frameworks = [
  'React',
  'Next.js',
  'Tailwind CSS',
  'Flutter', 
  'Firebase', 
  'Express.js', 
  'MongoDB', //Still Learning
  'Node.js' 
];
 
// Exporting data
export {
  PROFESSION,
  employer,
  languages,
  frameworks
};
 
// Work Information
 
const PROFESSION = 'Full Stack Developer';
 
let employer = [
  'EtantraShala', // Intern at EtantraShala
  'MetaACE', // Product Development Intern at MetaACE
];
 
// Most important skills
let languages = ['JavaScript', 'React', 'Flask', 'Next.js', 'Java', 'Kotlin', 'C++', 'Python', 'R', 'MERN Stack'];
 
let frameworks = [
  'React',
  'Next.js',
  'Tailwind CSS',
  'Flutter', 
  'Firebase', 
  'Express.js', 
  'MongoDB', //Still Learning
  'Node.js' 
];
 
// Exporting data
export {
  PROFESSION,
  employer,
  languages,
  frameworks
};