Full Stack Developer | AI/ML Engineer | Competitive Programmer
#!/usr/bin/env node
// about.js - Personal information module
const developer = {
name: "Manorath",
role: "Full Stack Developer & AI Engineer",
education: "B.Tech in CSE from IIIT Pune",
cgpa: "8.00",
summary: () => {
return "Passionate developer with expertise in building" +
" scalable applications and intelligent AI systems." +
" Solved 500+ problems across LeetCode, GFG, and CodeChef.";
},
interests: [
"Artificial Intelligence & Machine Learning",
"Full Stack Web Development",
"Competitive Programming",
"System Design & Architecture"
]
};
export default developer;
I'm always open to discussing new opportunities, interesting projects, or just having a chat about technology. Feel free to reach out through any of the channels below!