Skip to content
View sidgujrathi's full-sized avatar
💻
Currently working on NodeJS + ReactJS
💻
Currently working on NodeJS + ReactJS

Block or report sidgujrathi

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. Awesome one-liners you might find us... Awesome one-liners you might find useful while coding. By (https://twitter.com/coderitual/status/1112297299307384833)
    1
    // Remove any duplicates from an array of primitives. 
    2
    const unique = [...new Set(arr)] 
    3
    
                  
    4
    // Sleep in async funct ,ns. U it sleep(2000). 
    5
    const sleep = (ms) => (new Promise(resolve => setTimeout(resolve, ms))); 
  2. Coloring Your Terminal Using Nodejs Coloring Your Terminal Using Nodejs
    1
    # Text Color Code
    2
    
                  
    3
    | Color  | Color Code |
    4
    | ------------- | ------------- |
    5
    | blue |	[34, 89] |
  3. graphql-node graphql-node Public

    A folder structure for Graphql server with NodeJS and other tooling

    JavaScript 1

  4. js-lib-collection js-lib-collection Public

    These various collection of reusable libraries provide pre-written JavaScript code which makes common or complex tasks easy to do.

    JavaScript

  5. node-express-starter node-express-starter Public

    A Starter boilerplate for Node Express Server. Production scalable

    JavaScript

  6. typescript-node typescript-node Public

    A Node ExpressJS project skeleton with typescript, tslint and Jest support

    JavaScript