m4kamran / m4kamran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About