Bloc / group-sessions

Group Session Content
5 stars 2 forks source link

Preparing your application for production #38

Open bdougie opened 6 years ago

bdougie commented 6 years ago

I am looking to do a session that covers high level of web performance, SSL, and continuous integration. This session will be lecture style with the host screensharing and identifying ways to prepare an for production as well walking through a checklist for what to check before shipping to productions.

Outline

  1. Explain the how and why of web performance
    • explain
    • show off lighthouse
    • briefly identify common areas for improvement
  2. Explain the how and why of SSL
    • explain and warn about the dangers of non-ssl
    • show off lets encrypt as a tool
  3. Explain Continous deployments
    • talk through the why of continuous integration
    • provide options for continuous deployments through Heroku and Netlify