Clean Code
Welcome To My Universe

Maintainable
I'm Mohammed Junaith
Scalable
Get Resume
const profile = {
name: 'Mohammed Junaith',
title: 'React & Next Js Developer| Web Developer| Frontend Developer| Full Stack Developer| Java DSA Practitioner',
skills: ['Next Js', 'React JS', 'Redux', 'Next Js API Route', 'Next Auth', 'Mongo DB', 'Java', 'JavaScript', 'Langchain', 'Langgraph', 'HTML5', 'Tailwind CSS', 'DSA Leaner', 'AI Implementation & intraction', 'Postman', 'Git'],
hardWorker: true,
quickLearner: true,
problemSolver: true,
yearsOfExperience: 1.2,
hireable: function() {
return (
this.hardWorker &&
this.problemSolver &&
this.skills.length >= 5 &&
this.yearsOfExperience >= 1
);
}
};