- Install Nodejs from official site or through a version manager like nvm or asdf
- Create a github accountInstall and setup git
- Install postgres. We have used
Postgres.app
for this talk. - Install Heroku Cli
Run:
> npm install
> npm run start
-
Agile development using Rails/JS
This is a slightly more advanced version of what we built. Totally worth it.
You'll learn a lot about building and the process of agile software dev. And you'll get to
use something other than Java. Don't take it as gospel but it's good to see things things:
- Don't waste too much time on the Cucumber stuff - it's too much overhead and brutal to maintain in practice.
- Understand predicting tasks w/ points, but understand prediction is hard. Points can be very evil
- Typescript - http://www.typescriptlang.org/
- Purescript - http://www.purescript.org/