Introduction to Heroku
Understand the basics of deploying applications with Heroku, exploring its ease of use, cost considerations, and how it compares to other cloud services. This lesson helps you grasp the practical steps to deploy a web app and why Heroku is a suitable choice for beginners.
We'll cover the following...
We'll cover the following...
Application deployment methods
In the old days, deploying an application meant buying hardware and placing it at a high-volume point on the internet. Nobody starts this way anymore because cheaper and quicker options are now available. For many applications, such as information portals and web stores, the quickest path is to use a web creation platform, like Shopify or Squarespace. For less cookie-cutter applications, such as those requiring custom logic and fine-grained ...