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
type User = {
  name: string;
  role: string;
  skills: string[];
  summary(): string;
};

const user: User = {
  name: "Erfan Abouei",
  role: "Backend Developer",
  skills: ["Node.js", "TypeScript", "Express", "NestJS", "PostgreSQL", "Redis", "..."],

  summary() {
    return `${this.name}${this.role}\nSkills: ${this.skills.join(", ")}`;
  }
};

console.log(user.summary());


I started working with computers at an early age, which led me to pursue backend development. I focus on understanding systems, writing reliable code, and continuously improving—because in backend engineering, learning never stops.

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 1

  2. 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 1

  3. 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 2

  4. Personal_Website Personal_Website Public

    This repository contains the source code and assets for my personal website. It serves as a portfolio to showcase my skills, projects, and professional experiences. The website is built using moder…

    TypeScript 1