Skip to content

This is a presentation for the NSBE-SHPE presentation in Lehman College

Notifications You must be signed in to change notification settings

reaktor/lehman-notes

Repository files navigation

Lehman Notes

Setting up

  1. Install Nodejs from official site or through a version manager like nvm or asdf
  2. Create a github accountInstall and setup git
  3. Install postgres. We have used Postgres.app for this talk.
  4. Install Heroku Cli

To run the app locally

Run:

> npm install

> npm run start

Future Reading

Other JS resources

Other resources

Books

Courses

  • 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

Databases

Functional Programming

CSS

Deployment / Continuous Integration

Docker

Other Alt-JS

React

About

This is a presentation for the NSBE-SHPE presentation in Lehman College

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published