Skip to content

Itxxwasi/Itxxwasi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 

Repository files navigation

WASI-TECH

My card name

Connect With me:

WASI-TECH


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(
    "MR WASI",
    "Software Developer",
    ["JavaScript", "Python", "Web Development", "Data Analysis"],
    ["Open Source Contribution", "Machine Learning", "Gaming"]
);

myIntro.displayIntro();

🌐 Socials:

YouTube email

πŸ’» Tech Stack:

C# C C++ GraphQL Dgraph Java HTML5 TypeScript Python NodeJS Nodemon Bootstrap Chart.js jQuery ROS Nginx Apache Apache Airflow MySQL MongoDB MicrosoftSQLServer GitHub Testing-Library Puppeteer Selenium Godot Engine

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies


Acknowledgements

A huge thank you to the creators and communities of the technologies that power my current high-level development:

  • Node.js & Express – For providing the robust, scalable environment required for expert-level backend architecture.
  • MongoDB – For the flexible NoSQL database solutions that make managing complex data in WASI-MD-BOTZ seamless.
  • The Open Source Community – For the constant stream of knowledge that has helped me transition from a learner to an expert developer.
  • My Network – To everyone reaching out via Telegram for collaboration on security and hacking softwareβ€”your challenges keep me sharp.
  • WASI-MD-BOTZ Supporters – For being the best testing ground and motivation a developer could ask for.


WASI's WakaTime stats

WASI

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published