Hey, Waseem here! 
- Full-Stack Web Development (MERN / Next.js)
- Generative AI Integrations
- DevOps & Cloud Automation
- Open Source Collaboration
class WhoAmI {
constructor() {
this.name = "Waseem Akram";
this.role = [
"💻 Software Engineer",
"🌐 Full-Stack Developer (MERN/Next.js)",
"🤖 Generative AI Explorer",
"⚙️ DevOps Engineer"
];
this.currentFocus = "🚀 DSA, System Design & Building Scalable Applications";
this.hobbies = [
"🛠 Creating side projects",
"📚 Learning & exploring new technologies",
"🌍 Contributing to Open Source",
"🎯 Continuous problem-solving"
];
}
getLocation() {
return "📍 Sargodha, Pakistan";
}
futureGoals() {
return [
"🤝 Contribute to impactful Open Source projects",
"🏗 Master System Design & Advanced DSA",
"🌎 Become a top Remote Full-Stack Engineer",
"🧑🏫 Share knowledge through tech content & mentoring"
];
}
introduce() {
return `Hi, I'm ${this.name}, a passionate ${this.role[1]} from ${this.getLocation()}.
My current focus is on ${this.currentFocus}. 🚀`;
}
}
const me = new WhoAmI();
console.log(me.introduce());- Building a full-featured MERN eCommerce platform (caching, payments, advanced APIs)
- Working on my portfolio with React
- Solving DSA problems & mastering system design
- Developing side projects like Logic-looper
- Exploring Next.js & Generative AI applications
My Resume- 💬 Ask me about MERN, DevOps, AI integrations, Linux, or System Design
- ⚡ Fun fact: I sometimes break code just to rebuild it cleaner!

