Skip to content
View belk1ng's full-sized avatar
πŸ‘¨β€πŸ’»
Focusing
πŸ‘¨β€πŸ’»
Focusing

Block or report belk1ng

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

πŸ‘‹ Yo there and welcome!

class FrontendEngineer {
    public name: string;
    public role: string;
    public language_spoken: string[];
    public tech: string[];

    constructor() {
        this.name = "Dmitry Belkin";
        this.role = "Frontend Engineer";
        this.language_spoken = ["ru_RU", "en_US"];
        this.tech = [
            "TypeScript",
            "React",
            "Next",
            "Redux",
            "Mobx",
            "Webpack",
            "Jest",
            "SCSS",
            "StyledComponents"
        ];
    }

    public sayHi() {
        console.log("Thanks for dropping by, hope you find some of my work interesting.");
    }
}

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

Pinned Loading

  1. consta-design-system/uikit consta-design-system/uikit Public

    TypeScript 247 93

  2. siberiacancode/reactuse siberiacancode/reactuse Public

    🌌 the largest and most useful hook library

    TypeScript 467 73

  3. courses-top courses-top Public

    Product comparison service using Next.js 14

    TypeScript

  4. shoppe shoppe Public

    TypeScript