Skip to content
View aydope's full-sized avatar
🎯
Open to Remote Opportunities
🎯
Open to Remote Opportunities

Block or report aydope

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
aydope/README.md
const response = {
  statusCode: 201,
  success: true,
  data: {
    profile: {
      fullName: "Amin Sadeghi",
      username: "Aydope",
      dateOfBirth: "2006-06-01T00:00:00.000Z",
    },
    technicalSkills: {
      frontend: {
        languages: ["HTML5", "CSS3", "JavaScript", "TypeScript"],
        frameworks: [],
      },
      backend: {
        runtimes: ["Node.js"],
        frameworks: ["Express.js", "Nest.js"],
      },
      databases: ["MongoDB"],
      tools: ["Git", "REST APIs", "PWA", "WebSocket"],
    },
  },
  metadata: {
    lastModified: new Date().toISOString(),
    visibility: "public",
    apiVersion: "1.5.9",
  },
};

Typing SVG

I'm Amin, a web developer from Iran who loves coding and building cool things.

I'm a Junior developer in both Front-End and Back-End, though I have more experience in Back-End. I'm still building my Front-End skills and gaining experience every day. My focus is on continuous learning — and I truly love learning.

While I don't have professional work experience yet, I'm constantly improving myself through problem-solving and building personal projects. I focus on writing clean, structured, and maintainable code. Every project teaches me something new and brings me one step closer to being job-ready.

Let's connect on Discord if you're interested in collaborating on projects or discussing web dev.

You can also connect with me on local messaging apps:

Here are the technologies I work with:

My Skills

GitHub Streak

Snake

Discord
Website
Profile Views

Popular repositories Loading

  1. snakid snakid Public

    Snakid – Simple Snake Game

    JavaScript 1

  2. node-cli-http-server node-cli-http-server Public

    A clean and simple CLI tool to start, stop, and restart an HTTP server using Node.js.

    JavaScript 1

  3. aydope aydope Public

    This is my GitHub profile README

  4. aydope.github.io aydope.github.io Public

    My personal website

    CSS

  5. persian-todo persian-todo Public

    A Persian to-do app inspired by ancient Iranian themes.

    JavaScript

  6. passgen passgen Public

    A professional command-line tool for generating cryptographically secure passwords and evaluating their strength.

    JavaScript