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.

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
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. courses-top courses-top Public

    Product comparison service using Next.js 14

    TypeScript

  2. siberiacancode/reactuse siberiacancode/reactuse Public

    ๐Ÿš€ the largest and most useful hook library

    TypeScript 226 41

  3. notedly notedly Public

    โœ๏ธ A notes app

    TypeScript

  4. pizza-frontend pizza-frontend Public

    Client-side implementation for a pizzeria application.

    TypeScript