Skip to content

Instantly share code, notes, and snippets.

@andrew-rayco
andrew-rayco / flightplan-deploy.md
Created February 25, 2018 21:22 — forked from learncodeacademy/flightplan-deploy.md
Deploy Node.js Apps with Flightplan

##Setup your server (this would ideally be done with automated provisioning)

  • add a deploy user with password-less ssh see this gist
  • install forever npm install -g forever

##Install flightplan

  • npm install -g flightplan
  • in your project folder npm install flightplan --save-dev
  • create a flightplan.js file
@andrew-rayco
andrew-rayco / interviewing.md
Created August 4, 2017 03:39 — forked from don-smith/interviewing.md
Considerations for EDA grads

Technical interviews

Perspectives

  • Passion speaks volumes!
  • Tell me about your current side-project.
  • Skill of the interviewer - have empathy - this is a partnership
  • Whiteboarding. Try to use your PC.
    • Use Yeoman generators for quickly creating a test harness.
  • Scope the problem!!!!! (by asking questions)