Skip to content
View MHNahib's full-sized avatar
🤩
happy
🤩
happy
Block or Report

Block or report MHNahib

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

Typing SVG

Github Github Github Twitter

class About {
  constructor(name, social, language, frontend, backend, database) {
    this.name = name;
    this.social = social;
    this.language = language;
    this.frontend = frontend;
    this.backend = backend;
    this.database = database;
  }
}

const aboutMe = new About(
  "M. H. Nahib",
  [
    "mhnahib@gmail.com",
    "https://github.com/MHNahib",
    "https://www.facebook.com/profile.php?id=100017094937153",
    "https://www.instagram.com/m.h.nahib/"
  ],
  ["c", "c++", "java", "python", "js"],
  {
    js: ["react", "next.js"],
    css: ["bootstrap", "tailwindcss"]
  },
  {
    js: ["node", "express"],
    python: ["django"]
  },
  ["mysql", "mongodb"]
);

console.log(aboutMe);

💻 Follow Me ON:

M. H. Nahib Linkdein - M. H. Nahib Github- M. H. Nahib Telegram - M. H. Nahib Gmail - M. H. Nahib Facebook - M. H. Nahib

Here are some ideas to get you started:

  • 🔭 I’m currently working on Competitive Programming (CP)

  • 🌱 I’m currently learning Node.js & React

  • 👯 I’m looking to collaborate on any open source project

  • 🤔 I’m looking for help with ...

  • 💬 Ask me about anything related to tech

  • 📫 How to reach me: - Facebook, - Twitter, - Linkedin

  • 😄 Pronouns: ...

  • ⚡ Fun fact: I am not a robot !!!

Pinned

  1. bangladesh-postcodes-npm bangladesh-postcodes-npm Public

    A simple npm package to find the postcode and post office name of Bangladesh

    JavaScript

  2. smart-plant-monitoring-system smart-plant-monitoring-system Public

    Smart Plant Monitoring System is a telegram bot-based IoT system developed with ESP8266, soil moisture sensor, water pump, and many more.

    C++

  3. bd-phone-number-validator bd-phone-number-validator Public

    bd-phone-number-validator is a npm package designed to validate phone number of bangladesh. It can validates any Bangladeshi cell phone numbers and show all the information about the phone numbers …

    JavaScript 1

  4. ToneDown-vscode-theme ToneDown-vscode-theme Public

    Tone Down is a vscode theme designed specifically for dark mode lovers.