Skip to content
View Wcoder547's full-sized avatar
πŸ’­
Working on a project, responses may be delayed.
πŸ’­
Working on a project, responses may be delayed.

Block or report Wcoder547

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wcoder547/README.md

Welcome to my corner of the Digital World 🌍

Linkedin Badge
Gmail Badge
Portfolio

Wcoder547

"Code is like humor. When you have to explain it, it’s bad." πŸ˜‰

πŸ’» Technologies I Love

  • Full-Stack Web Development (MERN / Next.js)
  • Generative AI Integrations
  • DevOps & Cloud Automation
  • Open Source Collaboration

Top Langs


πŸ›  Programming Languages & Tools


πŸ‘¨β€πŸ’» Who am I?

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());

πŸ”­ Current Works

  • 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

πŸ“„ Other Stuff

  • :octocat: My Resume
  • πŸ’¬ Ask me about MERN, DevOps, AI integrations, Linux, or System Design
  • ⚑ Fun fact: I sometimes break code just to rebuild it cleaner!

Waseem's github stats


πŸ‘‰ Contacts

Gmail Badge

🌐 Portfolio πŸ”— LinkedIn

Popular repositories Loading

  1. WaseemMalik-portfolio WaseemMalik-portfolio Public

    This is the personal portfolio of Waseem Malik, built using pure HTML and CSS to showcase projects, skills, and professional background in a clean and responsive layout. Ideal for demonstrating fro…

    HTML

  2. Javascript Javascript Public

    Your JavaScript journey repository: a digital sanctuary guiding learners from basics to mastery. Clear explanations, hands-on exercises, vibrant community collaboration. Become a skilled developer …

    JavaScript

  3. typeScript typeScript Public

    A complete, beginner-to-advanced TypeScript learning repository covering core concepts, real-world examples, and best practices. Perfect for JavaScript developers transitioning to TypeScript or any…

    TypeScript

  4. React React Public

    This repository is a complete React learning guide from beginner to advanced level. It covers core concepts, hooks, routing, state management, and real-world projects. Ideal for students, junior de…

    JavaScript

  5. js_backend js_backend Public

    This repository focuses on JavaScript backend development using Node.js and Express.js, covering REST APIs, middleware, authentication, file uploads, and modular architecture. Ideal for developers …

    JavaScript

  6. Js_interview-Qs-solved Js_interview-Qs-solved Public

    This repository contains JavaScript interview questions with detailed solutions, covering topics like closures, hoisting, async/await, promises, prototypes, and more. Perfect for freshers and exper…

    JavaScript