Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Recommend architectures that use the Twelve-Factor App methodology correctly.
0/16
How does the Twelve-Factor App 'Backing Services' factor (Factor IV) map to Heroku add-ons?
Learn this conceptWhat is the 'Dev/Prod Parity' factor of the Twelve-Factor App?
Learn this conceptHow does Heroku's Review Apps feature support the Dev/Prod Parity principle during development?
Learn this conceptConstruct solutions for creating an orchestration layer for building a microservices architecture using Apache Kafka on Heroku.
0/8
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
Heroku applications run on isolated runtime containers called dynos, where each dyno maintains its own memory space that is not shared with other dynos. This isolation is fundamental to Heroku's scaling model but requires applications to use external data stores for any state that needs to be shared across instances.