The focus of this class is on with development and production environments. We'll look at Heroku, the deployment process, configuration of environment variables, and general issues that can arise during the deployment phase of a project. We'll also discuss development, production, and feature branches and how they are used in collaborative development.
- Heroku: Getting Started with Node
- Deploying a Simple Blog to Heroku
- IaaS, PaaS, SaaS (Explained and Compared)
- Be able to push a dev site to production, so the world can see it.
- Understand the difference between a static page and a dynamically generated app page.