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 My Resume
- π¬ Ask me about MERN, DevOps, AI integrations, Linux, or System Design
- β‘ Fun fact: I sometimes break code just to rebuild it cleaner!
