Skip to content
View DimosthenisK's full-sized avatar

Block or report DimosthenisK

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

Pinned Loading

  1. invisible-geocode invisible-geocode Public

    TypeScript

  2. restaur-ant restaur-ant Public

    RestaurAnt is a restaurant review platform written in the JS stack as practice.

    TypeScript 1

  3. craftdocs-interview craftdocs-interview Public

    TypeScript

  4. NestJS Guard + Decorator that allows... NestJS Guard + Decorator that allows user access limit to his own resources
    1
    import { SetMetadata } from '@nestjs/common';
    2
    
    
    3
    export interface SelfDecoratorParams {
    4
        userIDParam: string;
    5
        allowAdmins?: boolean;
  5. Axios Request Retry function - ES7 i... Axios Request Retry function - ES7 implementation of axios request retry
    1
    /**
    2
    Asynchronous Recursive Request retry with Axios
    3
    Author: Dimosthenis Kalaitzis <[email protected]>
    4
    Requires Axios 
    5
    Throws error after failing all available attempts