What’s Next?

Design and Build Great Web APIs — by Mike Amundsen (85 / 127)

The Pragmatic Programmers
The Pragmatic Programmers
2 min readApr 28, 2021

--

👈 Deploying with Heroku | TOC | Chapter Exercise 👉

In this chapter, we learned about the importance of using automation and deployment pipelines to meet the challenge of packaging, building, and releasing your API project safely and easily to a public web server. We also took a dive into the world of DevOps to understand how to use these three DevOps practices:

  • Continuous integration to make sure our code is stable and tested often.
  • Continuous delivery to make the process of building and releasing our projects safe and consistent.
  • Continuous deployment to automate the entire process of testing, building, and releasing into production.

Along the way we learned how to use the Heroku cloud platform to implement level two of our DevOps maturity ladder by supporting continuous delivery using the Git command-line tool.

Now that we’ve completed a full cycle of design, build, and deploy, we have one more critical situation in the life of an API to deal with: how to handle changes in the API once it’s been released to production. We’ll handle that in the final two chapters.

👈 Deploying with Heroku | TOC | Chapter Exercise 👉

Design and Build Great Web APIs by Mike Amundsen can be purchased in other book formats directly from the Pragmatic Programmers. If you notice a code error or formatting mistake, please let us know here so that we can fix it.

Unlisted

--

--

The Pragmatic Programmers
The Pragmatic Programmers

We create timely, practical books and learning resources on classic and cutting-edge topics to help you practice your craft and accelerate your career.