Skip to content
View guzzdev's full-sized avatar

Highlights

  • Pro

Block or report guzzdev

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. NodeGallery NodeGallery Public

    Small SSR project to learn node. Free to use/edit/publish.

    JavaScript

  2. PRVT-forum-service PRVT-forum-service Public

    Anonyme service to talk

    PHP 1

  3. Generate secrets with npm script Generate secrets with npm script
    1
    // Generate a secret with a npm script
    2
    // Add this line to the "scripts" object.
    3
    // For 64 bytes hex:
    4
      "generate:secret": "node -e \"console.log(require('crypto').randomBytes(64).toString('hex'))\""
    5
    //For 64 bytes base64