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
What is the role of a Procfile in a Heroku application deployment?
Learn this conceptHow does a Heroku buildpack work, and at what phase of the deployment pipeline is it applied?
Learn this conceptHow does Heroku's release phase work, and when should a team use it instead of a post-deploy script?
Learn this conceptHow do Heroku Config Vars differ from hardcoded environment values in source code?
Learn this conceptWhat are the consequences of a Heroku slug exceeding the 500 MB limit?
Learn this conceptArchitect 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
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
Heroku Pipelines enable teams to move code from staging to production using a promotion action. This process copies the pre-compiled application logic without rebuilding the application. It is designed for continuous delivery workflows where tested code needs to reach end users efficiently.