Skip to content

Instantly share code, notes, and snippets.

View charuwts's full-sized avatar

Brandon White charuwts

View GitHub Profile
### Keybase proof
I hereby claim:
* I am charuwts on github.
* I am brandonwhite (https://keybase.io/brandonwhite) on keybase.
* I have a public key ASDTjYK3BnhCiU8E17TXMQp4BXBz59E-HGTD_Wfl4Rfg6wo
To claim this, I am signing this object:
// function within function
const createMultiplierShortHand = y => x => x * y;
// In other words
const createMultiplier = (y) => {
return (x) => {
return x * y;
};
};

Rails 7 Update Checklist

  • Stripe Payment Gateway
  • Page Export Script
    • Convert "essences" to "ingredients"
    • Include Images
    • Tested in development
    • Export to external backup
  • Page Import Script
  • Tested in development