Skip to content
View devxyasir's full-sized avatar

Block or report devxyasir

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
devxyasir/README.md

Muhammad-Yasir

Muhammad-Yasir

Connect With me:

DevxYasir


class Introduction {
    constructor(name, profession, skills, interests) {
        this.name = name;
        this.profession = profession;
        this.skills = skills;
        this.interests = interests;
    }

    displayIntro() {
        console.log(`Hello, my name is ${this.name}.`);
        console.log(`I am a ${this.profession}.`);
        console.log("Here are some of my skills:");
        this.skills.forEach(skill => console.log(`- ${skill}`));
        console.log("I am interested in:");
        this.interests.forEach(interest => console.log(`- ${interest}`));
    }
}

const myIntro = new Introduction(
    "devxyasir",
    "Data Scientist",
    ["JavaScript", "Python", "Web Development", "Data Analysis"],
    ["Open Source Contribution", "Machine Learning", "Gaming"]
);

myIntro.displayIntro();





Yasir

  • 🔭 I’m currently working on Email Marketing Software & Auto Ads Impression Bot
  • 🌱 I’m currently learning Python3
  • 👯 I’m looking to collaborate on Developing Hacking Software Programs
  • 💬 Ask me about Machine Learning, Deep learning, and AI related Problems.
  • 📫 How to reach me: UpworkEmail
  • ⚡ Fun fact: ...


Yasir's WakaTime stats

Yasir

Pinned Loading

  1. SignLanguageDetection Public

    Python 1

  2. Blockchain-Driven-Personal-Data-Vault Public

    JavaScript

  3. DigitoolDB Public

    🐍 A lightweight, NoSQL-style document database inspired by MongoDB — built from scratch in Python. Supports collections, CRUD operations, indexing, and JSON-based data storage.

    Python

  4. Fine-Tuning-Florence-2-on-a-License-Plate-Dataset-with-EasyOCR Public

    Jupyter Notebook

  5. devsecure Public

    TypeScript

  6. Licence-Plate-Detection-Recognition-with-TrOCR Public

    Jupyter Notebook