Skip to content
View nourpasuony's full-sized avatar
  • Cairo, Egypt

Block or report nourpasuony

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.

Content in all repositories owned by your account will be closed.
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
Nourpasuony/README.md

Hi, I'm Nour mohamed a Software Developer Nodejs

import { Injectable } from '@nestjs/common';

@Injectable()
export class DeveloperService {
  private readonly username = 'Nour';
  private readonly name = 'Nour mohamed';
  private readonly position = 'Software Developer Nodejs';

  private readonly cv =
    'Nour mohamed CV: https://drive.google.com/file/d/15223Ou80s5kMCbjva5Gfk3R7Pf2JWj1I/view?usp=sharing';

  private readonly skills = {
    backend: ['Nodejs', 'Nestjs', 'Expressjs', 'PHP'],
    database: ['PostgreSQL', 'MySQL', 'MongoDB', 'Redis'],
    devops: ['Docker', 'GitHub Actions', 'Linux'],
    frontend: ['HTML','CSS','JavaScript','ReactJS','Redux','Material UI','Tailwind CSS','Bootstrap'],
    tools: ['Git', 'GitHub', 'VS Code', 'Nginx'],
    misc: ['SOLID', 'gRPC'],
  };

  private readonly architecture = ['MVC','Layered','Microservices'];

  toString(): string {
    return `${this.name} | ${this.position}`;
  }

  getPortfolio() {
    return {
      identity: {
        username: this.username,
        name: this.name,
        position: this.position,
      },
      cv: this.cv,
      skills: this.skills,
      architecture: this.architecture,
    };
  }
}

const me = new DeveloperService();

console.log(JSON.stringify(me.getPortfolio(), null, 2));

Get in touch

Popular repositories Loading

  1. Nourpasuony Nourpasuony Public

  2. Redirection_Url Redirection_Url Public

    PHP

  3. Backend_Twasual Backend_Twasual Public

    JavaScript

  4. car-accessories-summary car-accessories-summary Public

  5. Privacy-Policy Privacy-Policy Public

    HTML

  6. demo-furniture-landing-page demo-furniture-landing-page Public

    JavaScript