Course Information
Course Overview
Going from a single application to a distributed system
In this course, you will learn how to split an existing application into smaller services and what you need to build, deploy, and run it. You will learn how you can use Docker to support your local development and how you can utilize it to run your application in the cloud. To work with multiple services, you will need (for example) service discovery and reverse proxies. To be able to maintain the development pace, you also need to break up your user interface, so every service can serve its own UI, and you need to learn how to communicate with these services synchronously using REST and asynchronously using events. To run your application, you need to know what is going on in your distributed application, so monitoring and tracing calls is an important topic as well, and one that you'll learn about. So overall, this course will give you valuable insights and recipes with which to create your own distributed application, for deployment to the cloud.
You will also see what needs to be done to upgrade a Spring Boot 1.x service to Spring Boot 2 with the recent Spring Cloud release.
About the Author
Patrick Cornelissen is a software developer at heart and the founder and CEO of the Orchit GmbH and kulinariWeb GmbH. He has written a number of applications in various languages and platforms and specializes in microservice-based applications and the transition of monolithic applications into microservices. He has been using the Spring Framework since 2009 and has been a big fan ever since. After his family, software craftsmanship is a passion of his that he pursues whenever he has any spare time. For this, he has organized, for example, code retreats and open space conferences in the past. He enjoys both learning and teaching new things in the field of (agile) software development.
Course Content
- 9 section(s)
- 59 lecture(s)
- Section 1 What Is a Microservice?
- Section 2 Our Local Cloud Setup
- Section 3 Making the Bookmark Application Cloud Ready
- Section 4 Extracting Some UI
- Section 5 Interaction with Other Services
- Section 6 Interact Using Events
- Section 7 Monitoring Multiple Services
- Section 8 Deployment
- Section 9 Things to Consider During Cloudification
What You’ll Learn
- Understanding and learning microservices., Setting up microservices., Making a bookmark application cloud-ready., Combining independent microservice UIs to a coherent user interface.
Skills covered in this course
Reviews
-
AAna Martins
Curso completo. Mas penso que poderia ter mencionado que é a continuação de um curso anterior. Tive bastantes dificuldades devido á versão do spring ser muito antiga.
-
JJuan De La Obra Millán
The sources provided differ from what is presented in the course. Videos regularly refer to earlier lessons that don't exist. Although the instructor is very knowlegable, the course is hard to follow because of both the lack of having the same codebase and the strange structure of the videos.
-
MManjush Bhuvanadas
No, Explanation is very poor
-
RRodolfo Fortes
Very confusing, the instructor doesn't tell where the code he is using came from what makes hard to follow, also the quality of the audio is really bad.