Skip to content

Instantly share code, notes, and snippets.

@intersim
Last active December 14, 2016 15:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save intersim/010d66aef1b575df7d38008cffc1f4c8 to your computer and use it in GitHub Desktop.
Save intersim/010d66aef1b575df7d38008cffc1f4c8 to your computer and use it in GitHub Desktop.
Things To Do During Review Ramp-up Week

Things To Do During Review and Ramp-Up Week

1. Build a porfolio website

Example porfolio sites built by past Fullstack and Grace Hopper students:

Other resources:

2. Redo older workshops with newer technologies (esp. React/Redux):

Some suggested workshops:

  • Wikistack (add React/Redux)
  • Tripplanner (add React/Redux)
  • Twitter.sql (add Sequelize and/or React/Redux)

When adding React/Redux:

Make sure you've npm installed the following technologies:

  • Babel: babel, babel-core, babel-loader, babel-preset-es2015, babel-preset-react
  • React: react, react-dom, react-redux, react-router (for Trip Planner, you may want to use react-google-maps; or, if you want a challenge, you can write your own Google maps component)
  • Redux: redux, redux-logger, redux-thunk
  • And webpack

To set up your webpack.config.js file, you may wish to refer to the config file for the Juke Part 5 solution. You will also want to update your start script in your package.json.

Not sure where to start?

When adding Sequelize to Twitter.sql:

You may want to refer to the Wikistack solution when setting up a connection to your database.

3. Check out Joe's live coding

Sometime during these two weeks, Joe will be live-coding a fullstack Javascript app; watch Slack for a link to that (exact date and time TBD).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment