FileMood

Download UD75

UD75

Name

UD75

 DOWNLOAD Copy Link

Total Size

2.0 GB

Total Files

137

Hash

BC9A5C77F824F45FF6231B553AF7A75F2B742E0B

/01 Introduction/

001 Microservices and RESTful APIs with Spring Boot and Spring Cloud - Preview.mp4

7.3 MB

002 Congratulations.html

2.0 KB

003 0000.0002.Spring-Microservices-CourseGuide.pdf

2.5 MB

003 Introduction to the Course Course Guide.mp4

2.8 MB

/02 Introduction To Web Services/

004 What is a Web Service.mp4

11.2 MB

005 Important How Questions related to Web Services.mp4

11.5 MB

006 Web Services - Key Terminology.mp4

7.5 MB

007 Introduction to SOAP Web Services.mp4

8.2 MB

008 Introduction to RESTful Web Services.mp4

14.3 MB

009 SOAP vs RESTful Web Services.mp4

4.0 MB

/03 Restful Web Services with Spring Boot/

010 Section Introduction - RESTful Web Services with Spring Boot.mp4

4.5 MB

011 Step 01 - Initializing a RESTful Services Project with Spring Boot.mp4

15.9 MB

012 Fastest Approach to Solve All Your Exceptions.html

2.4 KB

013 Step 02 - Understanding the RESTful Services we would create in this course.mp4

13.2 MB

014 Step 03 - Creating a Hello World Service.mp4

34.8 MB

015 Step 04 - Enhancing the Hello World Service to return a Bean.mp4

41.7 MB

016 Step 05 - Quick Review of Spring Boot Auto Configuration and Dispatcher Servlet.mp4

29.0 MB

017 Step 06 - Enhancing the Hello World Service with a Path Variable.mp4

8.5 MB

018 Step 07 - Creating User Bean and User Service.mp4

21.3 MB

019 Step 08 - Implementing GET Methods for User Resource.mp4

12.0 MB

020 Step 09 - Implementing POST Method to create User Resource.mp4

72.9 MB

021 Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location.mp4

16.9 MB

022 Step 11 - Implementing Exception Handling - 404 Resource Not Found.mp4

16.2 MB

023 Step 12 - Implementing Generic Exception Handling for all Resources.mp4

39.2 MB

024 Step 13 - Exercise User Post Resource and Exception Handling.mp4

3.3 MB

025 Step 14 - Implementing DELETE Method to delete a User Resource.mp4

11.8 MB

026 Recommended Spring Boot Version - 2.1.3.RELEASE.html

1.6 KB

027 Step 15 - Implementing Validations for RESTful Services.mp4

32.6 MB

028 Quick Tip HATEOAS Recent Changes.html

2.0 KB

029 Step 16 - Implementing HATEOAS for RESTful Services.mp4

25.9 MB

030 Step 17 - Overview of Advanced RESTful Service Features.mp4

1.8 MB

031 Step 18 - Internationalization for RESTful Services.mp4

26.6 MB

032 Step 18 Part 2 - Internationalization for RESTful Services.mp4

7.3 MB

033 Step 19 - Content Negotiation - Implementing Support for XML.mp4

15.7 MB

034 Step 20 - Configuring Auto Generation of Swagger Documentation.mp4

56.0 MB

035 Step 21 - Introduction to Swagger Documentation Format.mp4

24.5 MB

036 Course Update Incompatibility in recent versions of Swagger and Hateoas.html

2.5 KB

037 Step 22 - Enhancing Swagger Documentation with Custom Annotations.mp4

31.7 MB

038 Step 23 - Monitoring APIs with Spring Boot Actuator.mp4

31.2 MB

039 Step 24 - Implementing Static Filtering for RESTful Service.mp4

20.2 MB

040 Step 25 - Implementing Dynamic Filtering for RESTful Service.mp4

26.0 MB

041 Step 26 - Versioning RESTful Services - Basic Approach with URIs.mp4

16.6 MB

042 Step 27 - Versioning RESTful Services - Header and Content Negotiation Approach.mp4

27.4 MB

043 Step 28 - Implementing Basic Authentication with Spring Security.mp4

14.3 MB

044 Step 29 - Overview of Connecting RESTful Service to JPA.mp4

5.0 MB

045 Step 30 - Creating User Entity and some test data.mp4

12.4 MB

046 Step 31 - Updating GET methods on User Resource to use JPA.mp4

21.3 MB

047 Step 32 - Updating POST and DELETE methods on User Resource to use JPA.mp4

13.7 MB

048 Step 33 - Creating Post Entity and Many to One Relationship with User Entity.mp4

19.4 MB

049 Step 34 - Implementing a GET service to retrieve all Posts of a User.mp4

12.3 MB

050 Step 35 - Implementing a POST service to create a Post for a User.mp4

18.9 MB

051 Step 36 - Richardson Maturity Model.mp4

6.4 MB

052 Step 37 - RESTful Web Services - Best Practices.mp4

6.2 MB

/04 Microservices with Spring Cloud/

053 Section Introduction - Microservices with Spring Cloud.mp4

5.7 MB

054 Step 00 - 01 - Introduction to Microservices.mp4

10.1 MB

055 Step 00 - 02 - Challenges with Microservices.mp4

9.9 MB

056 Step 00 - 03 - Introduction to Spring Cloud.mp4

16.6 MB

057 Step 00 - 04 - Advantages of Microservices Architectures.mp4

4.9 MB

058 Step 00 - 05 - Microservice Components - Standardizing Ports and URL.mp4

7.6 MB

059 Step 01 - Part 1 - Intro to Limits Microservice and Spring Cloud Config Server.mp4

9.1 MB

060 Step 01 - Part 2 - Setting up Limits Microservice.mp4

12.3 MB

061 Step 02 - Creating a hard coded limits service.mp4

13.2 MB

062 Step 03 -Enhance limits service to get configuration from application properties.mp4

47.2 MB

063 Step 04 - Setting up Spring Cloud Config Server.mp4

9.2 MB

064 Step 05 - Installing Git.mp4

4.1 MB

065 Step 06 - Creating Local Git Repository.mp4

10.8 MB

066 Step 07 - Connect Spring Cloud Config Server to Local Git Repository.mp4

12.4 MB

067 Step 08 - Configuration for Multiple Environments in Git Repository.mp4

16.2 MB

068 Step 09 - Connect Limits Service to Spring Cloud Config Server.mp4

13.2 MB

069 Debugging problems with Spring Cloud Config Server.html

1.6 KB

070 Step 10 - Configuring Profiles for Limits Service.mp4

12.8 MB

071 Step 11 - A review of Spring Cloud Config Server.mp4

7.4 MB

072 Step 12 - Introduction to Currency Conversion and Currency Exchange Microservice.mp4

6.1 MB

073 Step 13 - Setting up Currency Exchange Microservice.mp4

8.1 MB

074 Step 14 - Create a simple hard coded currency exchange service.mp4

17.1 MB

075 Step 15 - Setting up Dynamic Port in the the Response.mp4

20.3 MB

076 Step 16 - Configure JPA and Initialized Data.mp4

23.0 MB

077 Step 17 - Create a JPA Repository.mp4

14.9 MB

078 Step 18 - Setting up Currency Conversion Microservice.mp4

5.1 MB

079 Step 19 - Creating a service for currency conversion.mp4

17.9 MB

080 Step 20 - Invoking Currency Exchange Microservice from Currency Conversion Micro.mp4

24.3 MB

081 Use Spring Cloud - Greenwich.RC2 and Spring Boot - 2.1.1.RELEASE.html

1.8 KB

082 Step 21 - Using Feign REST Client for Service Invocation.mp4

30.3 MB

083 Step 22 - Setting up client side load balancing with Ribbon.mp4

13.9 MB

084 Step 23 - Running client side load balancing with Ribbon.mp4

14.0 MB

085 Debugging problems with Feign and Ribbon.html

1.6 KB

086 Step 24 - Understand the need for a Naming Server.mp4

6.1 MB

087 Step 25 - Setting up Eureka Naming Server.mp4

13.2 MB

088 Step 26 - Connecting Currency Conversion Microservice to Eureka.mp4

8.7 MB

089 Step 27 - Connecting Currency Exchange Microservice to Eureka.mp4

6.2 MB

090 Step 28 - Distributing calls using Eureka and Ribbon.mp4

19.3 MB

091 Debugging Problems with Naming Server ( Eureka ) and Ribbon.html

1.6 KB

092 Step 29 - A review of implementing Eureka Ribbon and Feign.mp4

7.3 MB

093 Step 30 - Introduction to API Gateways.mp4

4.9 MB

094 Step 31 - Setting up Zuul API Gateway.mp4

10.7 MB

095 Step 32 - Implementing Zuul Logging Filter.mp4

16.1 MB

096 Step 33 - Executing a request through Zuul API Gateway.mp4

13.5 MB

097 Step 34 - Setting up Zuul API Gateway between microservice invocations.mp4

19.8 MB

098 Debugging Problems with Zuul API Gateway.html

1.6 KB

099 Step 35 - Introduction to Distributed Tracing.mp4

5.7 MB

100 Step 36 - Implementing Spring Cloud Sleuth.mp4

16.1 MB

101 Step 37 - Introduction to Distributed Tracing with Zipkin.mp4

8.0 MB

102 Step 38 - Installing Rabbit MQ.mp4

10.9 MB

103 Updates to Step 39 - Running Zipkin on Windows.html

1.7 KB

104 Step 39 - Setting up Distributed Tracing with Zipkin.mp4

56.7 MB

105 Step 40 - Connecting microservices to Zipkin.mp4

11.0 MB

106 Updates to Step 40 Use spring-cloud-starter-zipkin and spring-rabbit.html

2.2 KB

107 Step 41 - Using Zipkin UI Dashboard to trace requests.mp4

7.9 MB

108 Debugging Problems with Zipkin.html

1.6 KB

109 Step 42 - Understanding the need for Spring Cloud Bus.mp4

77.4 MB

110 Step 43 - Implementing Spring Cloud Bus.mp4

37.3 MB

111 Step 44 - Fault Tolerance with Hystrix.mp4

17.7 MB

/05 Thanks/

112 Bonus Lecture.html

18.5 KB

113 Thank You.mp4

2.0 MB

/06 Appendix - Introduction to Spring Boot in 10 Steps/

114 0005 - Section Introduction 04 - Introduction to Spring Boot in 10 Steps.mp4

2.8 MB

115 Step 1 Introduction to Spring Boot - Goals and Important Features.mp4

12.8 MB

116 Step 2 Developing Spring Applications before Spring Boot.mp4

9.6 MB

117 Step 3 Using Spring Initializr to create a project.mp4

11.6 MB

118 Step 4 Creating a Simple REST Controller.mp4

17.5 MB

119 Step 5 What is Spring Boot Auto Configuration.mp4

37.8 MB

120 Step 6 Spring Boot vs Spring vs Spring MVC.mp4

16.5 MB

121 Step 7 Spring Boot Starter Projects - Starter Web and Starter JPA.mp4

32.4 MB

122 Step 8 Overview of different Spring Boot Starter Projects.mp4

10.2 MB

123 Step 9 Spring Boot Actuator.mp4

32.3 MB

124 Step 10 Spring Boot Developer Tools.mp4

19.0 MB

/07 Appendix - Introduction to JPA in 10 Steps/

125 Section Introduction - Introduction to JPA in 10 Steps.mp4

3.7 MB

126 Step 1 Object Relational Impedence Mismatch.mp4

10.5 MB

127 Step 2 World before JPA - JDBC Spring JDBC and myBatis.mp4

17.7 MB

128 Step 3 Introduction to JPA.mp4

10.9 MB

129 Step 4 Creating a JPA Project using Spring Initializr.mp4

16.9 MB

130 Step 5 Defining a JPA Entity - User.mp4

12.3 MB

131 Step 6 Defining a Service to manage the Entity - UserService and EntityManager.mp4

14.3 MB

132 Step 7 Using a Command Line Runner to save the User to database.mp4

15.9 MB

133 Step 8 Magic of Spring Boot and In Memory Database H2.mp4

26.5 MB

134 Step 9 Introduction to Spring Data JPA.mp4

15.6 MB

135 Step 10 More JPA Repository findById and findAll.mp4

10.8 MB

/

Torrent_downloaded_from_Demonoid.is_.txt

0.1 KB

 

Total files 137


Copyright © 2024 FileMood.com