8000 belk1ng (Dmitry Belkin) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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. consta-design-system/uikit consta-design-system/uikit Public

    TypeScript 246 92

  2. siberiacancode/reactuse siberiacancode/reactuse Public

    πŸš€ the largest and most useful hook library

    TypeScript 332 53

  3. courses-top courses-top Public

    Product comparison service using Next.js 14

    TypeScript

  4. notedly notedly Public

    ✍️ A notes app

    TypeScript

0