Skip to content
View gerrronimo's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Tochka
  • Sochi, Russia

Block or report gerrronimo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
gerrronimo/README.md

Hey there ๐Ÿ‘‹

const Developer = {
  name: "Nikolay Chumakov",
  pronouns: "he/him/his",
  age: 22,
  company: "Sber",
  role: "Frontend engineer",
  location: "Kazan ๐Ÿ‡ท๐Ÿ‡บ",
  languages: ["ru_RU", "en_US"],
  main_skills: ["JavaScript", "TypeScript", "React"],
  
  sayHi: () => {
    console.log("Hey, thanks for dropping by, feel free to have a look at my work!");
  }
}

const me = new Developer();
me.sayHi();

Popular repositories Loading

  1. gerrronimo gerrronimo Public

    My profile description

  2. vscode vscode Public

    Forked from microsoft/vscode

    Visual Studio Code

    TypeScript