Skip to content
View Erfan-Abouei's full-sized avatar
😊
Read a book Please
😊
Read a book Please

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 is supported. This note will only be visible to 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;
  focus: string[];
  summary(): string;
};

const user: User = {
  name: "Erfan Abouei",
  role: "CEO @ Kara | 17",
  focus: [
    "Backend Architecture", 
    "Clean Code", 
    "System Design"
  ],
  summary() {
    return `${this.name}${this.role}\nFocus: ${this.focus.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. Git_Commit_Generator Git_Commit_Generator Public archive

    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 3 1

  2. Kara_Platform Kara_Platform Public

    Kara is a technology brand founded by Erfan Abouei, dedicated to creating high‑quality cross‑platform applications. At Kara, we focus on building smart and efficient digital solutions that deliver …

    TypeScript 2