Heroku is a cloud platform that allows developers to deploy, manage, and scale applications. It supports various programming languages and frameworks, making it suitable for hosting frontend applications as well.
Website: Heroku
Core Concepts
- [ ] Dynos: Understand Heroku's container system and how dynos are used to run applications.
- [ ] Procfile: Learn how to specify the commands that are executed by the app on startup.
- [ ] Add-ons: Explore Heroku add-ons for enhancing your application with various services like databases, caching, and monitoring.
- [ ] Pipeline: Set up deployment pipelines for continuous delivery and staging environments.