Skip to content
View mkloar's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report mkloar

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

Hi there πŸ‘‹

I'm a Software Developer.

Twitter: MihaK Linkedin: MihaK

class AboutMeService implements IAboutMeService {
  private readonly _name: string;
  private readonly _birthYear: number;
 
  contructor() {
    this._name = "MK";
    this._birthYear = 1997;
  }
  
  public getRole(): string {
    return "Software Developer";
  }
  
  public sayHi(): string {
    return "Thanks for dropping by. If you find my work interesting, you can ping me on Linkedin or Twitter.";
  }
  
  public getProgrammingLanguages(): Map<Emoji, string> {
    return {
      πŸ₯‡: "TypeScript/JavaScript",
      πŸ₯ˆ: "C#"
    }
  }
  
  
  public getFrameworks(): Map<Emoji, string> {
    return {
      πŸ₯‡: "React/Gatsby/NextJS",
      πŸ₯ˆ: "Angular"
    }
  }

  public getHobbies(): string[] {
    return ["Fitness πŸ’ͺ", "Reading πŸ“š", "Cooking πŸ”"];
  }
  
}


const aboutMeService = diContainer.get<IAboutMeService>(TYPES.IAboutMeService);

aboutMeService.sayHi();
aboutMeService.getRole();
aboutMeService.getProgrammingLanguages();
aboutMeService.getFrameworks();
aboutMeService.getHobbies();

⚑ Skills

TypeScript JavaScript Nodejs React GatsbyJS NextJS CSharp Markdown HTML5 CSS3 Docker Amazon AWS Git GitLab Raspberry Pi

Can Develop On

Windows or Linux

Music

Spotify

πŸ“ˆ Github Stats

Github Stats Top Langs

Built with love

visitors

Popular repositories Loading

  1. DrinkMoreWater DrinkMoreWater Public

    Java

  2. background-generator background-generator Public

    CSS

  3. start-here-guidelines start-here-guidelines Public

    Forked from zero-to-mastery/start-here-guidelines

    Guidelines on how this open source community works

  4. travel-guide travel-guide Public

    Forked from zero-to-mastery/travel-guide

    "A travel guide to suggest activities you can do once you arrive to a certain destination. Or you can just browse destinations and check out the different available activities."

    JavaScript

  5. ZtM-Job-Board ZtM-Job-Board Public

    Forked from zero-to-mastery/ZtM-Job-Board

    A place for developers to show recruiters they are available for hire

    JavaScript

  6. nhldraft nhldraft Public

    App that shows "all" players for NHL 2018 draft. Made with react. Used api: https://github.com/dword4/nhlapi

    JavaScript