Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View Erfan-Abouei's full-sized avatar
🔝
Hard working . . .
🔝
Hard working . . .

Block or report Erfan-Abouei

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Erfan-Abouei/README.md
const userInfo: ErfanType = {
    userName: "Erfan Abouei",
    userAge: 17,
    userPosition: "MEVN | MERN Stack Developer",
    userSkills: ["Express.js", "Vue.js", "React.js", ...],
    getUserInfo() {
        return `${this.userName} is a ${this.userPosition}
        who is ${this.userAge} years old
        and skilled in: ${this.userSkills.join(', ')}.`;
    }
};

console.log(userInfo.getUserInfo());


The first time I touched the keyboard keys I was about 5 years old From there, my fate was determined with computers. Now I know more than a beginner, but I still can't call myself a perfect person because no one is perfect 😊


Connect Me

Pinned Loading

  1. Tarkhineh_Vue Tarkhineh_Vue Public

    A fully responsive and modern restaurant website template built with Vue.js, featuring elegant menu displays, reservation forms, customer testimonials, and smooth navigation for an exceptional user…

    Vue

  2. Kashkol_React Kashkol_React Public

    This repository contains the KashkolGold website, an online platform for browsing and purchasing gold and jewelry products. The website is designed to provide a modern, user-friendly, and secure sh…

    TypeScript

  3. Git_Commit_Generator Git_Commit_Generator Public

    This script automatically creates random Git commits for every day from a custom start date up to today. Great for filling your GitHub contribution graph for fun or testing!

    JavaScript 1

  4. Miora_Ecommerce Miora_Ecommerce Public

    Miora is an e-commerce backend built with Express, TypeScript, and Sequelize. It provides APIs for managing users, products, and orders with clean architecture and scalable modular design.

    TypeScript