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

    A CLI app that allows you to fetch location information, time information and current weather for a specified location

    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

    A project that satisfies the CraftDocs SWE Technical Challenge.

    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. music-cheatsheet music-cheatsheet Public

    A quick react webapp with a cheatsheet covering the basics for music theory, including major and minor scales, chords, and more.

    TypeScript