Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Demonstrate an understanding of the basics behind building and deploying apps on Heroku.
0/15
Architect scalable solutions that are performant even during high-traffic spikes.
0/7
Architect and deploy solutions using add-ons and other components from the Elements Marketplace, including various add-ons, buildpacks, and Heroku Buttons.
0/8
What is Heroku Review Apps and how does it integrate with a pull request workflow?
Learn this conceptWhat does Heroku Review Apps provision automatically from app.json?
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers. 593 members and growing.
Heroku Review Apps are temporary applications automatically generated for every pull request in a GitHub-connected pipeline. They allow teams to test code changes in an isolated environment before merging to production. This workflow prevents overwriting production data while enabling visual verification of changes.