Skip to content

Instantly share code, notes, and snippets.

View remarkablemark's full-sized avatar

Mark remarkablemark

View GitHub Profile
const redis = new Redis({
host: process.env.REDIS_HOSTNAME,
port: process.env.REDIS_PORT,
password: process.env.REDIS_PASSWORD,
});
{
"root": "dist/",
"routes": {
"**": "index.html"
},
"https_only": true,
"error_page": "index.html",
"headers": {
"/**": {
"Cache-Control": "public, max-age=0, must-revalidate"
{
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-static"
}
]
}
heroku buildpacks:set heroku/nodejs --app <MY_APP_NAME>
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-static.git --app <MY_APP_NAME>
Positive Negative
True ✅ Good Hire ✅ Good Rejection
False ❌ Bad Hire ❌ Bad Rejection
Technical Fit Not Technical Fit
Cultural Fit ✅ Hire ❌ Reject
Not Cultural Fit ❌ Reject ❌ Reject