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

Highlights

  • Pro
Block or Report

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

  1. persist persist Public

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

    TypeScript

  2. 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
  3. auth.entication.orization auth.entication.orization Public

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

    JavaScript 4 1

  4. trainspotting.berlin trainspotting.berlin Public

    an example of how to make a live train schedule screen for Berlin with react and typescript

    TypeScript 1 3

  5. middleware.museum middleware.museum Public

    a list of common middlewares in express

    JavaScript 2