const professionalExperience = [
{
company: 'Nuexus Technologies',
position: 'Full Stack Developer',
duration: 'Sep 2024 - Present',
responsibilities: [
'Building web apps using modern tools like React and Next.js',
'Led the development of the company\'s official website',
'Implemented server-side rendering for enhanced SEO',
'Integrated a headless CMS for streamlined content management',
'Mentored junior developers'
],
achievements: [
'Significantly improved team productivity',
'Enhanced code quality'
]
},
{
company: 'Devsinz',
position: 'MERN Stack Intern',
duration: 'Aug 2024 - Sep 2024',
responsibilities: [
'Worked remotely to build a job portal using the MERN stack (MongoDB, Express.js, React, Node.js)',
'Created features for job listings, user profiles, and job applications'
],
skills_gained: [
'Learned how to work with a team online',
'Solved problems independently',
'Improved skills in building full-stack web apps',
'Enhanced proficiency in working with databases'
]
}
]
export default professionalExperience
Hmad Afzal