Companies Home Search Profile

Spring Microservices in Action, Second Edition, Video Edition

Focused View

11:29:08

72 View
  • 01-Chapter 1. Welcome to the cloud, Spring.mp4
    06:29
  • 02-Chapter 1. Whats a microservice.mp4
    07:34
  • 03-Chapter 1. Microservices with Spring.mp4
    10:27
  • 04-Chapter 1. Cloud and microservice-based applications.mp4
    10:21
  • 05-Chapter 1. Why the cloud and microservices.mp4
    08:28
  • 06-Chapter 1. Core microservice development pattern.mp4
    08:43
  • 07-Chapter 1. Microservice logging and tracing patterns.mp4
    09:16
  • 08-Chapter 2. Exploring the microservices world with Spring Cloud.mp4
    12:11
  • 09-Chapter 2. Spring Cloud by example.mp4
    09:11
  • 10-Chapter 2. Codebase.mp4
    07:19
  • 11-Chapter 2. Dev prod parity.mp4
    08:19
  • 12-Chapter 2. Getting started with the skeleton project.mp4
    09:16
  • 13-Chapter 3. Building microservices with Spring Boot.mp4
    08:08
  • 14-Chapter 3. Establishing service granularity.mp4
    08:11
  • 15-Chapter 3. When not to use microservices.mp4
    10:16
  • 16-Chapter 3. Building the doorway into the microservice - The Spring Boot controller.mp4
    09:23
  • 17-Chapter 3. Adding internationalization into the licensing service.mp4
    07:43
  • 18-Chapter 3. The DevOps story - Building for the rigors of runtime.mp4
    08:10
  • 19-Chapter 3. Service registration and discovery - How clients communicate with your microservices.mp4
    08:52
  • 20-Chapter 4. Welcome to Docker.mp4
    07:08
  • 21-Chapter 4. What is Docker.mp4
    07:20
  • 22-Chapter 4. Integrating Docker with our microservices.mp4
    06:53
  • 23-Chapter 4. Creating Docker images with Spring Boot.mp4
    08:41
  • 24-Chapter 5. Controlling your configuration with the Spring Cloud Configuration Server.mp4
    10:09
  • 25-Chapter 5. Building our Spring Cloud Configuration Server.mp4
    06:51
  • 26-Chapter 5. Setting up the Spring Cloud Config bootstrap class.mp4
    10:01
  • 27-Chapter 5. Integrating Spring Cloud Config with a Spring Boot client.mp4
    06:51
  • 28-Chapter 5. Configuring the licensing service to use Spring Cloud Config.mp4
    10:04
  • 29-Chapter 5. Directly reading properties using @ConfigurationProperties.mp4
    09:58
  • 30-Chapter 5. Vault UI.mp4
    09:06
  • 31-Chapter 6. On service discovery.mp4
    09:19
  • 32-Chapter 6. Service discovery in the cloud.mp4
    08:21
  • 33-Chapter 6. Service discovery in action using Spring and Netflix Eureka.mp4
    10:31
  • 34-Chapter 6. Registering services with Spring Eureka.mp4
    10:05
  • 35-Chapter 6. Using service discovery to look up a service.mp4
    07:58
  • 36-Chapter 6. Invoking services with a Load Balanceraware Spring REST template.mp4
    06:58
  • 37-Chapter 7. When bad things happen - Resiliency patterns with Spring Cloud and Resilience4j.mp4
    09:10
  • 38-Chapter 7. Why client resiliency matters.mp4
    10:21
  • 39-Chapter 7. Setting up the licensing service to use Spring Cloud and Resilience4j.mp4
    11:59
  • 40-Chapter 7. Fallback processing.mp4
    08:45
  • 41-Chapter 7. Implementing the retry pattern.mp4
    06:56
  • 42-Chapter 7. ThreadLocal and Resilience4j.mp4
    07:31
  • 43-Chapter 8. Service routing with Spring Cloud Gateway.mp4
    08:01
  • 44-Chapter 8. Introducing Spring Cloud Gateway.mp4
    06:34
  • 45-Chapter 8. Configuring routes in Spring Cloud Gateway.mp4
    08:09
  • 46-Chapter 8. The real power of Spring Cloud Gateway - Predicate and Filter Factories.mp4
    07:29
  • 47-Chapter 8. Building the pre-filter.mp4
    07:50
  • 48-Chapter 8. UserContextFilter - Intercepting the incoming HTTP request.mp4
    08:08
  • 49-Chapter 9. Securing your microservices.mp4
    10:44
  • 50-Chapter 9. Starting small - Using Spring and Keycloak to protect a single endpoint.mp4
    08:46
  • 51-Chapter 9. Configuring O-stock users.mp4
    05:50
  • 52-Chapter 9. Protecting the organization service using Keycloak.mp4
    08:11
  • 53-Chapter 9. Propagating the access token.mp4
    09:06
  • 54-Chapter 9. Some closing thoughts on microservice security.mp4
    07:14
  • 55-Chapter 10. Event-driven architecture with Spring Cloud Stream.mp4
    11:01
  • 56-Chapter 10. Using messaging to communicate state changes between services.mp4
    11:33
  • 57-Chapter 10. Writing a simple message producer and consumer.mp4
    11:49
  • 58-Chapter 10. Writing the message consumer in the licensing service.mp4
    06:58
  • 59-Chapter 10. A Spring Cloud Stream use case - Distributed caching.mp4
    07:17
  • 60-Chapter 10. Using Redis to cache lookups.mp4
    06:42
  • 61-Chapter 11. Distributed tracing with Spring Cloud Sleuth and Zipkin.mp4
    10:36
  • 62-Chapter 11. Log aggregation and Spring Cloud Sleuth.mp4
    10:24
  • 63-Chapter 11. Defining and running ELK Stack applications in Docker.mp4
    07:21
  • 64-Chapter 11. Searching for Spring Cloud Sleuth trace IDs in Kibana.mp4
    09:48
  • 65-Chapter 11. Configuring a Zipkin server.mp4
    07:41
  • 66-Chapter 11. Visualizing a more complex transaction.mp4
    08:11
  • 67-Chapter 12. Deploying your microservices.mp4
    09:01
  • 68-Chapter 12. The architecture of a build deployment pipeline.mp4
    06:35
  • 69-Chapter 12. Setting up O-stocks core infrastructure in the cloud.mp4
    10:31
  • 70-Chapter 12. Beyond the infrastructure - Deploying O-stock and ELK.mp4
    06:47
  • 71-Chapter 12. Creating an EKS cluster.mp4
    06:18
  • 72-Chapter 12. Creating an EKS cluster.mp4
    07:23
  • 73-Chapter 12. Your build deployment pipeline in action.mp4
    06:31
  • 74-Chapter 12. Enabling our services to build in Jenkins.mp4
    08:12
  • 75-Chapter 12. Understanding and generating the pipeline script.mp4
    08:57
  • 76-Appendix A. Microservices architecture best practices.mp4
    11:30
  • 77-Appendix B. OAuth2 grant types.mp4
    06:43
  • 78-Appendix B. Authorization grant type.mp4
    10:16
  • 79-Appendix C. Monitoring your microservices.mp4
    07:52
  • 80-Appendix C. Implementing Micrometer and Prometheus.mp4
    07:56
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    O'Reilly Media is an American learning company established by Tim O'Reilly that publishes books, produces tech conferences, and provides an online learning platform. Its distinctive brand features a woodcut of an animal on many of its book covers.
    • language english
    • Training sessions 80
    • duration 11:29:08
    • Release Date 2023/11/06