Skip to content
View made-by-chris's full-sized avatar
🏁
🏁

Highlights

  • Pro

Block or report made-by-chris

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. ACSV-Transpiler ACSV-Transpiler Public

    ACSV (Auto-Comma-Separated Values) is a superset of CSV that allows for automatic population of cells in your data.

    TypeScript

  2. middleware.museum middleware.museum Public

    a list of common middlewares in express

    JavaScript 2

  3. persist persist Public

    Save html field values between page loads, define expiry conditions. Useful for testing, offline / electron apps

    TypeScript

  4. extract passwords from lastpass brow... extract passwords from lastpass browser plugin when you forget master password
    1
    const timeout = (ms) => new Promise((res) => setTimeout(res, ms));
    2
    const items = document.querySelectorAll(".itemWrapper");
    3
    console.log(
    4
      `duration: ${
    5
        items.length * 4
  5. auth.entication.orization auth.entication.orization Public

    an example of authentication, authorisation, protected routes, sessions and JWTs using express

    JavaScript 4 1