Skip to content
View gusram01's full-sized avatar

Highlights

  • Pro

Block or report gusram01

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
gusram01/README.md

Hello there 👋

visitors

class Me {
  readonly #name: string;
  readonly #spokenLanguages: string[] = [];
  #role: string;

  constructor(
    name: string,
    role: string,
    spokenLanguages = ['es', 'en']
  ){
    this.#name = name;
    this.#spokenLanguages = this.#spokenLanguages
      .splice(this.#spokenLanguages.length, 0, ...spokenLanguages);
  }

  sayHi(): void {
    console.log('Thanks for dropping by, hope you find some of my work interesting :nerd_face: :thought_balloon:')
  }
}

const Gus = new Me('Gus Ramírez', 'Frontend Engineer');

Gus.sayHi();

Technologies

Programming Languages

Typescript

Go

Javascript

Frontend Frameworks

Angular

Vue

React

Svelte

Backend Frameworks

Express

Fiber

Popular repositories Loading

  1. my-portfolio-v4 my-portfolio-v4 Public

    gus portfolio resume

    CSS 1

  2. aplicacion-clima aplicacion-clima Public

    app clima generada en el curso de Node

    JavaScript

  3. apiclients apiclients Public archive

    API for manage carsales/clients

    TypeScript

  4. project-videos project-videos Public

    basic app for find info movies on API-omDB

    TypeScript

  5. clock clock Public

    basic clock

    CSS

  6. games games Public

    games section for personal portfolio

    CSS