Block or Report
Block or report neonexus
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
sails-react-bootstrap-webpack Public template
An opinionated configuration of Sails.js, using Webpack to create multiple React apps from a single repo.
-
fixted Public
Forked from bredikhin/barrels
Simple DB Fixtures for Sails.js v1 (fake data for testing).
-
1
# Check with PwnedPasswords.com API23This little script will take in a raw password string, hash it, then search PwnedPasswords.com API using only the first 5 characters of the password hash.
45See: https://haveibeenpwned.com/API/v2#PwnedPasswords
-
1
First, zip up your function:
23```bash4rm lambda.zip; zip -r lambda.zip lambda-function/*5``` -
1
Git Shortcuts
2=============
34What do they do?
5---------------- -
1
# Sails Schema Validation23A bootstrap.js script designed to prevent Sails.js from lifting, in the event the database schema does not match the model definitions.
45Perfect for preventing AWS ELB from deploying an incompatible version to production (requires using immutable deployments).

