Skip to content
View Dmitry-Karas's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»
  • maybe.works
  • Kharkiv, UA
Block or Report

Block or report Dmitry-Karas

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

Hey friend! My name's Dima

...but friends call me for a beer 🍺 πŸ™„

About πŸ‘‰πŸ‘ˆ


class FrontEndDeveloper {
  constructor(name) {
    this.name = name;
  }

  sayHi() {
    console.log(`Hey friend, I'm ${this.name}. Nice to meet you!`);
  }
}

const DmitryKaras = new FrontEndDeveloper("Dmitry Karas");

const techStack = [
  "HTML",
  "CSS",
  "SASS",
  "JavaScript",
  "React",
  "React Router",
  "Redux",
  "Redux Toolkit",
  "Emotion",
  "Webpack",
  "Parcel",
  "Axios",
  "Firebase",
  "Handlebars",
  "Git",
  "NPM",
  "VS Code",
  "Figma"
];

const softSkills = [
  "Teamwork",
  "Collaboration",
  "Communication",
  "Responsibility",
  "Willingness to learn",
  "Emotional intelligence",
  "Friendliness",
  "Problem solving"
];

const interests = [
  "Mountain bike",
  "Fast cars",
  "Loud music",
  "Fantastic movies",
  "Acoustic guitar",
  "Pretty girls",
  "Cold beer"
];

const contacts = {
  phone: "+38(068)511 56 96",
  email: "dmitrythekaras@gmail.com",
  telegram: "@the_karas",
  linkedIn: "linkedin.com/in/dmitry-karas/"
};

DmitryKaras.about = {
  techStack: [...techStack],
  softSkills: [...softSkills],
  interests: [...interests]
};

DmitryKaras.contacts = { ...contacts };

DmitryKaras.sayHi();

Stats πŸ‘¨β€πŸ’»


Social πŸ™„



Try to find the easter egg on the page! πŸ₯š πŸ‡

tip: cold 'n foamy πŸ˜‰


Pinned

  1. front-end__division--filmoteka front-end__division--filmoteka Public

    JavaScript 1 1

  2. front-end__division--HellEN front-end__division--HellEN Public

    Forked from goitacademy/parcel-project-template

    SCSS 1

  3. WebStudio WebStudio Public

    HTML 1

  4. react-movies react-movies Public

    JavaScript 1

  5. image-finder image-finder Public

    JavaScript

  6. phonebook-app phonebook-app Public

    JavaScript