Skip to content
View DannyWhyte's full-sized avatar
🤖
🤖
  • mumbai,india

Block or report DannyWhyte

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. LoopBack-layered-architecture-example LoopBack-layered-architecture-example Public

    Sample app representing implementation of layered architecture in loopback 3 framework

    JavaScript 1 1

  2. contact-list-nestjs contact-list-nestjs Public

    Sample crud app in nestjs

    TypeScript

  3. express-boiler-plate express-boiler-plate Public

    sample boiler plate on exprerss using .env with authentication

    JavaScript

  4. jeanStationApi jeanStationApi Public

    back-end for project Jean Station

    JavaScript

  5. Cross-Platform AES-GCM-256 Encryptio... Cross-Platform AES-GCM-256 Encryption & Decryption using JAVA to encrypt and NODE to decrypt
    1
    This snippet is about cross-platform AES-GCM-256 encryption & decryption, Where payload is being encrypted using JAVA and decrypted using NODE
    2
    
                  
    3
     
    4
     ***sample config :*** 
    5
    
                  
  6. Phases of eventloop explained with e... Phases of eventloop explained with example.
    1
    # Phases of Node JS Event Loop Explained with examples
    2
    #### In this gist i will explain about the working of Phases in Event Loop, please refer below js file and run each example by uncommenting the code snippet one by one.
    3
    
                  
    4
        setImmediate(() => {
    5
          console.log('set immediate 2')