Completed
preamble
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scalable Multi-Tenant Frontend for an E-Commerce Platform
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 about guilherme
- 4 about mercloud
- 5 what is a b2b e-commerce?
- 6 who are the customers?
- 7 product supply chain
- 8 where we started
- 9 our mvp architecture
- 10 constraints
- 11 re-imagining our architecture
- 12 the solution
- 13 what is a multi-tenant architecture?
- 14 tenancy models
- 15 isolation strategies
- 16 benefits of a multi-tenant architecture
- 17 technology choices
- 18 compute at the edge
- 19 serverless, in a nutshell
- 20 the idea
- 21 the challenges
- 22 mapping domains to tenants
- 23 api limits?
- 24 identyfying the tenant
- 25 routing
- 26 caching page outputs
- 27 incremental static regeneration isr
- 28 tenant-based routing
- 29 solution: url rewrites
- 30 demo time!!
- 31 source code
- 32 vercel platforms starter kit
- 33 where we landed - mercloud's architecture overview
- 34 outcomes
- 35 lessons learned
- 36 thanks!