Summary
With that, we have reached the last chapter of this book; let’s recap the valuable things you have learned in this chapter.
First, you learned that GitHub Actions makes it easy to automate all your software workflows and perform CI/CD. You can build, test, and deploy your code right from GitHub. You also learned that Heroku is a PaaS that lets you build, run, and operate applications entirely in the cloud. Heroku Postgres is a managed SQL database service provided directly by Heroku that you can use for your applications.
So, you’ve made it this far. Thank you for finishing the book; I am proud of you and your enthusiasm for learning new tools and things. You can apply what you have learned here to a project, given that the requirements of your project match the problems and solutions you have learned about in this book.
This course has taught you how to build a Spring Boot 2 application and an Angular 13 application as a senior developer, bringing value...