Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Modern Website

The Modern Website

chrisdmacrae

October 12, 2017
Tweet

More Decks by chrisdmacrae

Other Decks in Technology

Transcript

  1. @chrisdmacrae © 2017 forestry.io forestry.io Old vs New Traditional CMS

    vs Headless CMS The Headless CMS The Traditional CMS
  2. @chrisdmacrae © 2017 forestry.io forestry.io Vendor lock-in Poor performance Poor

    reliability Poor security Cost The Problem The Traditional Stack
  3. @chrisdmacrae © 2017 forestry.io forestry.io Vendor lock-in Poor performance Poor

    reliability Poor security Cost The Problem The Traditional Stack
  4. @chrisdmacrae © 2017 forestry.io forestry.io —DoubleClick, Google “53% of mobile

    site visits are abandoned if pages take longer than 3 seconds to load.”
  5. @chrisdmacrae © 2017 forestry.io forestry.io —Google Trends “The average U.S.

    retail mobile site loaded in 6.9 seconds in July 2016.”
  6. @chrisdmacrae © 2017 forestry.io forestry.io What does 1 second cost?

    Amazon — 1.6 billion lost in sales /year Google — 40% decrease in search traffic Walmart — 2% of conversions lost
  7. @chrisdmacrae © 2017 forestry.io forestry.io The Problem The Traditional Stack

    Vendor lock-in Poor performance Poor reliability Poor security Cost
  8. @chrisdmacrae © 2017 forestry.io forestry.io Reddit Hug of Death Their

    platform went down for 2 hours Deployed a script that would reboot a server each time it failed
  9. @chrisdmacrae © 2017 forestry.io forestry.io The Problem The Traditional Stack

    Vendor lock-in Poor performance Poor reliability Poor security Cost
  10. @chrisdmacrae © 2017 forestry.io forestry.io —Ines Gutzmer, Equifax “Today [Equifax]

    announced a cybersecurity incident potentially impacting approximately 143 million U.S. consumers. Criminals exploited a U.S. website application vulnerability to gain access to Social Security numbers, birth dates, addresses and, in some instances, driver’s license numbers.” Poor security
  11. @chrisdmacrae © 2017 forestry.io forestry.io The Problem The Traditional Stack

    Vendor lock-in Poor performance Poor reliability Poor security Cost
  12. @chrisdmacrae © 2017 forestry.io forestry.io –Wordpress.com VIP “Prices for WordPress.com

    VIP Cloud Hosting 
 start at $5000 per month for up to 5 websites.
 Our Self-Hosted services start at $15k per year.” Cost
  13. @chrisdmacrae © 2017 forestry.io forestry.io Managing this complicated stack isn’t

    easy Need deep knowledge of the browser, of management of servers, databases, caches CDNs, the CMS, and of backup automation, versioning and so much more…
  14. @chrisdmacrae © 2017 forestry.io forestry.io The Solution The Headless CMS

    & The JAM Stack APIs Stripe, Intercom, Disqus… Pre-generated Markup HTML, JSON, RSS, XML Javascript Native, jQuery, React, Angular, Vue…
  15. @chrisdmacrae © 2017 forestry.io forestry.io Decouple CMS, frontend code, and

    backend code Great performance Higher reliability Superior security The Solution The Headless CMS & The JAM Stack
  16. @chrisdmacrae © 2017 forestry.io forestry.io The Solution The Headless CMS

    & The JAM Stack Decouple CMS, frontend code, and backend code Great performance Higher reliability Superior security
  17. @chrisdmacrae © 2017 forestry.io forestry.io The Solution The Headless CMS

    & The JAM Stack Decouple CMS, frontend code, and backend code Great performance Higher reliability Superior security
  18. @chrisdmacrae © 2017 forestry.io forestry.io The Solution The Headless Stack

    Decouple CMS, frontend code, and backend code Great performance Higher reliability Superior security
  19. @chrisdmacrae © 2017 forestry.io forestry.io Static Websites https://forestry.io How do

    we build these sites? Git-backed SSG (Hugo) Dynamic User State w/ Session Cookies Hosted on CDN
  20. @chrisdmacrae © 2017 forestry.io forestry.io Static eCommerce Website https://prettyflyfpv.com “The

    amount of work needed to make a [traditional] content-management system even remotely as optimized as a static generated site […] are frankly overkill for 90% of the small businesses out there.” How do we build these sites?
  21. @chrisdmacrae © 2017 forestry.io forestry.io Static eCommerce Website https://prettyflyfpv.com “The

    amount of work needed to make a [traditional] content-management system even remotely as optimized as a static generated site […] are frankly overkill for 90% of the small businesses out there.” How do we build these sites? Git-backed SSG (Hugo) eCommerce via Snipcart Hosted on CDN
  22. @chrisdmacrae © 2017 forestry.io forestry.io eCommerce Platform https://nastygal.com How do

    we build these sites? API-driven SSG SPA Enhanced + Mobile Apps via REST
  23. @chrisdmacrae © 2017 forestry.io forestry.io Multi-platform Applications https://wework.com How do

    we build these sites? API-driven SPA + Mobile Apps via REST Rails Backend (API) Hosted on CDN
  24. @chrisdmacrae © 2017 forestry.io forestry.io What do all of these

    sites have in common? How do we build these sites?