Skip to content
View mitinoh's full-sized avatar
Block or Report

Block or report mitinoh

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

Hey there 👋

import { SoftwareDeveloper } from '@mitinoh';

class Bio extends SoftwareDeveloper {
  name     = 'Mite Gjorgjiev';
  title    = 'Full Stack Developer';
  location = 'Milan, Italy';
}

class Skills extends SoftwareDeveloper {
  languages  = ['TypesScript', 'Java'];
  databases  = ['MongoDB'];
  frameworks = ['Angular', 'NestJs', 'Flutter'];
  learning   = ['Swift', 'PostgreSQL']
}

Highlights

  • xplore A travel and experiences app made for iOS

Links

Buy Me A Coffee

Pinned

  1. food_match food_match Public

    foodmatch is a mobile application that introduces even the less experienced to the world of cooking.

    Dart

  2. xplore xplore Public

    A travel and experiences app made with flutter and custom backend.

    Dart 1

  3. xplore-api xplore-api Public

    xplore official custom backend, locations, planner and much more.

    TypeScript

  4. leodinas-hao/mongoose-query-parser leodinas-hao/mongoose-query-parser Public

    Convert url query string to MongooseJs friendly query object including advanced filtering, sorting, population, string template, type casting and many more...

    TypeScript 68 17