Skip to content
View Nifled's full-sized avatar
👀
👀

Highlights

  • Pro
Block or Report

Block or report Nifled

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. drf-cheat-sheet drf-cheat-sheet Public

    Cheat sheet / quick reference guide for Django REST Framework.

    219 63

  2. altera-backend altera-backend Public

    This is a backend that I built using NestJS that has authentication with JWT, file-uploading with AWS S3 and E2E testing set up

    TypeScript

  3. programming-challenges programming-challenges Public

    My solutions to different programming problems.

    Python 1

  4. mini-projects mini-projects Public

    Collection of mini projects gathered not yet worthy of having their own repo.

    JavaScript

  5. design-patterns design-patterns Public

    TypeScript 2

  6. Serializing objects with unusual pro... Serializing objects with unusual properties (Set, Date, any custom class, etc) to proper JSON-compatible objects.
    1
    // ...... other BaseModel code
    2
    
    
    3
    /**
    4
      * Recursively serialize properties through class getters
    5
      * Returns ready object for JSON.stringify()