Skip to content
View m4kamran's full-sized avatar
πŸ‘Ή
πŸ‘Ή

Block or report m4kamran

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

Hello there πŸ‘‹

I'm a software engineer and I ❀️ working with Typescript.

visitors Open Source Love

import Profession from '@professions';
import Hobby from '@hobbies';
import Degree from '@degree';
import Dota2 from '@steam/common/dota2-beta';

public class Kamran extends CoolNerd {
    public name = 'Muhammad Kamran';
    public profession = Profession.SoftwareEngineer;
    public hobbies = [Hobby.PCGaming, Hobby.Hiking, Hobby.FindingNewPlacesToEat];
    public education = Degree.SoftwareEngineeing;
    
    public constructor() {
        super();
        
        while(true) {
            this.eat();
            this.sleep();
            this.code();
            this.game();
        }
    }
    
    public game(): void {
      if (!sleeping && !eating && !coding) {
        Dota2.play();
      }
    }
}

πŸ“ Links

πŸ”§ Technologies & Tools

Pinned Loading

  1. 33-js-concepts 33-js-concepts Public

    Forked from leonardomso/33-js-concepts

    πŸ“œ 33 concepts every JavaScript developer should know.

    JavaScript 1

  2. pocketbase pocketbase Public

    Forked from pocketbase/pocketbase

    Open Source realtime backend in 1 file

    Go