Magnetic link has been copied to the cutting board

Name Udemy - Master Microservices with Spring Boot and Spring Cloud 2023-5

File Type video

Size 7.35GB

UpdateDate 2024-12-25

hash *****8C37C303A033B8AECB0563509BE79AB747

Hot 3

Files 01 - Introduction/001 Microservices and RESTful APIs with Spring Boot and Spring Cloud - Preview.mp4 | 15.70MB 01 - Introduction/001 Microservices and RESTful APIs with Spring Boot and Spring Cloud - Preview_en.srt | 5.59KB 01 - Introduction/002 DO NOT SKIP Success Stories of Other Learners.html | 1.60KB 01 - Introduction/003 0000.0002.Spring-Microservices-CourseGuide.pdf | 2.41MB 01 - Introduction/003 Introduction to the Course & Course Guide.mp4 | 11.91MB 01 - Introduction/003 Introduction to the Course & Course Guide_en.srt | 3.71KB 01 - Introduction/004 A surprise! New Course Updates.mp4 | 1.74MB 01 - Introduction/004 A surprise! New Course Updates_en.srt | 1.57KB 02 - Introduction To Web Services/001 What is a Web Service.mp4 | 18.35MB 02 - Introduction To Web Services/001 What is a Web Service_en.srt | 10.26KB 02 - Introduction To Web Services/002 Important How Questions related to Web Services.mp4 | 15.49MB 02 - Introduction To Web Services/002 Important How Questions related to Web Services_en.srt | 9.90KB 02 - Introduction To Web Services/003 Web Services - Key Terminology.mp4 | 10.85MB 02 - Introduction To Web Services/003 Web Services - Key Terminology_en.srt | 6.99KB 02 - Introduction To Web Services/004 Introduction to SOAP Web Services.mp4 | 5.65MB 02 - Introduction To Web Services/004 Introduction to SOAP Web Services_en.srt | 7.19KB 02 - Introduction To Web Services/005 Introduction to RESTful Web Services.mp4 | 11.05MB 02 - Introduction To Web Services/005 Introduction to RESTful Web Services_en.srt | 11.21KB 02 - Introduction To Web Services/006 SOAP vs RESTful Web Services.mp4 | 3.60MB 02 - Introduction To Web Services/006 SOAP vs RESTful Web Services_en.srt | 3.51KB 03 - Restful Web Services with Spring Boot - V2/001 DO NOT SKIP New to Spring Boot.html | 976B 03 - Restful Web Services with Spring Boot - V2/002 Step 00 - Creating a REST API with Spring Boot - An Overview.mp4 | 11.95MB 03 - Restful Web Services with Spring Boot - V2/002 Step 00 - Creating a REST API with Spring Boot - An Overview_en.srt | 7.03KB 03 - Restful Web Services with Spring Boot - V2/003 CODE BACKUP FILES and STEP BY STEP CHANGES For Reference.html | 1.30KB 03 - Restful Web Services with Spring Boot - V2/004 Step 01 - Initializing a REST API Project with Spring Boot.mp4 | 40.48MB 03 - Restful Web Services with Spring Boot - V2/004 Step 01 - Initializing a REST API Project with Spring Boot_en.srt | 12.63KB 03 - Restful Web Services with Spring Boot - V2/005 Step 02 - Creating a Hello World REST API with Spring Boot.mp4 | 39.45MB 03 - Restful Web Services with Spring Boot - V2/005 Step 02 - Creating a Hello World REST API with Spring Boot_en.srt | 10.34KB 03 - Restful Web Services with Spring Boot - V2/006 Step 03 - Enhancing the Hello World REST API to return a Bean.mp4 | 16.11MB 03 - Restful Web Services with Spring Boot - V2/006 Step 03 - Enhancing the Hello World REST API to return a Bean_en.srt | 8.18KB 03 - Restful Web Services with Spring Boot - V2/007 Step 04 - What's happening in the background Spring Boot Starters & Autoconfign.mp4 | 68.26MB 03 - Restful Web Services with Spring Boot - V2/007 Step 04 - What's happening in the background Spring Boot Starters & Autoconfign_en.srt | 15.78KB 03 - Restful Web Services with Spring Boot - V2/008 Step 05 - Enhancing the Hello World REST API with a Path Variable.mp4 | 17.45MB 03 - Restful Web Services with Spring Boot - V2/008 Step 05 - Enhancing the Hello World REST API with a Path Variable_en.srt | 6.29KB 03 - Restful Web Services with Spring Boot - V2/009 Step 06 - Designing the REST API for Social Media Application.mp4 | 18.14MB 03 - Restful Web Services with Spring Boot - V2/009 Step 06 - Designing the REST API for Social Media Application_en.srt | 12.59KB 03 - Restful Web Services with Spring Boot - V2/010 Step 07 - Creating User Bean and UserDaoService.mp4 | 46.55MB 03 - Restful Web Services with Spring Boot - V2/010 Step 07 - Creating User Bean and UserDaoService_en.srt | 10.86KB 03 - Restful Web Services with Spring Boot - V2/011 Resources for Next Step.html | 587B 03 - Restful Web Services with Spring Boot - V2/012 Step 08 - Implementing GET Methods for User Resource.mp4 | 51.77MB 03 - Restful Web Services with Spring Boot - V2/012 Step 08 - Implementing GET Methods for User Resource_en.srt | 12.42KB 03 - Restful Web Services with Spring Boot - V2/013 Step 09 - Implementing POST Method to create User Resource.mp4 | 52.89MB 03 - Restful Web Services with Spring Boot - V2/013 Step 09 - Implementing POST Method to create User Resource_en.srt | 13.02KB 03 - Restful Web Services with Spring Boot - V2/014 Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location.mp4 | 73.26MB 03 - Restful Web Services with Spring Boot - V2/014 Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location_en.srt | 18.38KB 03 - Restful Web Services with Spring Boot - V2/015 Step 11 - Implementing Exception Handling - 404 Resource Not Found.mp4 | 57.70MB 03 - Restful Web Services with Spring Boot - V2/015 Step 11 - Implementing Exception Handling - 404 Resource Not Found_en.srt | 12.41KB 03 - Restful Web Services with Spring Boot - V2/016 Resources for Next Step.html | 1.86KB 03 - Restful Web Services with Spring Boot - V2/017 Step 12 - Implementing Generic Exception Handling for all Resources.mp4 | 95.69MB 03 - Restful Web Services with Spring Boot - V2/017 Step 12 - Implementing Generic Exception Handling for all Resources_en.srt | 17.63KB 03 - Restful Web Services with Spring Boot - V2/018 Step 13 - Implementing DELETE Method to delete a User Resource.mp4 | 26.53MB 03 - Restful Web Services with Spring Boot - V2/018 Step 13 - Implementing DELETE Method to delete a User Resource_en.srt | 5.24KB 03 - Restful Web Services with Spring Boot - V2/019 Step 14 - Implementing Validations for REST API.mp4 | 96.87MB 03 - Restful Web Services with Spring Boot - V2/019 Step 14 - Implementing Validations for REST API_en.srt | 17.64KB 03 - Restful Web Services with Spring Boot - V2/020 Step 15 - Overview of Advanced REST API Features.mp4 | 2.27MB 03 - Restful Web Services with Spring Boot - V2/020 Step 15 - Overview of Advanced REST API Features_en.srt | 2.25KB 03 - Restful Web Services with Spring Boot - V2/021 Step 16 - Understanding Open API Specification and Swagger.mp4 | 16.69MB 03 - Restful Web Services with Spring Boot - V2/021 Step 16 - Understanding Open API Specification and Swagger_en.srt | 8.59KB 03 - Restful Web Services with Spring Boot - V2/022 springdoc-openapi Dependency for next lecture.html | 748B 03 - Restful Web Services with Spring Boot - V2/023 Step 17 - Configuring Auto Generation of Swagger Documentation.mp4 | 65.22MB 03 - Restful Web Services with Spring Boot - V2/023 Step 17 - Configuring Auto Generation of Swagger Documentation_en.srt | 16.77KB 03 - Restful Web Services with Spring Boot - V2/024 Step 18 - Exploring Content Negotiation - Implementing Support for XML.mp4 | 37.01MB 03 - Restful Web Services with Spring Boot - V2/024 Step 18 - Exploring Content Negotiation - Implementing Support for XML_en.srt | 9.05KB 03 - Restful Web Services with Spring Boot - V2/025 Step 19 - Exploring Internationalization for REST API.mp4 | 70.99MB 03 - Restful Web Services with Spring Boot - V2/025 Step 19 - Exploring Internationalization for REST API_en.srt | 15.20KB 03 - Restful Web Services with Spring Boot - V2/026 Resources for Next Step.html | 2.00KB 03 - Restful Web Services with Spring Boot - V2/027 Step 20 - Versioning REST API - URI Versioning.mp4 | 39.85MB 03 - Restful Web Services with Spring Boot - V2/027 Step 20 - Versioning REST API - URI Versioning_en.srt | 12.62KB 03 - Restful Web Services with Spring Boot - V2/028 Step 21 - Versioning REST API - Request Param, Header and Content Negotiation.mp4 | 82.14MB 03 - Restful Web Services with Spring Boot - V2/028 Step 21 - Versioning REST API - Request Param, Header and Content Negotiation_en.srt | 17.20KB 03 - Restful Web Services with Spring Boot - V2/029 Step 22 - Implementing HATEOAS for REST API.mp4 | 79.31MB 03 - Restful Web Services with Spring Boot - V2/029 Step 22 - Implementing HATEOAS for REST API_en.srt | 16.70KB 03 - Restful Web Services with Spring Boot - V2/030 Step 23 - Implementing Static Filtering for REST API.mp4 | 62.25MB 03 - Restful Web Services with Spring Boot - V2/030 Step 23 - Implementing Static Filtering for REST API_en.srt | 14.75KB 03 - Restful Web Services with Spring Boot - V2/031 Step 24 - Implementing Dynamic Filtering for REST API.mp4 | 78.91MB 03 - Restful Web Services with Spring Boot - V2/031 Step 24 - Implementing Dynamic Filtering for REST API_en.srt | 15.67KB 03 - Restful Web Services with Spring Boot - V2/032 Step 25 - Monitoring APIs with Spring Boot Actuator.mp4 | 27.50MB 03 - Restful Web Services with Spring Boot - V2/032 Step 25 - Monitoring APIs with Spring Boot Actuator_en.srt | 12.04KB 03 - Restful Web Services with Spring Boot - V2/033 Step 26 - Exploring APIs with Spring Boot HAL Explorer.mp4 | 15.28MB 03 - Restful Web Services with Spring Boot - V2/033 Step 26 - Exploring APIs with Spring Boot HAL Explorer_en.srt | 7.32KB 03 - Restful Web Services with Spring Boot - V2/034 DO NOT SKIP - New to JPA and Hibernate.html | 684B 03 - Restful Web Services with Spring Boot - V2/035 Step 27 - Connecting REST API to H2 using JPA and Hibernate - An Overview.mp4 | 11.00MB 03 - Restful Web Services with Spring Boot - V2/035 Step 27 - Connecting REST API to H2 using JPA and Hibernate - An Overview_en.srt | 2.13KB 03 - Restful Web Services with Spring Boot - V2/036 DO NOT SKIP - Additional Setting For Next Step - H2-CONSOLE.html | 529B 03 - Restful Web Services with Spring Boot - V2/037 Step 28 - Creating User Entity and some test data.mp4 | 40.45MB 03 - Restful Web Services with Spring Boot - V2/037 Step 28 - Creating User Entity and some test data_en.srt | 7.05KB 03 - Restful Web Services with Spring Boot - V2/038 Step 29 - Enhancing REST API to connect to H2 using JPA and Hibernate.mp4 | 81.75MB 03 - Restful Web Services with Spring Boot - V2/038 Step 29 - Enhancing REST API to connect to H2 using JPA and Hibernate_en.srt | 16.12KB 03 - Restful Web Services with Spring Boot - V2/039 Step 30 - Creating Post Entity with Many to One Relationship with User Entity.mp4 | 56.84MB 03 - Restful Web Services with Spring Boot - V2/039 Step 30 - Creating Post Entity with Many to One Relationship with User Entity_en.srt | 13.86KB 03 - Restful Web Services with Spring Boot - V2/040 Step 31 - Implementing a GET API to retrieve all Posts of a User.mp4 | 21.59MB 03 - Restful Web Services with Spring Boot - V2/040 Step 31 - Implementing a GET API to retrieve all Posts of a User_en.srt | 4.35KB 03 - Restful Web Services with Spring Boot - V2/041 Step 32 - Implementing a POST API to create a Post for a User.mp4 | 25.17MB 03 - Restful Web Services with Spring Boot - V2/041 Step 32 - Implementing a POST API to create a Post for a User_en.srt | 8.90KB 03 - Restful Web Services with Spring Boot - V2/042 Step 33 - Exploring JPA and Hibernate Queries for REST API.mp4 | 37.16MB 03 - Restful Web Services with Spring Boot - V2/042 Step 33 - Exploring JPA and Hibernate Queries for REST API_en.srt | 10.83KB 03 - Restful Web Services with Spring Boot - V2/043 Step 34 - Connecting REST API to MySQL Database - An Overview.mp4 | 3.57MB 03 - Restful Web Services with Spring Boot - V2/043 Step 34 - Connecting REST API to MySQL Database - An Overview_en.srt | 1.97KB 03 - Restful Web Services with Spring Boot - V2/044 Step 34z - OPTIONAL - Installing Docker.mp4 | 35.71MB 03 - Restful Web Services with Spring Boot - V2/044 Step 34z - OPTIONAL - Installing Docker_en.srt | 7.82KB 03 - Restful Web Services with Spring Boot - V2/045 Resources for Next Step.html | 1.52KB 03 - Restful Web Services with Spring Boot - V2/046 Step 35 - OPTIONAL - Connecting REST API to MySQL Database - Implementation.mp4 | 105.14MB 03 - Restful Web Services with Spring Boot - V2/046 Step 35 - OPTIONAL - Connecting REST API to MySQL Database - Implementation_en.srt | 23.85KB 03 - Restful Web Services with Spring Boot - V2/047 Step 36 - Implementing Basic Authentication with Spring Security.mp4 | 35.67MB 03 - Restful Web Services with Spring Boot - V2/047 Step 36 - Implementing Basic Authentication with Spring Security_en.srt | 7.91KB 03 - Restful Web Services with Spring Boot - V2/048 Step 37 - Enhancing Spring Security Configuration for Basic Authentication.mp4 | 28.85MB 03 - Restful Web Services with Spring Boot - V2/048 Step 37 - Enhancing Spring Security Configuration for Basic Authentication_en.srt | 14.55KB 04 - Quick Introduction to Microservices/001 Section Introduction - Microservices with Spring Cloud.mp4 | 4.71MB 04 - Quick Introduction to Microservices/001 Section Introduction - Microservices with Spring Cloud_en.srt | 1.96KB 04 - Quick Introduction to Microservices/002 Step 00 - 01 - Introduction to Microservices.mp4 | 15.58MB 04 - Quick Introduction to Microservices/002 Step 00 - 01 - Introduction to Microservices_en.srt | 6.20KB 04 - Quick Introduction to Microservices/003 Step 00 - 02 - Challenges with Microservices.mp4 | 11.70MB 04 - Quick Introduction to Microservices/003 Step 00 - 02 - Challenges with Microservices_en.srt | 9.65KB 04 - Quick Introduction to Microservices/004 Step 00 - 03 - Introduction to Spring Cloud.mp4 | 30.07MB 04 - Quick Introduction to Microservices/004 Step 00 - 03 - Introduction to Spring Cloud_en.srt | 11.26KB 04 - Quick Introduction to Microservices/005 Step 00 - 04 - Advantages of Microservices Architectures.mp4 | 4.39MB 04 - Quick Introduction to Microservices/005 Step 00 - 04 - Advantages of Microservices Architectures_en.srt | 3.83KB 04 - Quick Introduction to Microservices/006 Step 00 - 05 - Microservice Components - Standardizing Ports and URL.mp4 | 14.43MB 04 - Quick Introduction to Microservices/006 Step 00 - 05 - Microservice Components - Standardizing Ports and URL_en.srt | 3.90KB 05 - Microservices with Spring Cloud - V1/001 Next Section uses Latest Version of Spring Boot.mp4 | 3.47MB 05 - Microservices with Spring Cloud - V1/001 Next Section uses Latest Version of Spring Boot_en.srt | 2.74KB 05 - Microservices with Spring Cloud - V1/002 Step 01 - Part 1 - Intro to Limits Microservice and Spring Cloud Config Server.mp4 | 11.13MB 05 - Microservices with Spring Cloud - V1/002 Step 01 - Part 1 - Intro to Limits Microservice and Spring Cloud Config Server_en.srt | 8.57KB 05 - Microservices with Spring Cloud - V1/003 Step 01 - Part 2 - Setting up Limits Microservice.mp4 | 15.43MB 05 - Microservices with Spring Cloud - V1/003 Step 01 - Part 2 - Setting up Limits Microservice_en.srt | 8.71KB 05 - Microservices with Spring Cloud - V1/004 COURSE UPDATE Limits service with =2.4.0 of SPRING BOOT.html | 432B 05 - Microservices with Spring Cloud - V1/005 Step 02 - Creating a hard coded limits service.mp4 | 31.48MB 05 - Microservices with Spring Cloud - V1/005 Step 02 - Creating a hard coded limits service_en.srt | 7.75KB 05 - Microservices with Spring Cloud - V1/006 Step 03 -Enhance limits service to get configuration from application properties.mp4 | 31.84MB 05 - Microservices with Spring Cloud - V1/006 Step 03 -Enhance limits service to get configuration from application properties_en.srt | 8.37KB 05 - Microservices with Spring Cloud - V1/007 Step 04 - Setting up Spring Cloud Config Server.mp4 | 22.99MB 05 - Microservices with Spring Cloud - V1/007 Step 04 - Setting up Spring Cloud Config Server_en.srt | 6.21KB 05 - Microservices with Spring Cloud - V1/008 Step 05 - Installing Git.mp4 | 9.31MB 05 - Microservices with Spring Cloud - V1/008 Step 05 - Installing Git_en.srt | 2.82KB 05 - Microservices with Spring Cloud - V1/009 Step 06 - Creating Local Git Repository.mp4 | 25.59MB 05 - Microservices with Spring Cloud - V1/009 Step 06 - Creating Local Git Repository_en.srt | 8.98KB 05 - Microservices with Spring Cloud - V1/010 Step 07 - Connect Spring Cloud Config Server to Local Git Repository.mp4 | 12.35MB 05 - Microservices with Spring Cloud - V1/010 Step 07 - Connect Spring Cloud Config Server to Local Git Repository_en.srt | 8.40KB 05 - Microservices with Spring Cloud - V1/011 Step 08 - Configuration for Multiple Environments in Git Repository.mp4 | 45.72MB 05 - Microservices with Spring Cloud - V1/011 Step 08 - Configuration for Multiple Environments in Git Repository_en.srt | 10.41KB 05 - Microservices with Spring Cloud - V1/012 Step 09 - Connect Limits Service to Spring Cloud Config Server.mp4 | 27.66MB 05 - Microservices with Spring Cloud - V1/012 Step 09 - Connect Limits Service to Spring Cloud Config Server_en.srt | 8.00KB 05 - Microservices with Spring Cloud - V1/013 Debugging problems with Spring Cloud Config Server.html | 1.02KB 05 - Microservices with Spring Cloud - V1/014 Step 10 - Configuring Profiles for Limits Service.mp4 | 16.44MB 05 - Microservices with Spring Cloud - V1/014 Step 10 - Configuring Profiles for Limits Service_en.srt | 10.33KB 05 - Microservices with Spring Cloud - V1/015 Step 11 - A review of Spring Cloud Config Server.mp4 | 5.38MB 05 - Microservices with Spring Cloud - V1/015 Step 11 - A review of Spring Cloud Config Server_en.srt | 5.87KB 05 - Microservices with Spring Cloud - V1/016 Step 12 - Introduction to Currency Conversion and Currency Exchange Microservice.mp4 | 6.12MB 05 - Microservices with Spring Cloud - V1/016 Step 12 - Introduction to Currency Conversion and Currency Exchange Microservice_en.srt | 4.99KB 05 - Microservices with Spring Cloud - V1/017 IMPORTANT SPRING BOOT AND SPRING CLOUD VERSIONS.html | 376B 05 - Microservices with Spring Cloud - V1/018 Step 13 - Setting up Currency Exchange Microservice.mp4 | 10.07MB 05 - Microservices with Spring Cloud - V1/018 Step 13 - Setting up Currency Exchange Microservice_en.srt | 5.82KB 05 - Microservices with Spring Cloud - V1/019 Step 14 - Create a simple hard coded currency exchange service.mp4 | 23.64MB 05 - Microservices with Spring Cloud - V1/019 Step 14 - Create a simple hard coded currency exchange service_en.srt | 10.00KB 05 - Microservices with Spring Cloud - V1/020 Step 15 - Setting up Dynamic Port in the the Response.mp4 | 36.38MB 05 - Microservices with Spring Cloud - V1/020 Step 15 - Setting up Dynamic Port in the the Response_en.srt | 11.89KB 05 - Microservices with Spring Cloud - V1/021 Step 16 - Configure JPA and Initialized Data.mp4 | 66.65MB 05 - Microservices with Spring Cloud - V1/021 Step 16 - Configure JPA and Initialized Data_en.srt | 12.96KB 05 - Microservices with Spring Cloud - V1/022 Step 17 - Create a JPA Repository.mp4 | 30.39MB 05 - Microservices with Spring Cloud - V1/022 Step 17 - Create a JPA Repository_en.srt | 9.17KB 05 - Microservices with Spring Cloud - V1/023 Step 18 - Setting up Currency Conversion Microservice.mp4 | 6.29MB 05 - Microservices with Spring Cloud - V1/023 Step 18 - Setting up Currency Conversion Microservice_en.srt | 3.73KB 05 - Microservices with Spring Cloud - V1/024 Step 19 - Creating a service for currency conversion.mp4 | 20.68MB 05 - Microservices with Spring Cloud - V1/024 Step 19 - Creating a service for currency conversion_en.srt | 11.54KB 05 - Microservices with Spring Cloud - V1/025 Step 20 - Invoking Currency Exchange Microservice from Currency Conversion Micro.mp4 | 63.84MB 05 - Microservices with Spring Cloud - V1/025 Step 20 - Invoking Currency Exchange Microservice from Currency Conversion Micro_en.srt | 13.43KB 05 - Microservices with Spring Cloud - V1/026 Step 21 - Using Feign REST Client for Service Invocation.mp4 | 110.43MB 05 - Microservices with Spring Cloud - V1/026 Step 21 - Using Feign REST Client for Service Invocation_en.srt | 19.25KB 05 - Microservices with Spring Cloud - V1/027 Step 22 - Setting up client side load balancing with Ribbon.mp4 | 24.63MB 05 - Microservices with Spring Cloud - V1/027 Step 22 - Setting up client side load balancing with Ribbon_en.srt | 8.57KB 05 - Microservices with Spring Cloud - V1/028 COURSE UPDATE Ribbon DOES NOT work with Spring Boot 2.4.html | 1.06KB 05 - Microservices with Spring Cloud - V1/029 Step 23 - Running client side load balancing with Ribbon.mp4 | 28.40MB 05 - Microservices with Spring Cloud - V1/029 Step 23 - Running client side load balancing with Ribbon_en.srt | 7.64KB 05 - Microservices with Spring Cloud - V1/030 Debugging problems with Feign and Ribbon.html | 720B 05 - Microservices with Spring Cloud - V1/031 Step 24 - Understand the need for a Naming Server.mp4 | 5.05MB 05 - Microservices with Spring Cloud - V1/031 Step 24 - Understand the need for a Naming Server_en.srt | 5.52KB 05 - Microservices with Spring Cloud - V1/032 Step 25 - Setting up Eureka Naming Server.mp4 | 31.07MB 05 - Microservices with Spring Cloud - V1/032 Step 25 - Setting up Eureka Naming Server_en.srt | 9.15KB 05 - Microservices with Spring Cloud - V1/033 Step 26 - Connecting Currency Conversion Microservice to Eureka.mp4 | 23.59MB 05 - Microservices with Spring Cloud - V1/033 Step 26 - Connecting Currency Conversion Microservice to Eureka_en.srt | 5.11KB 05 - Microservices with Spring Cloud - V1/034 Step 27 - Connecting Currency Exchange Microservice to Eureka.mp4 | 14.75MB 05 - Microservices with Spring Cloud - V1/034 Step 27 - Connecting Currency Exchange Microservice to Eureka_en.srt | 5.62KB 05 - Microservices with Spring Cloud - V1/035 COURSE UPDATE Exclude dependency on jackson-dataformat-xml.html | 920B 05 - Microservices with Spring Cloud - V1/036 Step 28 - Distributing calls using Eureka and Ribbon.mp4 | 43.69MB 05 - Microservices with Spring Cloud - V1/036 Step 28 - Distributing calls using Eureka and Ribbon_en.srt | 11.38KB 05 - Microservices with Spring Cloud - V1/037 Debugging Problems with Naming Server ( Eureka ) and Ribbon.html | 748B 05 - Microservices with Spring Cloud - V1/038 Step 29 - A review of implementing Eureka, Ribbon and Feign.mp4 | 6.98MB 05 - Microservices with Spring Cloud - V1/038 Step 29 - A review of implementing Eureka, Ribbon and Feign_en.srt | 6.31KB 05 - Microservices with Spring Cloud - V1/039 Step 30 - Introduction to API Gateways.mp4 | 3.78MB 05 - Microservices with Spring Cloud - V1/039 Step 30 - Introduction to API Gateways_en.srt | 4.08KB 05 - Microservices with Spring Cloud - V1/040 Step 31 - Setting up Zuul API Gateway.mp4 | 19.24MB 05 - Microservices with Spring Cloud - V1/040 Step 31 - Setting up Zuul API Gateway_en.srt | 7.47KB 05 - Microservices with Spring Cloud - V1/041 Step 32 - Implementing Zuul Logging Filter.mp4 | 31.37MB 05 - Microservices with Spring Cloud - V1/041 Step 32 - Implementing Zuul Logging Filter_en.srt | 9.28KB 05 - Microservices with Spring Cloud - V1/042 Step 33 - Executing a request through Zuul API Gateway.mp4 | 25.49MB 05 - Microservices with Spring Cloud - V1/042 Step 33 - Executing a request through Zuul API Gateway_en.srt | 8.62KB 05 - Microservices with Spring Cloud - V1/043 Step 34 - Setting up Zuul API Gateway between microservice invocations.mp4 | 50.99MB 05 - Microservices with Spring Cloud - V1/043 Step 34 - Setting up Zuul API Gateway between microservice invocations_en.srt | 12.19KB 05 - Microservices with Spring Cloud - V1/044 Debugging Problems with Zuul API Gateway.html | 718B 05 - Microservices with Spring Cloud - V1/045 Step 35 - Introduction to Distributed Tracing.mp4 | 3.98MB 05 - Microservices with Spring Cloud - V1/045 Step 35 - Introduction to Distributed Tracing_en.srt | 5.36KB 05 - Microservices with Spring Cloud - V1/046 Step 36 - Implementing Spring Cloud Sleuth.mp4 | 68.84MB 05 - Microservices with Spring Cloud - V1/046 Step 36 - Implementing Spring Cloud Sleuth_en.srt | 13.80KB 05 - Microservices with Spring Cloud - V1/047 Step 37 - Introduction to Distributed Tracing with Zipkin.mp4 | 6.09MB 05 - Microservices with Spring Cloud - V1/047 Step 37 - Introduction to Distributed Tracing with Zipkin_en.srt | 7.00KB 05 - Microservices with Spring Cloud - V1/048 Step 38 - Installing Rabbit MQ.mp4 | 16.42MB 05 - Microservices with Spring Cloud - V1/048 Step 38 - Installing Rabbit MQ_en.srt | 7.19KB 05 - Microservices with Spring Cloud - V1/049 Updates to Step 39 - Running Zipkin on Windows.html | 1.13KB 05 - Microservices with Spring Cloud - V1/050 Step 39 - Setting up Distributed Tracing with Zipkin.mp4 | 40.54MB 05 - Microservices with Spring Cloud - V1/050 Step 39 - Setting up Distributed Tracing with Zipkin_en.srt | 11.67KB 05 - Microservices with Spring Cloud - V1/051 Step 40 - Connecting microservices to Zipkin.mp4 | 27.24MB 05 - Microservices with Spring Cloud - V1/051 Step 40 - Connecting microservices to Zipkin_en.srt | 5.75KB 05 - Microservices with Spring Cloud - V1/052 Updates to Step 40 Use spring-cloud-starter-zipkin and spring-rabbit.html | 1.30KB 05 - Microservices with Spring Cloud - V1/053 Step 41 - Using Zipkin UI Dashboard to trace requests.mp4 | 25.39MB 05 - Microservices with Spring Cloud - V1/053 Step 41 - Using Zipkin UI Dashboard to trace requests_en.srt | 11.46KB 05 - Microservices with Spring Cloud - V1/054 Debugging Problems with Zipkin.html | 698B 05 - Microservices with Spring Cloud - V1/055 Step 42 - Understanding the need for Spring Cloud Bus.mp4 | 49.60MB 05 - Microservices with Spring Cloud - V1/055 Step 42 - Understanding the need for Spring Cloud Bus_en.srt | 15.41KB 05 - Microservices with Spring Cloud - V1/056 Step 43 - Implementing Spring Cloud Bus.mp4 | 26.28MB 05 - Microservices with Spring Cloud - V1/056 Step 43 - Implementing Spring Cloud Bus_en.srt | 9.87KB 05 - Microservices with Spring Cloud - V1/057 Step 44 - Fault Tolerance with Hystrix.mp4 | 46.74MB 05 - Microservices with Spring Cloud - V1/057 Step 44 - Fault Tolerance with Hystrix_en.srt | 10.95KB 06 - Microservices with Spring Cloud - V2/001 What's NEW in V2.mp4 | 4.75MB 06 - Microservices with Spring Cloud - V2/001 What's NEW in V2_en.srt | 2.46KB 06 - Microservices with Spring Cloud - V2/002 RECOMMENDED Use Latest Spring Boot Version.html | 527B 06 - Microservices with Spring Cloud - V2/003 Have you already completed V1.mp4 | 2.42MB 06 - Microservices with Spring Cloud - V2/003 Have you already completed V1_en.srt | 1.98KB 06 - Microservices with Spring Cloud - V2/004 Course Downloads.html | 640B 06 - Microservices with Spring Cloud - V2/005 Step 01 - Setting up Limits Microservice - V2.mp4 | 29.65MB 06 - Microservices with Spring Cloud - V2/005 Step 01 - Setting up Limits Microservice - V2_en.srt | 10.14KB 06 - Microservices with Spring Cloud - V2/006 CODE BACKUP FILES and STEP BY STEP CHANGES For Reference.html | 1.49KB 06 - Microservices with Spring Cloud - V2/007 Step 02 - Creating a hard coded limits service - V2.mp4 | 28.54MB 06 - Microservices with Spring Cloud - V2/007 Step 02 - Creating a hard coded limits service - V2_en.srt | 9.56KB 06 - Microservices with Spring Cloud - V2/008 Step 03 - Enhance limits service - Get configuration from application props - V2.mp4 | 27.21MB 06 - Microservices with Spring Cloud - V2/008 Step 03 - Enhance limits service - Get configuration from application props - V2_en.srt | 7.54KB 06 - Microservices with Spring Cloud - V2/009 Step 04 - Setting up Spring Cloud Config Server - V2.mp4 | 26.92MB 06 - Microservices with Spring Cloud - V2/009 Step 04 - Setting up Spring Cloud Config Server - V2_en.srt | 8.54KB 06 - Microservices with Spring Cloud - V2/010 Step 05 - Installing Git and Creating Local Git Repository - V2.mp4 | 20.38MB 06 - Microservices with Spring Cloud - V2/010 Step 05 - Installing Git and Creating Local Git Repository - V2_en.srt | 6.96KB 06 - Microservices with Spring Cloud - V2/011 Debugging problems with Spring Cloud Config Server - V2.html | 744B 06 - Microservices with Spring Cloud - V2/012 Step 06 - Connect Spring Cloud Config Server to Local Git Repository - V2.mp4 | 19.58MB 06 - Microservices with Spring Cloud - V2/012 Step 06 - Connect Spring Cloud Config Server to Local Git Repository - V2_en.srt | 6.63KB 06 - Microservices with Spring Cloud - V2/013 Step 07 - Connect Limits Service to Spring Cloud Config Server - V2.mp4 | 24.55MB 06 - Microservices with Spring Cloud - V2/013 Step 07 - Connect Limits Service to Spring Cloud Config Server - V2_en.srt | 7.61KB 06 - Microservices with Spring Cloud - V2/014 Step 08 - Configuring Profiles for Limits Service - V2.mp4 | 27.80MB 06 - Microservices with Spring Cloud - V2/014 Step 08 - Configuring Profiles for Limits Service - V2_en.srt | 10.26KB 06 - Microservices with Spring Cloud - V2/015 Debugging Guide for Microservices V2 + Docker + Docker Compose.mp4 | 19.75MB 06 - Microservices with Spring Cloud - V2/015 Debugging Guide for Microservices V2 + Docker + Docker Compose_en.srt | 5.67KB 06 - Microservices with Spring Cloud - V2/016 Step 09 - Introduction to Currency Conversion & Exchange Microservices - V2.mp4 | 4.86MB 06 - Microservices with Spring Cloud - V2/016 Step 09 - Introduction to Currency Conversion & Exchange Microservices - V2_en.srt | 4.32KB 06 - Microservices with Spring Cloud - V2/017 Step 10 - Setting up Currency Exchange Microservice - V2.mp4 | 15.07MB 06 - Microservices with Spring Cloud - V2/017 Step 10 - Setting up Currency Exchange Microservice - V2_en.srt | 6.93KB 06 - Microservices with Spring Cloud - V2/018 URL and Response Structure for Currency Exchange Service.html | 358B 06 - Microservices with Spring Cloud - V2/019 Step 11 - Create a simple hard coded currency exchange service - V2.mp4 | 46.58MB 06 - Microservices with Spring Cloud - V2/019 Step 11 - Create a simple hard coded currency exchange service - V2_en.srt | 11.50KB 06 - Microservices with Spring Cloud - V2/020 Step 12 - Setting up Dynamic Port in the the Response - V2.mp4 | 41.82MB 06 - Microservices with Spring Cloud - V2/020 Step 12 - Setting up Dynamic Port in the the Response - V2_en.srt | 8.98KB 06 - Microservices with Spring Cloud - V2/021 Step 13 - Configure JPA and Initialized Data - V2.mp4 | 72.48MB 06 - Microservices with Spring Cloud - V2/021 Step 13 - Configure JPA and Initialized Data - V2_en.srt | 16.42KB 06 - Microservices with Spring Cloud - V2/022 CODE BACKUP FILES and STEP BY STEP CHANGES For Reference.html | 1.51KB 06 - Microservices with Spring Cloud - V2/023 Step 14 - Create a JPA Repository - V2.mp4 | 32.00MB 06 - Microservices with Spring Cloud - V2/023 Step 14 - Create a JPA Repository - V2_en.srt | 9.45KB 06 - Microservices with Spring Cloud - V2/024 Step 15 - Setting up Currency Conversion Microservice - V2.mp4 | 9.33MB 06 - Microservices with Spring Cloud - V2/024 Step 15 - Setting up Currency Conversion Microservice - V2_en.srt | 4.22KB 06 - Microservices with Spring Cloud - V2/025 URL and Response Structure for Currency Conversion Service.html | 440B 06 - Microservices with Spring Cloud - V2/026 Step 16 - Creating a service for currency conversion - V2.mp4 | 51.39MB 06 - Microservices with Spring Cloud - V2/026 Step 16 - Creating a service for currency conversion - V2_en.srt | 10.54KB 06 - Microservices with Spring Cloud - V2/027 Step 17 - Invoking Currency Exchange from Currency Conversion Microservice - V2.mp4 | 58.27MB 06 - Microservices with Spring Cloud - V2/027 Step 17 - Invoking Currency Exchange from Currency Conversion Microservice - V2_en.srt | 10.36KB 06 - Microservices with Spring Cloud - V2/028 Step 18 - Using Feign REST Client for Service Invocation - V2.mp4 | 65.89MB 06 - Microservices with Spring Cloud - V2/028 Step 18 - Using Feign REST Client for Service Invocation - V2_en.srt | 12.94KB 06 - Microservices with Spring Cloud - V2/029 Step 19 - Understand Naming Server and Setting up Eureka Naming Server - V2.mp4 | 43.89MB 06 - Microservices with Spring Cloud - V2/029 Step 19 - Understand Naming Server and Setting up Eureka Naming Server - V2_en.srt | 12.73KB 06 - Microservices with Spring Cloud - V2/030 Debugging Problems with Eureka - V2.html | 1.17KB 06 - Microservices with Spring Cloud - V2/031 Step 20 - Connect Currency Conversion & Currency Exchange Microservices - V2.mp4 | 37.86MB 06 - Microservices with Spring Cloud - V2/031 Step 20 - Connect Currency Conversion & Currency Exchange Microservices - V2_en.srt | 8.16KB 06 - Microservices with Spring Cloud - V2/032 Course Update - Github Repositories.html | 830B 06 - Microservices with Spring Cloud - V2/033 Step 21 - QuickStart by Importing Microservices.mp4 | 38.81MB 06 - Microservices with Spring Cloud - V2/033 Step 21 - QuickStart by Importing Microservices_en.srt | 9.31KB 06 - Microservices with Spring Cloud - V2/034 Step 22 - Load Balancing with Eureka, Feign & Spring Cloud LoadBalancer - V2.mp4 | 29.42MB 06 - Microservices with Spring Cloud - V2/034 Step 22 - Load Balancing with Eureka, Feign & Spring Cloud LoadBalancer - V2_en.srt | 7.46KB 06 - Microservices with Spring Cloud - V2/035 Step 22 - Setting up Spring Cloud API Gateway.mp4 | 27.21MB 06 - Microservices with Spring Cloud - V2/035 Step 22 - Setting up Spring Cloud API Gateway_en.srt | 9.68KB 06 - Microservices with Spring Cloud - V2/036 URLs for next Lecture.html | 1.12KB 06 - Microservices with Spring Cloud - V2/037 Step 23 - Enabling Discovery Locator with Eureka for Spring Cloud Gateway.mp4 | 49.41MB 06 - Microservices with Spring Cloud - V2/037 Step 23 - Enabling Discovery Locator with Eureka for Spring Cloud Gateway_en.srt | 12.22KB 06 - Microservices with Spring Cloud - V2/038 Debugging Problems with Spring Cloud Gateway - V2.html | 1.21KB 06 - Microservices with Spring Cloud - V2/039 Step 24 - Exploring Routes with Spring Cloud Gateway.mp4 | 121.44MB 06 - Microservices with Spring Cloud - V2/039 Step 24 - Exploring Routes with Spring Cloud Gateway_en.srt | 20.97KB 06 - Microservices with Spring Cloud - V2/040 Step 25 - Implementing Spring Cloud Gateway Logging Filter.mp4 | 45.88MB 06 - Microservices with Spring Cloud - V2/040 Step 25 - Implementing Spring Cloud Gateway Logging Filter_en.srt | 10.05KB 06 - Microservices with Spring Cloud - V2/041 Step 26 - Getting started with Circuit Breaker - Resilience4j.mp4 | 43.92MB 06 - Microservices with Spring Cloud - V2/041 Step 26 - Getting started with Circuit Breaker - Resilience4j_en.srt | 11.96KB 06 - Microservices with Spring Cloud - V2/042 DO NOT SKIP Update to Step 28 and Step 29 - Change in Configuration.html | 214B 06 - Microservices with Spring Cloud - V2/043 Step 27 - Playing with Resilience4j - Retry and Fallback Methods.mp4 | 100.31MB 06 - Microservices with Spring Cloud - V2/043 Step 27 - Playing with Resilience4j - Retry and Fallback Methods_en.srt | 18.45KB 06 - Microservices with Spring Cloud - V2/044 Step 28 - Playing with Circuit Breaker Features of Resilience4j.mp4 | 74.63MB 06 - Microservices with Spring Cloud - V2/044 Step 28 - Playing with Circuit Breaker Features of Resilience4j_en.srt | 16.41KB 06 - Microservices with Spring Cloud - V2/045 Step 29 - Exploring Rate Limiting and BulkHead Features of Resilience4j - V2.mp4 | 48.80MB 06 - Microservices with Spring Cloud - V2/045 Step 29 - Exploring Rate Limiting and BulkHead Features of Resilience4j - V2_en.srt | 10.04KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/001 Step 00 - Match made in Heaven - Docker and Microservices.mp4 | 5.64MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/001 Step 00 - Match made in Heaven - Docker and Microservices_en.srt | 4.72KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/002 Step 01 - Installing Docker - Docker - V2.mp4 | 12.31MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/002 Step 01 - Installing Docker - Docker - V2_en.srt | 7.51KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/003 RECOMMENDATION Use PowerShell in Windows!.html | 732B 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/004 Step 02 - Your First Docker Usecase - Deploy a Spring Boot Application.mp4 | 10.55MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/004 Step 02 - Your First Docker Usecase - Deploy a Spring Boot Application_en.srt | 5.41KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/005 Step 03 - Docker Concepts - Registry, Repository, Tag, Image and Containers.mp4 | 44.08MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/005 Step 03 - Docker Concepts - Registry, Repository, Tag, Image and Containers_en.srt | 10.37KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/006 Step 04 - Playing with Docker Images and Containers.mp4 | 40.09MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/006 Step 04 - Playing with Docker Images and Containers_en.srt | 11.08KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/007 Step 05 - Understanding Docker Architecture - Docker Client, Docker Engine.mp4 | 13.57MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/007 Step 05 - Understanding Docker Architecture - Docker Client, Docker Engine_en.srt | 6.95KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/008 Step 06 - Why is Docker Popular.mp4 | 4.21MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/008 Step 06 - Why is Docker Popular_en.srt | 5.59KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/009 Step 07 - Playing with Docker Images.mp4 | 45.98MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/009 Step 07 - Playing with Docker Images_en.srt | 16.45KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/010 Step 08 - Playing with Docker Containers.mp4 | 60.60MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/010 Step 08 - Playing with Docker Containers_en.srt | 19.43KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/011 Step 09 - Playing with Docker Commands - stats, system.mp4 | 33.61MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/011 Step 09 - Playing with Docker Commands - stats, system_en.srt | 12.80KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/012 Step 10 - Introduction to Distributed Tracing.mp4 | 2.89MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/012 Step 10 - Introduction to Distributed Tracing_en.srt | 3.37KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/013 Step 11 - Launching Zipkin Container using Docker.mp4 | 7.58MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/013 Step 11 - Launching Zipkin Container using Docker_en.srt | 5.78KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/014 Step 12 00 - Getting Started with Observability and OpenTelemetry.mp4 | 6.03MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/014 Step 12 00 - Getting Started with Observability and OpenTelemetry_en.srt | 4.38KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/015 Next Lecture - Configuration for Connecting Microservices with Zipkin.html | 572B 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/016 Step 12 - Connecting Currency Exchange Microservice with Zipkin.mp4 | 97.04MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/016 Step 12 - Connecting Currency Exchange Microservice with Zipkin_en.srt | 22.55KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/017 Step 13 - Connecting Currency Conversion Microservice & API Gateway with Zipkin.mp4 | 113.11MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/017 Step 13 - Connecting Currency Conversion Microservice & API Gateway with Zipkin_en.srt | 23.03KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/018 Link for the Next Lecture.html | 334B 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/019 Step 14 - Getting Setup with Microservices for Creating Container Images.mp4 | 15.54MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/019 Step 14 - Getting Setup with Microservices for Creating Container Images_en.srt | 8.89KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/020 Step 15 - Creating Container Image for Currency Exchange Microservice.mp4 | 76.31MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/020 Step 15 - Creating Container Image for Currency Exchange Microservice_en.srt | 16.28KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/021 Step 16 - Getting Started with Docker Compose - Currency Exchange Microservice.mp4 | 43.11MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/021 Step 16 - Getting Started with Docker Compose - Currency Exchange Microservice_en.srt | 11.09KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/022 Step 17 - Running Eureka Naming Server with Docker Compose.mp4 | 65.23MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/022 Step 17 - Running Eureka Naming Server with Docker Compose_en.srt | 11.05KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/023 Step 18 - Running Currency Conversion Microservice with Docker Compose.mp4 | 38.78MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/023 Step 18 - Running Currency Conversion Microservice with Docker Compose_en.srt | 7.80KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/024 Step 19 - Running Spring Cloud API Gateway with Docker Compose.mp4 | 32.92MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/024 Step 19 - Running Spring Cloud API Gateway with Docker Compose_en.srt | 6.06KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/025 Debugging Problems with Docker Compose.html | 1.05KB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/026 Spring Boot 3 Update - Zipkin URL Configuration.html | 909B 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/027 Step 20 - Running Zipkin with Docker Compose.mp4 | 30.14MB 07 - Docker with Microservices using Spring Boot and Spring Cloud - V2/027 Step 20 - Running Zipkin with Docker Compose_en.srt | 6.92KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/001 Step 00 - Docker, Kubernetes and Microservices - Made for each other.mp4 | 7.07MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/001 Step 00 - Docker, Kubernetes and Microservices - Made for each other_en.srt | 6.54KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/002 Step 01 - Getting Started with Docker, Kubernetes and Google Kubernetes Engine.mp4 | 34.34MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/002 Step 01 - Getting Started with Docker, Kubernetes and Google Kubernetes Engine_en.srt | 18.46KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/003 Step 02 - Creating Google Cloud Account.mp4 | 6.37MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/003 Step 02 - Creating Google Cloud Account_en.srt | 6.40KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/004 Step 03 - Creating Kubernetes Cluster with Google Kubernete Engine (GKE).mp4 | 15.45MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/004 Step 03 - Creating Kubernetes Cluster with Google Kubernete Engine (GKE)_en.srt | 13.07KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/005 Step 04 - Review Kubernetes Cluster and Learn Few Fun Facts about Kubernetes.mp4 | 8.56MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/005 Step 04 - Review Kubernetes Cluster and Learn Few Fun Facts about Kubernetes_en.srt | 6.54KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/006 Step 05 - Deploy Your First Spring Boot Application to Kubernetes Cluster.mp4 | 51.56MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/006 Step 05 - Deploy Your First Spring Boot Application to Kubernetes Cluster_en.srt | 18.48KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/007 Commands executed in this section.html | 4.85KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/008 Step 06 - Quick Look at Kubernetes Concepts - Pods, Replica Sets and Deployment.mp4 | 24.40MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/008 Step 06 - Quick Look at Kubernetes Concepts - Pods, Replica Sets and Deployment_en.srt | 7.66KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/009 Step 07 - Understanding Pods in Kubernetes.mp4 | 26.57MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/009 Step 07 - Understanding Pods in Kubernetes_en.srt | 9.90KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/010 Step 08 - Understanding ReplicaSets in Kubernetes.mp4 | 48.77MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/010 Step 08 - Understanding ReplicaSets in Kubernetes_en.srt | 14.24KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/011 Step 09 - Understanding Deployment in Kubernetes.mp4 | 71.48MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/011 Step 09 - Understanding Deployment in Kubernetes_en.srt | 22.13KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/012 Step 10 - Quick Review of Kubernetes Concepts - Pods, Replica Sets & Deployments.mp4 | 4.19MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/012 Step 10 - Quick Review of Kubernetes Concepts - Pods, Replica Sets & Deployments_en.srt | 5.37KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/013 Step 11 - Understanding Services in Kubernetes.mp4 | 39.48MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/013 Step 11 - Understanding Services in Kubernetes_en.srt | 12.62KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/014 Step 12 - Quick Review of GKE on Google Cloud Console.mp4 | 9.74MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/014 Step 12 - Quick Review of GKE on Google Cloud Console_en.srt | 5.50KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/015 Step 13 - Understanding Kubernetes Architecture - Master Node and Nodes.mp4 | 11.63MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/015 Step 13 - Understanding Kubernetes Architecture - Master Node and Nodes_en.srt | 13.60KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/016 Installing Gcloud.mp4 | 38.79MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/016 Installing Gcloud_en.srt | 9.04KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/017 Installing Kubectl.mp4 | 24.72MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/017 Installing Kubectl_en.srt | 4.50KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/018 Link for the Next Lecture.html | 343B 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/019 Step 14 - Setup Currency Exchange & Conversion Microservices - Kubernetes.mp4 | 75.28MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/019 Step 14 - Setup Currency Exchange & Conversion Microservices - Kubernetes_en.srt | 15.71KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/020 Step 15 - Container images for Exchange & Currency Conversion Microservices.mp4 | 21.75MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/020 Step 15 - Container images for Exchange & Currency Conversion Microservices_en.srt | 8.58KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/021 Step 16 - Deploy Microservices to Kubernetes & Understand Service Discovery.mp4 | 67.58MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/021 Step 16 - Deploy Microservices to Kubernetes & Understand Service Discovery_en.srt | 15.57KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/022 Step 17 - Creating Declarative Configuration Kubernetes YAML for Microservices.mp4 | 59.06MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/022 Step 17 - Creating Declarative Configuration Kubernetes YAML for Microservices_en.srt | 12.58KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/023 Step 18 - Clean up Kubernetes YAML for Microservices.mp4 | 25.54MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/023 Step 18 - Clean up Kubernetes YAML for Microservices_en.srt | 12.71KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/024 Step 19 - Enable Logging and Tracing APIs in Google Cloud Platform.mp4 | 7.03MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/024 Step 19 - Enable Logging and Tracing APIs in Google Cloud Platform_en.srt | 2.81KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/025 Step 20 - Deploying Microservices using Kubernetes YAML Configuration.mp4 | 34.27MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/025 Step 20 - Deploying Microservices using Kubernetes YAML Configuration_en.srt | 6.51KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/026 Step 21 - Playing with Kubernetes Declarative YAML Configuration.mp4 | 18.63MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/026 Step 21 - Playing with Kubernetes Declarative YAML Configuration_en.srt | 5.96KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/027 Step 22 - Creating Environment Variables to enable Microservice Communication.mp4 | 85.96MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/027 Step 22 - Creating Environment Variables to enable Microservice Communication_en.srt | 16.69KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/028 Step 23 - Understanding Centralized Configuration in Kubernetes - Config Maps.mp4 | 34.84MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/028 Step 23 - Understanding Centralized Configuration in Kubernetes - Config Maps_en.srt | 9.38KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/029 Step 24 - Exploring Centralized Logging and Monitoring in GKE.mp4 | 36.64MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/029 Step 24 - Exploring Centralized Logging and Monitoring in GKE_en.srt | 10.04KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/030 Step 25 - Exploring Microservices Deployments with Kubernetes.mp4 | 62.83MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/030 Step 25 - Exploring Microservices Deployments with Kubernetes_en.srt | 12.77KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/031 Step 26 - Configuring Liveness and Readiness Probes for Microservices with K8S.mp4 | 60.82MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/031 Step 26 - Configuring Liveness and Readiness Probes for Microservices with K8S_en.srt | 14.18KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/032 Step 27 - Autoscaling Microservices with Kubernetes.mp4 | 30.87MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/032 Step 27 - Autoscaling Microservices with Kubernetes_en.srt | 10.14KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/033 Step 28 - Delete Kubernetes Cluster and Thank You!.mp4 | 3.99MB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/033 Step 28 - Delete Kubernetes Cluster and Thank You!_en.srt | 1.73KB 08 - Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2/034 Do You Want To Help Us.html | 891B 09 - Thanks/001 DO NOT SKIP - I Would Love To Congratulate You!.html | 1.27KB 09 - Thanks/002 Thank You.mp4 | 1.39MB 09 - Thanks/002 Thank You_en.srt | 1.48KB 09 - Thanks/003 Bonus Lecture.html | 1.79KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/001 Step 01 - Getting Started with Spring Boot - Goals.mp4 | 3.09MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/001 Step 01 - Getting Started with Spring Boot - Goals_en.srt | 2.54KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/002 Step 02 - Understanding the World Before Spring Boot - 10000 Feet Overview.mp4 | 7.55MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/002 Step 02 - Understanding the World Before Spring Boot - 10000 Feet Overview_en.srt | 6.33KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/003 Step 03 - Setting up New Spring Boot Project with Spring Initializr.mp4 | 33.64MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/003 Step 03 - Setting up New Spring Boot Project with Spring Initializr_en.srt | 12.02KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/004 Step 04 - Build a Hello World API with Spring Boot.mp4 | 56.73MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/004 Step 04 - Build a Hello World API with Spring Boot_en.srt | 14.33KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/005 Step 05 - Understanding the Goal of Spring Boot.mp4 | 6.60MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/005 Step 05 - Understanding the Goal of Spring Boot_en.srt | 5.11KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/006 Step 06 - Understanding Spring Boot Magic - Spring Boot Starter Projects.mp4 | 39.52MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/006 Step 06 - Understanding Spring Boot Magic - Spring Boot Starter Projects_en.srt | 8.59KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/007 Step 07 - Understanding Spring Boot Magic - Auto Configuration.mp4 | 71.43MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/007 Step 07 - Understanding Spring Boot Magic - Auto Configuration_en.srt | 14.14KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/008 Step 08 - Build Faster with Spring Boot DevTools.mp4 | 23.88MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/008 Step 08 - Build Faster with Spring Boot DevTools_en.srt | 6.95KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/009 Step 09 - Get Production Ready with Spring Boot - 1 - Profiles.mp4 | 27.52MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/009 Step 09 - Get Production Ready with Spring Boot - 1 - Profiles_en.srt | 12.63KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/010 Step 10 - Get Production Ready with Spring Boot - 2 - ConfigurationProperties.mp4 | 53.48MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/010 Step 10 - Get Production Ready with Spring Boot - 2 - ConfigurationProperties_en.srt | 12.29KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/011 Step 11 - Get Production Ready with Spring Boot - 3 - Embedded Servers.mp4 | 47.48MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/011 Step 11 - Get Production Ready with Spring Boot - 3 - Embedded Servers_en.srt | 11.06KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/012 Step 12 - Get Production Ready with Spring Boot - 4 - Actuator.mp4 | 59.09MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/012 Step 12 - Get Production Ready with Spring Boot - 4 - Actuator_en.srt | 13.11KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/013 Step 13 - Understanding Spring Boot vs Spring vs Spring MVC.mp4 | 8.62MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/013 Step 13 - Understanding Spring Boot vs Spring vs Spring MVC_en.srt | 7.25KB 10 - Appendix - Introduction to Spring Boot in 12 Steps/014 Step 14 - Getting Started with Spring Boot - Review.mp4 | 1.02MB 10 - Appendix - Introduction to Spring Boot in 12 Steps/014 Step 14 - Getting Started with Spring Boot - Review_en.srt | 1.19KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/001 Step 01 - Getting Started with JPA and Hibernate - Goals.mp4 | 2.96MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/001 Step 01 - Getting Started with JPA and Hibernate - Goals_en.srt | 2.68KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/002 Step 02 - Setting up New Spring Boot Project for JPA and Hibernate.mp4 | 38.67MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/002 Step 02 - Setting up New Spring Boot Project for JPA and Hibernate_en.srt | 14.48KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/003 Step 03 - Launching up H2 Console and Creating Course Table in H2.mp4 | 50.27MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/003 Step 03 - Launching up H2 Console and Creating Course Table in H2_en.srt | 11.58KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/004 Step 04 - Getting Started with Spring JDBC.mp4 | 16.36MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/004 Step 04 - Getting Started with Spring JDBC_en.srt | 6.39KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/005 Step 05 - Inserting Hardcoded Data using Spring JDBC.mp4 | 57.99MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/005 Step 05 - Inserting Hardcoded Data using Spring JDBC_en.srt | 12.67KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/006 Step 06 - Inserting and Deleting Data using Spring JDBC.mp4 | 62.26MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/006 Step 06 - Inserting and Deleting Data using Spring JDBC_en.srt | 14.38KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/007 Step 07 - Querying Data using Spring JDBC.mp4 | 47.12MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/007 Step 07 - Querying Data using Spring JDBC_en.srt | 7.86KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/008 Step 08 - Getting Started with JPA and EntityManager.mp4 | 101.55MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/008 Step 08 - Getting Started with JPA and EntityManager_en.srt | 17.45KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/009 Step 09 - Exploring the Magic of JPA.mp4 | 29.28MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/009 Step 09 - Exploring the Magic of JPA_en.srt | 5.21KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/010 Step 10 - Getting Started with Spring Data JPA.mp4 | 43.91MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/010 Step 10 - Getting Started with Spring Data JPA_en.srt | 8.48KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/011 Step 11 - Exploring features of Spring Data JPA.mp4 | 46.67MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/011 Step 11 - Exploring features of Spring Data JPA_en.srt | 7.24KB 11 - Appendix - Introduction to JPA in 10 Steps - V2/012 Step 12 - Understanding difference between Hibernate and JPA.mp4 | 32.84MB 11 - Appendix - Introduction to JPA in 10 Steps - V2/012 Step 12 - Understanding difference between Hibernate and JPA_en.srt | 7.66KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/001 Step 00 - Introduction to Functional Programming - Overview.mp4 | 2.73MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/001 Step 00 - Introduction to Functional Programming - Overview_en.srt | 2.61KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/002 Step 01 - Getting Started with Functional Programming with Java.mp4 | 13.96MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/002 Step 01 - Getting Started with Functional Programming with Java_en.srt | 9.70KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/003 Step 02 - Writing Your First Java Functional Program.mp4 | 17.79MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/003 Step 02 - Writing Your First Java Functional Program_en.srt | 9.28KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/004 Step 03 - Improving Java Functional Program with filter.mp4 | 42.80MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/004 Step 03 - Improving Java Functional Program with filter_en.srt | 12.74KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/005 Step 04 - Using Lambda Expression to enhance your Functional Program.mp4 | 18.27MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/005 Step 04 - Using Lambda Expression to enhance your Functional Program_en.srt | 9.10KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/006 Step 05 - Do Functional Programming Exercises with Streams, Filters and Lambdas.mp4 | 35.92MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/006 Step 05 - Do Functional Programming Exercises with Streams, Filters and Lambdas_en.srt | 8.52KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/007 Step 06 - Using map in Functional Programs - with Exercises.mp4 | 41.77MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/007 Step 06 - Using map in Functional Programs - with Exercises_en.srt | 9.58KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/008 Step 07 - Understanding Optional class in Java.mp4 | 21.50MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/008 Step 07 - Understanding Optional class in Java_en.srt | 11.59KB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/009 Step 08 - Quick Review of Functional Programming Basics.mp4 | 11.66MB 12 - APPENDIX - Introduction to Functional Programming in 30 Minutes/009 Step 08 - Quick Review of Functional Programming Basics_en.srt | 4.86KB

Recommend

Magnetic link has been copied to the cutting board