In Bootcamp

In Bootcamp podcast is about Matthew Petschl's experience at a local coding bootcamp and journey to software engineer, featuring Ryan Rampersad with industry commentary.

Tools and Tricks

Episode #16The Fringe #541

Matt's class takes a break from programming material, focuses on tools and tricks alongside the group project.
  • Refreshing on Sequelize
  • Group Project 2 begins
    • Idea: D&D character stats and inventory
      • 5 person team
      • Some overlap from previous team
      • About 2 weeks to do it
    • Requirements
      • Needs node, express, handlebars, mysql, sequelize
      • MVC folders
      • GET and POST routes for CRUD
      • Deploy using Heroku
      • Using a new package/library the class has not used yet
      • Polished UI
      • Code quality, prettier, eslint
  • Eslint
    • npm run lint -- --fix
    • Did you set up prettier?
  • TravisCI
  • npm odd audited 176 packages in 0.99s
  • Firefox