| 01 - Getting Started with the Course | |||
| 001 Course Introduction.mp4 | 11.43 MB | ||
| 001 Course Introduction_en.srt | 4.58 KB | ||
| 002 Prerequisites.mp4 | 3.59 MB | ||
| 002 Prerequisites_en.srt | 1.52 KB | ||
| 02 - Source Code and Course Slides for this Course | |||
| 001 Source Code.html | 104 B | ||
| 002 Course Slides.html | 107 B | ||
| 36701066-reactive-spring.pdf | 807.58 KB | ||
| 36701068-reactive-spring.key | 2.73 MB | ||
| 36701070-reactive-spring.pptx | 734.29 KB | ||
| 36923482-reactive-spring-webflux.zip | 658.47 KB | ||
| external-assets-links.txt | 86 B | ||
| 03 - Why Reactive Programming _ | |||
| 001 Why Reactive Programming - Part 1_.mp4 | 7.14 MB | ||
| 001 Why Reactive Programming - Part 1__en.srt | 7.36 KB | ||
| 002 Why Reactive Programming - Part 2_.mp4 | 13.69 MB | ||
| 002 Why Reactive Programming - Part 2__en.srt | 6.3 KB | ||
| 04 - Introduction to Reactive Programming | |||
| 001 What is Reactive Programming _.mp4 | 10.43 MB | ||
| 001 What is Reactive Programming __en.srt | 10.47 KB | ||
| 002 Introduction to Reactive Streams.mp4 | 8.28 MB | ||
| 002 Introduction to Reactive Streams_en.srt | 8.34 KB | ||
| 05 - Introduction to Spring WebFlux | |||
| 001 Non-Blocking(Reactive) RestFul API using Spring WebFlux.mp4 | 10.74 MB | ||
| 001 Non-Blocking(Reactive) RestFul API using Spring WebFlux_en.srt | 5 KB | ||
| 06 - Getting Started with Project Reactor | |||
| 001 Introduction to Project Reactor.mp4 | 8.99 MB | ||
| 001 Introduction to Project Reactor_en.srt | 4.4 KB | ||
| 002 Reactor Reactive Types - Flux and Mono.mp4 | 27.13 MB | ||
| 002 Reactor Reactive Types - Flux and Mono_en.srt | 10.83 KB | ||
| 07 - Setting up the base project for this course | |||
| 001 Project SetUp.mp4 | 9.77 MB | ||
| 001 Project SetUp_en.srt | 6.83 KB | ||
| 35492076-reactive-spring-webflux.zip | 193.39 KB | ||
| external-assets-links.txt | 75 B | ||
| 08 - Lets Explore Flux and Mono - Hands On | |||
| 001 Let's write our very first Flux.mp4 | 17.59 MB | ||
| 001 Let's write our very first Flux_en.srt | 9.18 KB | ||
| 002 Let's write our very first Mono.mp4 | 6.61 MB | ||
| 002 Let's write our very first Mono_en.srt | 3.9 KB | ||
| 003 Reactive Stream Events.mp4 | 9.18 MB | ||
| 003 Reactive Stream Events_en.srt | 6.05 KB | ||
| 004 Testing Flux using JUnit5.mp4 | 22.12 MB | ||
| 004 Testing Flux using JUnit5_en.srt | 10.48 KB | ||
| 005 Transforming Data Using Operators in Project Reactor.mp4 | 1.66 MB | ||
| 005 Transforming Data Using Operators in Project Reactor_en.srt | 2.13 KB | ||
| 006 Transform using map() Operator.mp4 | 10.13 MB | ||
| 006 Transform using map() Operator_en.srt | 6.11 KB | ||
| 007 Reactive Streams are Immutable.mp4 | 12.12 MB | ||
| 007 Reactive Streams are Immutable_en.srt | 5.25 KB | ||
| 008 Filter using filter() Operator.mp4 | 18.59 MB | ||
| 008 Filter using filter() Operator_en.srt | 8.08 KB | ||
| 009 Advanced transform using the flatMap() Operator.mp4 | 35.52 MB | ||
| 009 Advanced transform using the flatMap() Operator_en.srt | 10.66 KB | ||
| 010 Asynchronous Operations using flatMap() Operator.mp4 | 22.76 MB | ||
| 010 Asynchronous Operations using flatMap() Operator_en.srt | 8.93 KB | ||
| 011 Advanced transform using the concatMap() Operator.mp4 | 16.19 MB | ||
| 011 Advanced transform using the concatMap() Operator_en.srt | 6.37 KB | ||
| 012 flatMap( ) operator in Mono.mp4 | 34.04 MB | ||
| 012 flatMap( ) operator in Mono_en.srt | 8.36 KB | ||
| 013 flatMapMany( ) operator in Mono.mp4 | 8.72 MB | ||
| 013 flatMapMany( ) operator in Mono_en.srt | 4.35 KB | ||
| 014 Transform using the transform() Operator.mp4 | 33.4 MB | ||
| 014 Transform using the transform() Operator_en.srt | 6.98 KB | ||
| 015 Handling empty data using defaultIfEmpty and switchIfEmpty() Operators.mp4 | 41.49 MB | ||
| 015 Handling empty data using defaultIfEmpty and switchIfEmpty() Operators_en.srt | 10.14 KB | ||
| 016 Introduction to Combining Reactive Streams.mp4 | 1.1 MB | ||
| 016 Introduction to Combining Reactive Streams_en.srt | 1.66 KB | ||
| 017 Combining Reactive Streams using concat and concatWith Operator.mp4 | 30.5 MB | ||
| 017 Combining Reactive Streams using concat and concatWith Operator_en.srt | 9.1 KB | ||
| 018 Combining Reactive Streams using merge() and mergeWith() Operators.mp4 | 31.42 MB | ||
| 018 Combining Reactive Streams using merge() and mergeWith() Operators_en.srt | 8.75 KB | ||
| 019 Combining Reactive Streams using mergeSequential() operator.mp4 | 15.25 MB | ||
| 019 Combining Reactive Streams using mergeSequential() operator_en.srt | 3.39 KB | ||
| 020 Combining Reactive Streams using zip and zipWith() Operator.mp4 | 59.75 MB | ||
| 020 Combining Reactive Streams using zip and zipWith() Operator_en.srt | 15.42 KB | ||
| 35495450-6.1-first-flux.mp4 | 17.54 MB | ||
| 09 - Introduction to Spring WebFlux | |||
| 001 Introduction to Spring WebFlux.mp4 | 16.26 MB | ||
| 001 Introduction to Spring WebFlux_en.srt | 4.54 KB | ||
| 002 What are we going to build in this Course _.mp4 | 3.5 MB | ||
| 002 What are we going to build in this Course __en.srt | 3.9 KB | ||
| 10 - Set up the MoviesInfoService Service | |||
| 001 Project SetUp.mp4 | 22.25 MB | ||
| 001 Project SetUp_en.srt | 9.82 KB | ||
| GetFreeCourses.Co.url | 116 B | ||
| How you can help GetFreeCourses.Co.txt | 182 B | ||
| 11 - Simple Non Blocking RESTFUL API using Annotated Controller Approach | |||
| 001 Build a Simple Non Blocking API - Flux.mp4 | 28.21 MB | ||
| 001 Build a Simple Non Blocking API - Flux_en.srt | 8.31 KB | ||
| 002 Build a simple Non Blocking API - Mono.mp4 | 6.35 MB | ||
| 002 Build a simple Non Blocking API - Mono_en.srt | 2.47 KB | ||
| 003 Build Infinite Streams API (SSE).mp4 | 17.88 MB | ||
| 003 Build Infinite Streams API (SSE)_en.srt | 7.53 KB | ||
| 35564682-simple-non-bloking-api-flux.zip | 333.31 KB | ||
| 35564688-simple-non-bloking-api-mono.zip | 333.31 KB | ||
| 35564746-stream-api.zip | 333.64 KB | ||
| 12 - Automated Tests using JUnit5 and @WebFluxTest | |||
| 001 Introduction to Automated Tests.mp4 | 9.29 MB | ||
| 001 Introduction to Automated Tests_en.srt | 6.95 KB | ||
| 002 Testing Spring Webflux Endpoint using@WebFlux Test Annotation.mp4 | 28.96 MB | ||
| 002 Testing Spring Webflux Endpoint using@WebFlux Test Annotation_en.srt | 8.23 KB | ||
| 003 Different Approaches of Testing an Endpoint.mp4 | 15.44 MB | ||
| 003 Different Approaches of Testing an Endpoint_en.srt | 7.63 KB | ||
| 004 JUnit Test for the Mono Endpoint.mp4 | 12.6 MB | ||
| 004 JUnit Test for the Mono Endpoint_en.srt | 3.11 KB | ||
| 005 JUnit Test Streaming Endpoint - SSE.mp4 | 13.09 MB | ||
| 005 JUnit Test Streaming Endpoint - SSE_en.srt | 4.92 KB | ||
| 35590226-simple-non-bloking-api-flux-test.zip | 339.66 KB | ||
| 35590338-simple-non-bloking-api-flux-test-approaches.zip | 339.66 KB | ||
| 35590340-mono-api-test.zip | 339.93 KB | ||
| 35590422-stream-api-test.zip | 340.14 KB | ||
| 13 - Reactive Programming in Mongo DB for the MovieInfo Service | |||
| 001 Set up the MovieInfo Document.mp4 | 9.27 MB | ||
| 001 Set up the MovieInfo Document_en.srt | 5.4 KB | ||
| 002 Configure the ReactiveMongoDB Repository for MovieInfo Document.mp4 | 3.44 MB | ||
| 002 Configure the ReactiveMongoDB Repository for MovieInfo Document_en.srt | 2 KB | ||
| 003 Configure the Mongo DB server details in the application.yml file.mp4 | 10.44 MB | ||
| 003 Configure the Mongo DB server details in the application.yml file_en.srt | 7.18 KB | ||
| 004 Setup the Integration Test using @DataMongoTest.mp4 | 7.81 MB | ||
| 004 Setup the Integration Test using @DataMongoTest_en.srt | 5.28 KB | ||
| 005 Write Integration Test for findAll() MovieInfo Document.mp4 | 48.38 MB | ||
| 005 Write Integration Test for findAll() MovieInfo Document_en.srt | 10.04 KB | ||
| 006 Write Integration Test for findById() MovieInfo Document.mp4 | 7.93 MB | ||
| 006 Write Integration Test for findById() MovieInfo Document_en.srt | 3.75 KB | ||
| 007 Write Integration Test for saving the MovieInfo Document.mp4 | 9.19 MB | ||
| 007 Write Integration Test for saving the MovieInfo Document_en.srt | 3.96 KB | ||
| 008 Write Integration Test for updating the MovieInfo Document.mp4 | 7.55 MB | ||
| 008 Write Integration Test for updating the MovieInfo Document_en.srt | 3.09 KB | ||
| 009 Write Integration Test for deleting the MovieInfo Document.mp4 | 20.09 MB | ||
| 009 Write Integration Test for deleting the MovieInfo Document_en.srt | 4.07 KB | ||
| 35616758-11.1-movieinfo-document.zip | 341.72 KB | ||
| 35616762-11.2-movieinfo-repository.zip | 341.72 KB | ||
| 35617136-11.3-configure-mongodb.zip | 342.19 KB | ||
| 35642660-11.5-findAll-movieInfo.zip | 349.61 KB | ||
| 35642690-11.4-intg-test-mongo-db-setup.zip | 349.61 KB | ||
| 35642882-11.7-save-movieInfo.zip | 350.4 KB | ||
| 35642954-11.6-findbyId-movieInfo.zip | 350.15 KB | ||
| 35643056-11.8-save-movieInfo.zip | 350.67 KB | ||
| 35643210-11.9-delete-movieInfo.zip | 350.75 KB | ||
| external-assets-links.txt | 231 B | ||
| 14 - Build MovieInfo Service using Rest Controller Approach | |||
| 001 Build a POST endpoint to create a new MovieInfo.mp4 | 45.81 MB | ||
| 001 Build a POST endpoint to create a new MovieInfo_en.srt | 14.13 KB | ||
| 002 Integration Test for the POST end point using JUnit5.mp4 | 20.62 MB | ||
| 002 Integration Test for the POST end point using JUnit5_en.srt | 10.77 KB | ||
| 003 Build a GET Endpoint to get all the MoviesInfo.mp4 | 16.58 MB | ||
| 003 Build a GET Endpoint to get all the MoviesInfo_en.srt | 6.86 KB | ||
| 004 Build a GET Endpoint to retrieve a MovieInfo by ID.mp4 | 35.24 MB | ||
| 004 Build a GET Endpoint to retrieve a MovieInfo by ID_en.srt | 8.79 KB | ||
| 005 Build a PUT Endpoint to update a MovieInfo by ID.mp4 | 49.9 MB | ||
| 005 Build a PUT Endpoint to update a MovieInfo by ID_en.srt | 11.5 KB | ||
| 006 Build the DELETE endpoint to delete a MovieInfo by ID.mp4 | 7.28 MB | ||
| 006 Build the DELETE endpoint to delete a MovieInfo by ID_en.srt | 3.5 KB | ||
| 35745118-12.3-get-all-movie-info.zip | 360.17 KB | ||
| 35745300-12.1-post-movie-info.zip | 355.58 KB | ||
| 35746112-12.2-post-movie-info-test.zip | 359.7 KB | ||
| 35770028-12.4-get-movie-info-by-id.zip | 360.8 KB | ||
| 35770188-12.5-put-movie-info.zip | 361.87 KB | ||
| 35770330-MoviesInfoController.java | 3.3 KB | ||
| external-assets-links.txt | 145 B | ||
| 15 - Unit Testing in Spring WebFlux | |||
| 001 Setting up the UnitTest in WebFlux.mp4 | 8.26 MB | ||
| 001 Setting up the UnitTest in WebFlux_en.srt | 5.81 KB | ||
| 002 Unit Test for GetAllMovieInfos endpoint - GET.mp4 | 24.01 MB | ||
| 002 Unit Test for GetAllMovieInfos endpoint - GET_en.srt | 6.13 KB | ||
| 003 Unit Test for the create MovieInfo Endpoint - POST.mp4 | 19.59 MB | ||
| 003 Unit Test for the create MovieInfo Endpoint - POST_en.srt | 3.63 KB | ||
| 004 Unit Test for the update MovieInfo Endpoint - PUT.mp4 | 13.05 MB | ||
| 004 Unit Test for the update MovieInfo Endpoint - PUT_en.srt | 3.14 KB | ||
| 35829830-13.1-intro-unit-test.zip | 363.6 KB | ||
| 35830964-13.2-getAllMovies-unit-test.zip | 368.26 KB | ||
| 35831210-13.4-put-movie-unit-test.zip | 368.26 KB | ||
| 35831212-13.3-postmovie-unit-test.zip | 368.26 KB | ||
| 16 - Bean Validation using Validators and ControllerAdvice | |||
| 001 Bean Validation for Name,Year with @NotBlank and @Positive Annotation Validators.mp4 | 67.12 MB | ||
| 001 Bean Validation for Name,Year with @NotBlank and @Positive Annotation Validators_en.srt | 12.57 KB | ||
| 002 Customize the Default Error handling using ControllerAdvice.mp4 | 35.56 MB | ||
| 002 Customize the Default Error handling using ControllerAdvice_en.srt | 13.77 KB | ||
| 003 Bean Validation for List Field using @NotBlank Annotation.mp4 | 8.12 MB | ||
| 003 Bean Validation for List Field using @NotBlank Annotation_en.srt | 3.05 KB | ||
| 35834294-14.1-bean-validation.zip | 366.1 KB | ||
| 35834396-14.2-bean-validation-using-controlleradvice.zip | 369.47 KB | ||
| 17 - Using ResponseEntity with Reactive Types | |||
| 001 Need for ResponseEntity in Spring WebFlux.mp4 | 44.8 MB | ||
| 001 Need for ResponseEntity in Spring WebFlux_en.srt | 9.3 KB | ||
| 002 Using ResponseEntity to dynamically change the Response Status.mp4 | 27.07 MB | ||
| 002 Using ResponseEntity to dynamically change the Response Status_en.srt | 6.3 KB | ||
| 35835072-15.1-response-entiry-approach1.zip | 372.47 KB | ||
| external-assets-links.txt | 138 B | ||
| 18 - Writing Custom Queries using ReactiveMongoRepository | |||
| 001 Implement a Custom Query to retrieve MovieInfo by Year.mp4 | 10.76 MB | ||
| 001 Implement a Custom Query to retrieve MovieInfo by Year_en.srt | 5.66 KB | ||
| 002 GET Endpoint to retrieve a MovieInfo by Year - Using @RequestParam.mp4 | 37.33 MB | ||
| 002 GET Endpoint to retrieve a MovieInfo by Year - Using @RequestParam_en.srt | 8.9 KB | ||
| 35847444-16.1-custom-mongo-query.zip | 373.46 KB | ||
| 19 - Spring WebFlux Under the Hood - Netty and Threading Model | |||
| 001 How Netty works with Spring Webflux _.mp4 | 51.08 MB | ||
| 001 How Netty works with Spring Webflux __en.srt | 11.77 KB | ||
| 002 How does Netty handle the Request _.mp4 | 8.55 MB | ||
| 002 How does Netty handle the Request __en.srt | 9.15 KB | ||
| 20 - Introduction to Functional Web Module in Spring WebFlux | |||
| 001 Introduction to Functional Web.mp4 | 5.25 MB | ||
| 001 Introduction to Functional Web_en.srt | 4.61 KB | ||
| 002 Build a simple RestFul API using Functional Web.mp4 | 43.48 MB | ||
| 002 Build a simple RestFul API using Functional Web_en.srt | 13.39 KB | ||
| GetFreeCourses.Co.url | 116 B | ||
| How you can help GetFreeCourses.Co.txt | 182 B | ||
| external-assets-links.txt | 121 B | ||
| 21 - Build MoviesReview Service using Functional Web | |||
| 001 Set up the Repository Class for the Review Document.mp4 | 3.1 MB | ||
| 001 Set up the Repository Class for the Review Document_en.srt | 2.31 KB | ||
| 002 Build the POST endpoint for creating a new Review.mp4 | 19.93 MB | ||
| 002 Build the POST endpoint for creating a new Review_en.srt | 8.27 KB | ||
| 003 Write Integration test for creating a new Review.mp4 | 16.45 MB | ||
| 003 Write Integration test for creating a new Review_en.srt | 7.02 KB | ||
| 004 Build the GET endpoint for retrieving all the Reviews.mp4 | 12.43 MB | ||
| 004 Build the GET endpoint for retrieving all the Reviews_en.srt | 5.1 KB | ||
| 005 Nesting Endpoints using nest() Function.mp4 | 7.59 MB | ||
| 005 Nesting Endpoints using nest() Function_en.srt | 3.29 KB | ||
| 006 Build the PUT endpoint for updating an existing Review.mp4 | 24.13 MB | ||
| 006 Build the PUT endpoint for updating an existing Review_en.srt | 10.02 KB | ||
| 007 Build the DELETE endpoint for deleting an existing Review.mp4 | 21.3 MB | ||
| 007 Build the DELETE endpoint for deleting an existing Review_en.srt | 4.65 KB | ||
| 008 Build the GET endpoint to retrieve reviews for a given MovieInfoId.mp4 | 32.64 MB | ||
| 008 Build the GET endpoint to retrieve reviews for a given MovieInfoId_en.srt | 8.91 KB | ||
| 35981748-19.1-setup-review-repository.zip | 384.99 KB | ||
| 35981914-19.2-post-review.zip | 385.32 KB | ||
| 35998144-19.3-post-review-intg-test.zip | 392.18 KB | ||
| 35998434-19.4-getall-reviews.zip | 393.79 KB | ||
| 35998558-19.5-reviews-nest.zip | 393.86 KB | ||
| 36079228-19.6-put-review.zip | 395.04 KB | ||
| 36270231-19.8-review-by-movieinfoid.zip | 395.66 KB | ||
| external-assets-links.txt | 224 B | ||
| 22 - Unit Testing Functional Web | |||
| 001 Setting up Test Class for Unit Testing.mp4 | 15.85 MB | ||
| 001 Setting up Test Class for Unit Testing_en.srt | 4.43 KB | ||
| 002 Unit Test the POST endpoint for creating a new Review.mp4 | 12.92 MB | ||
| 002 Unit Test the POST endpoint for creating a new Review_en.srt | 5.93 KB | ||
| 36318151-20.1-unit-test-set-up.zip | 396 KB | ||
| 36318273-20.2-unit-test-post.zip | 405 KB | ||
| 23 - Bean Validations using Functional Web | |||
| 001 Adding the Constraint Annotation_Messages in the Review Document.mp4 | 7.03 MB | ||
| 001 Adding the Constraint Annotation_Messages in the Review Document_en.srt | 3.53 KB | ||
| 002 Validating the Bean using the Validator.mp4 | 44.84 MB | ||
| 002 Validating the Bean using the Validator_en.srt | 10.49 KB | ||
| 003 Unit Testing Bean Validation.mp4 | 10.2 MB | ||
| 003 Unit Testing Bean Validation_en.srt | 4.75 KB | ||
| 36318733-21.1-bean-validation.zip | 409.56 KB | ||
| 36319271-21.2-bean-validation-apply.zip | 409.56 KB | ||
| 36319369-21.3-bean-validation-unit-test.zip | 409.56 KB | ||
| 24 - Custom Global ErrorHandler in Functional Web | |||
| 001 Implement the GlobalErrorHandler in Functional Web.mp4 | 75.79 MB | ||
| 001 Implement the GlobalErrorHandler in Functional Web_en.srt | 15.55 KB | ||
| 36341612-22.1-handle-404-global-error-handler.zip | 409.91 KB | ||
| 25 - Handling ResourceNotFound in FunctionalWeb | |||
| 001 Resource NotFound(404) in Update Review using GlobalErrorHandler.mp4 | 26.08 MB | ||
| 001 Resource NotFound(404) in Update Review using GlobalErrorHandler_en.srt | 7.03 KB | ||
| 002 Resource Not Found(404) in Update Review - Alternate Approach.mp4 | 10.59 MB | ||
| 002 Resource Not Found(404) in Update Review - Alternate Approach_en.srt | 2.76 KB | ||
| 36341884-22.2-handle-404-global-error-handler.zip | 409.91 KB | ||
| 36341950-22.3-handle-404-alternate-approach.zip | 409.77 KB | ||
| 26 - MoviesService - Rest Service connects the MovieInfo and MovieReview Service | |||
| 001 Overview of the Application.mp4 | 5.52 MB | ||
| 001 Overview of the Application_en.srt | 3.23 KB | ||
| 002 Setting Up the Controller in MoviesService.mp4 | 17.98 MB | ||
| 002 Setting Up the Controller in MoviesService_en.srt | 5.58 KB | ||
| 003 Introduction to Spring WebClient & Configure WebClient.mp4 | 13.1 MB | ||
| 003 Introduction to Spring WebClient & Configure WebClient_en.srt | 7.98 KB | ||
| 004 Build the NonBlocking REST Client for MovieInfoService using Spring WebClient.mp4 | 31.27 MB | ||
| 004 Build the NonBlocking REST Client for MovieInfoService using Spring WebClient_en.srt | 8.82 KB | ||
| 005 Build the NonBlocking REST Client for ReviewService using Spring WebClient.mp4 | 14.48 MB | ||
| 005 Build the NonBlocking REST Client for ReviewService using Spring WebClient_en.srt | 8.08 KB | ||
| 006 Combine the MoviesInfoRestClient and ReviewRestClient.mp4 | 59.18 MB | ||
| 006 Combine the MoviesInfoRestClient and ReviewRestClient_en.srt | 13.25 KB | ||
| 36366212-23.2-movies-service-controller.zip | 412.47 KB | ||
| 36495710-23.3-introduction-spring-webclient.zip | 412.47 KB | ||
| 36495718-23.4.nonblocking-movies-infoservice-client.zip | 412.47 KB | ||
| 36538026-23.5.nonblocking-movies-review-client.zip | 413.23 KB | ||
| GetFreeCourses.Co.url | 116 B | ||
| How you can help GetFreeCourses.Co.txt | 182 B | ||
| 27 - Handling Network Exceptions in WebClient | |||
| 001 Network Exceptions in Service to Service Communications.mp4 | 2.19 MB | ||
| 001 Network Exceptions in Service to Service Communications_en.srt | 2.78 KB | ||
| 002 Handling 4XX in MoviesInfoService in WebClient.mp4 | 72.21 MB | ||
| 002 Handling 4XX in MoviesInfoService in WebClient_en.srt | 19.18 KB | ||
| 003 Handling 5xx in MoviesInfoService in WebClient.mp4 | 43.85 MB | ||
| 003 Handling 5xx in MoviesInfoService in WebClient_en.srt | 8.34 KB | ||
| 004 Implement the 4XX and 5XX error handling in ReviewsClient.mp4 | 10.33 MB | ||
| 004 Implement the 4XX and 5XX error handling in ReviewsClient_en.srt | 2.77 KB | ||
| 36538544-24.2-handle-4xx-movieInfo-service.zip | 435.6 KB | ||
| 36598072-24.3-handle-5xx-movieInfo-service.zip | 436.4 KB | ||
| 36598250-24.4-handle-4xx-5xx-review-service.zip | 436.4 KB | ||
| external-assets-links.txt | 233 B | ||
| 28 - Integration Testing External Services using WireMock | |||
| 001 Introduction to WireMock.mp4 | 3.11 MB | ||
| 001 Introduction to WireMock_en.srt | 3.75 KB | ||
| 002 SetUp Wiremock in Integration Tests.mp4 | 20.58 MB | ||
| 002 SetUp Wiremock in Integration Tests_en.srt | 8.58 KB | ||
| 003 Stubs for MoviesInfoService and ReviewService.mp4 | 72.65 MB | ||
| 003 Stubs for MoviesInfoService and ReviewService_en.srt | 17.12 KB | ||
| 004 Simulate 4xx Errors in Wiremock.mp4 | 38.23 MB | ||
| 004 Simulate 4xx Errors in Wiremock_en.srt | 8.37 KB | ||
| 005 Simulate 5xx Errors in Wiremock.mp4 | 24.25 MB | ||
| 005 Simulate 5xx Errors in Wiremock_en.srt | 4.53 KB | ||
| 36598680-25.2-setup-wiremock.zip | 438.05 KB | ||
| 36637378-25.3-stubs-movie-review-service.zip | 446.06 KB | ||
| 36638174-25.4-4xx-stubs-movie-review-service.zip | 446.06 KB | ||
| 36638332-25.5-5xx-stubs-movie-review-service.zip | 446.3 KB | ||
| external-assets-links.txt | 173 B | ||
| 29 - Retrying Failed HTTP Calls | |||
| 001 Why Retry failed HTTP calls _.mp4 | 2.75 MB | ||
| 001 Why Retry failed HTTP calls __en.srt | 3.17 KB | ||
| 002 Retry failed Http calls using retry().mp4 | 38.19 MB | ||
| 002 Retry failed Http calls using retry()_en.srt | 9.06 KB | ||
| 003 Retry failed Http calls using retrySpec() - With BackOff before Retry Attempt.mp4 | 17.02 MB | ||
| 003 Retry failed Http calls using retrySpec() - With BackOff before Retry Attempt_en.srt | 6.04 KB | ||
| 004 Retry failed Http calls using retrySpec() - Retrying Specific Exceptions.mp4 | 43.12 MB | ||
| 004 Retry failed Http calls using retrySpec() - Retrying Specific Exceptions_en.srt | 9.93 KB | ||
| 005 Reusing the retry logic across different Rest Clients.mp4 | 33.21 MB | ||
| 005 Reusing the retry logic across different Rest Clients_en.srt | 8.13 KB | ||
| 36658524-26.2-retry-failed-calls.zip | 446.43 KB | ||
| 36677556-26.3-retry-failed-calls-with-back-off.zip | 447.03 KB | ||
| 36677608-26.4-retry-specific-exceptions.zip | 447.13 KB | ||
| 37129340-26.5-reusable-retry-logic.zip | 449.56 KB | ||
| 30 - Server Sent Events (SSE) | |||
| 001 Catching up on Server Sent Events (SSE).mp4 | 8.91 MB | ||
| 001 Catching up on Server Sent Events (SSE)_en.srt | 5.43 KB | ||
| 002 Introduction to Sinks.mp4 | 34.14 MB | ||
| 002 Introduction to Sinks_en.srt | 7.59 KB | ||
| 003 Sinks - Hands On.mp4 | 53.24 MB | ||
| 003 Sinks - Hands On_en.srt | 16.95 KB | ||
| 004 Build a Streaming Endpoint in MoviesInfoService.mp4 | 30.79 MB | ||
| 004 Build a Streaming Endpoint in MoviesInfoService_en.srt | 11.35 KB | ||
| 005 Integration Test for the Streaming Endpoint.mp4 | 32.96 MB | ||
| 005 Integration Test for the Streaming Endpoint_en.srt | 7.01 KB | ||
| 006 Build a Streaming Endpoint in MoviesReviewService.mp4 | 37.54 MB | ||
| 006 Build a Streaming Endpoint in MoviesReviewService_en.srt | 9.97 KB | ||
| 007 Build a Streaming Client using WebClent in MoviesService.mp4 | 41.95 MB | ||
| 007 Build a Streaming Client using WebClent in MoviesService_en.srt | 9.4 KB | ||
| 36698492-28.3-movieinfo-sinks.zip | 453.19 KB | ||
| 36699122-28.4-movieinfo-sinks-intg-test.zip | 453.84 KB | ||
| 31 - Why Reactive Programming _ [Old Content] | |||
| 001 Why Reactive Programming _.mp4 | 11.99 MB | ||
| 001 Why Reactive Programming __en.srt | 11.94 KB | ||
| 002 Traditional Rest API Design - How it works _.mp4 | 10.87 MB | ||
| 002 Traditional Rest API Design - How it works __en.srt | 10.6 KB | ||
| 32 - Introduction to Reactive Programming [Old Content] | |||
| 001 What is Reactive Programming _.mp4 | 11.96 MB | ||
| 001 What is Reactive Programming __en.srt | 13.13 KB | ||
| 002 Reactive Streams Specification.mp4 | 12.34 MB | ||
| 002 Reactive Streams Specification_en.srt | 11.13 KB | ||
| 003 Reactive Libraries.mp4 | 11.98 MB | ||
| 003 Reactive Libraries_en.srt | 4.68 KB | ||
| 33 - Getting started with Project Reactor [Old Content] | |||
| 001 Introduction to Project Reactor.mp4 | 2.34 MB | ||
| 001 Introduction to Project Reactor_en.srt | 1.89 KB | ||
| 002 Reactor Types - Flux and Mono.mp4 | 15.13 MB | ||
| 002 Reactor Types - Flux and Mono_en.srt | 10.67 KB | ||
| 34 - Setting up the Project for this course [Old Content] | |||
| 001 Project Setup.mp4 | 41.39 MB | ||
| 001 Project Setup_en.srt | 9.86 KB | ||
| 15662656-learn-reactivespring.zip | 57.16 KB | ||
| 35 - Reactive Programming (Flux and Mono) - Hands on + JUNIT Testing [Old Content] | |||
| 001 Flux - How it works _.mp4 | 30.6 MB | ||
| 001 Flux - How it works __en.srt | 15.71 KB | ||
| 002 Flux - Learn to write JUNIT Tests.mp4 | 28.79 MB | ||
| 002 Flux - Learn to write JUNIT Tests_en.srt | 12.76 KB | ||
| 003 Mono - How it works and write Junit Tests.mp4 | 15.54 MB | ||
| 003 Mono - How it works and write Junit Tests_en.srt | 5.81 KB | ||
| 004 Flux_Mono - Exploring Factory methods.mp4 | 42.19 MB | ||
| 004 Flux_Mono - Exploring Factory methods_en.srt | 20.88 KB | ||
| 005 Filtering a Reactive Stream.mp4 | 10.92 MB | ||
| 005 Filtering a Reactive Stream_en.srt | 5.78 KB | ||
| 006 Transforming a Reactive Stream using map.mp4 | 22.67 MB | ||
| 006 Transforming a Reactive Stream using map_en.srt | 10.38 KB | ||
| 007 Transforming a Reactive Stream using flatMap.mp4 | 59.52 MB | ||
| 007 Transforming a Reactive Stream using flatMap_en.srt | 21.59 KB | ||
| 008 Combining Reactive Streams.mp4 | 72.39 MB | ||
| 008 Combining Reactive Streams_en.srt | 16.05 KB | ||
| 009 Handling Errors in a Reactive Stream.mp4 | 61.86 MB | ||
| 009 Handling Errors in a Reactive Stream_en.srt | 20.38 KB | ||
| 010 Infinite Reactive Stream.mp4 | 28.91 MB | ||
| 010 Infinite Reactive Stream_en.srt | 13.93 KB | ||
| 011 Back Pressure - How it works _.mp4 | 42.68 MB | ||
| 011 Back Pressure - How it works __en.srt | 20.03 KB | ||
| 012 Push_Pull Communication Model.mp4 | 1.49 MB | ||
| 012 Push_Pull Communication Model_en.srt | 1.58 KB | ||
| 013 Hot vs Cold Reactive Streams.mp4 | 72.81 MB | ||
| 013 Hot vs Cold Reactive Streams_en.srt | 9.82 KB | ||
| 014 Virtualizing Time in Junit.mp4 | 67.81 MB | ||
| 014 Virtualizing Time in Junit_en.srt | 12.27 KB | ||
| 015 How to get help _.mp4 | 5.95 MB | ||
| 015 How to get help __en.srt | 2.63 KB | ||
| 15684926-learn-reactivespring-flux.zip | 20.14 MB | ||
| 15693454-learn-reactivespring-flux-junit.zip | 20.14 MB | ||
| 15693470-learn-reactivespring-mono-junit.zip | 20.14 MB | ||
| 15709252-learn-reactivespring-flux-mono-factory.zip | 20.14 MB | ||
| 15709400-learn-reactivespring-flux-mono-filter.zip | 20.14 MB | ||
| 15734138-learn-reactivespring-flux-mono-trasnform-map.zip | 20.15 MB | ||
| 15744332-learn-reactivespring-flux-mono-trasnform-flatmap.zip | 20.15 MB | ||
| 15744532-learn-reactivespring-flux-mono-trasnform-combine.zip | 20.15 MB | ||
| 15759262-learn-reactivespring-flux-mono-error-handling.zip | 20.15 MB | ||
| 15779160-learn-reactivespring-flux-mono-infinite-sequence.zip | 20.15 MB | ||
| 15831136-learn-reactivespring-flux-mono-backpressure.zip | 20.16 MB | ||
| 15870876-learn-reactivespring-hot-cold-reactive-streams.zip | 20.16 MB | ||
| 16233668-learn-reactivespring-virtualizingtime.zip | 20.17 MB | ||
| 36 - Build the first NonBlocking RESTFUL API using AnnotatedControllers[Old Content] | |||
| 001 Introduction to Spring Boot 2.mp4 | 17.04 MB | ||
| 001 Introduction to Spring Boot 2_en.srt | 4.36 KB | ||
| 002 Build the Simple Non Blocking API.mp4 | 34.53 MB | ||
| 002 Build the Simple Non Blocking API_en.srt | 11.55 KB | ||
| 003 Junit _ Test for Non Blocking API using WebTestClient.mp4 | 79.91 MB | ||
| 003 Junit _ Test for Non Blocking API using WebTestClient_en.srt | 19.73 KB | ||
| 004 Junit _ Test for infinite Non Blocking Sequence API using WebTestClient.mp4 | 92.89 MB | ||
| 004 Junit _ Test for infinite Non Blocking Sequence API using WebTestClient_en.srt | 11.3 KB | ||
| 005 Build the simple Non Blocking API - Mono.mp4 | 17.1 MB | ||
| 005 Build the simple Non Blocking API - Mono_en.srt | 5.33 KB | ||
| 16258154-learn-reactive-spring-non-blocking-api.zip | 20.17 MB | ||
| 16278620-learn-reactive-spring-non-blocking-api-junit.zip | 20.18 MB | ||
| 16313020-learn-reactive-spring-non-blocking-infinite-api-junit.zip | 20.18 MB | ||
| 16313850-learn-reactive-spring-non-blocking-mono-api-junit.zip | 20.18 MB | ||
| 37 - Build Non Blocking RESTFUL API using Functional Web - Hands On [Old Content] | |||
| 001 Introduction to Functional Web in Spring WebFlux.mp4 | 2.76 MB | ||
| 001 Introduction to Functional Web in Spring WebFlux_en.srt | 3.02 KB | ||
| 002 Build the simple Non Blocking API using Handler and Router Functions.mp4 | 30.63 MB | ||
| 002 Build the simple Non Blocking API using Handler and Router Functions_en.srt | 12.06 KB | ||
| 003 Junit _ Test for Functional EndPoint using WebTestClient.mp4 | 63.86 MB | ||
| 003 Junit _ Test for Functional EndPoint using WebTestClient_en.srt | 10.58 KB | ||
| 16335200-learn-reactive-spring-non-blocking-func-api.zip | 20.18 MB | ||
| 16346300-learn-reactive-spring-non-blocking-func-api-junit.zip | 20.19 MB | ||
| 38 - Spring WebFlux & Netty - Execution Model [Old Content] | |||
| 001 Spring WebFlux - Behind the Scenes.mp4 | 17.1 MB | ||
| 001 Spring WebFlux - Behind the Scenes_en.srt | 10.5 KB | ||
| 002 Introduction to Netty - Channel, EventLoops.mp4 | 9.42 MB | ||
| 002 Introduction to Netty - Channel, EventLoops_en.srt | 9.24 KB | ||
| 003 Netty - End to End, Threads, Execution Model.mp4 | 9.97 MB | ||
| 003 Netty - End to End, Threads, Execution Model_en.srt | 8.76 KB | ||
| 39 - Overview of the Item Reactive API Application [Old Content] | |||
| 001 Application Overview.mp4 | 2.01 MB | ||
| 001 Application Overview_en.srt | 2.57 KB | ||
| 40 - Reactive Programming with DB - Hands On [Old Content] | |||
| 001 Setting up Mongo DB.mp4 | 30.14 MB | ||
| 001 Setting up Mongo DB_en.srt | 6.99 KB | ||
| 002 Spring Profiles.mp4 | 36.42 MB | ||
| 002 Spring Profiles_en.srt | 12.95 KB | ||
| 003 Build the _Item_ Document.mp4 | 5.67 MB | ||
| 003 Build the _Item_ Document_en.srt | 3.84 KB | ||
| 004 Build the Reactive Item Mongo Repository.mp4 | 3.43 MB | ||
| 004 Build the Reactive Item Mongo Repository_en.srt | 2.44 KB | ||
| 005 Reactive Mongo Repository operations using JUNIT - Read - Part1.mp4 | 59.07 MB | ||
| 005 Reactive Mongo Repository operations using JUNIT - Read - Part1_en.srt | 15.58 KB | ||
| 006 Reactive Mongo Repository operations using JUNIT - Read - Part2.mp4 | 44.37 MB | ||
| 006 Reactive Mongo Repository operations using JUNIT - Read - Part2_en.srt | 6.46 KB | ||
| 007 Reactive Mongo Repository operations using JUNIT - Custom Read Operation.mp4 | 34.22 MB | ||
| 007 Reactive Mongo Repository operations using JUNIT - Custom Read Operation_en.srt | 5.59 KB | ||
| 008 Reactive Mongo Repository operations using JUNIT - Insert.mp4 | 23.05 MB | ||
| 008 Reactive Mongo Repository operations using JUNIT - Insert_en.srt | 5.88 KB | ||
| 009 Reactive Mongo Repository operations using JUNIT - Update.mp4 | 33.36 MB | ||
| 009 Reactive Mongo Repository operations using JUNIT - Update_en.srt | 5.7 KB | ||
| 010 Reactive Mongo Repository operations using JUNIT - Delete.mp4 | 33.52 MB | ||
| 010 Reactive Mongo Repository operations using JUNIT - Delete_en.srt | 10.51 KB | ||
| 011 Build Artifact.mp4 | 44.37 MB | ||
| 011 Build Artifact_en.srt | 8.29 KB | ||
| 16592770-learn-reactive-spring-spring-profiles.zip | 20.21 MB | ||
| 16604834-learn-reactive-spring-item-document.zip | 20.21 MB | ||
| 16604950-learn-reactive-spring-item-reactive-repository.zip | 20.21 MB | ||
| 16628016-learn-reactive-spring-reactive-repository-read-part1.zip | 20.21 MB | ||
| 16629556-learn-reactive-spring-reactive-repository-read-part2.zip | 20.21 MB | ||
| 16642664-learn-reactive-spring-reactive-repository-read-by-description.zip | 20.21 MB | ||
| 16642884-learn-reactive-spring-reactive-repository-insert.zip | 20.21 MB | ||
| 16643222-learn-reactive-spring-reactive-repository-update.zip | 20.21 MB | ||
| 16674066-learn-reactive-spring-reactive-repository-artifact.zip | 20.3 MB | ||
| 16674098-learn-reactive-spring-reactive-repository-delete.zip | 20.3 MB | ||
| 41 - Build the Item Reactive API Endpoint - RestController - Hands On [Old Content] | |||
| 001 Get All Items.mp4 | 24.22 MB | ||
| 001 Get All Items_en.srt | 8.07 KB | ||
| 002 Initialize the data using CommandLineRunner.mp4 | 49.4 MB | ||
| 002 Initialize the data using CommandLineRunner_en.srt | 10.17 KB | ||
| 003 Get All Items - JUNIT Test using WebTestClient - Part 1.mp4 | 43.43 MB | ||
| 003 Get All Items - JUNIT Test using WebTestClient - Part 1_en.srt | 12.36 KB | ||
| 004 Get All Items - JUNIT Test using WebTestClient - Part 2.mp4 | 65.96 MB | ||
| 004 Get All Items - JUNIT Test using WebTestClient - Part 2_en.srt | 6.88 KB | ||
| 005 Get a Single Item.mp4 | 43.16 MB | ||
| 005 Get a Single Item_en.srt | 8.47 KB | ||
| 006 Create an Item EndPoint.mp4 | 21.63 MB | ||
| 006 Create an Item EndPoint_en.srt | 7.28 KB | ||
| 007 Delete an Item Endpoint.mp4 | 16.28 MB | ||
| 007 Delete an Item Endpoint_en.srt | 5.52 KB | ||
| 008 Update an Item Endpoint.mp4 | 18.73 MB | ||
| 008 Update an Item Endpoint_en.srt | 5.61 KB | ||
| 009 Update an Item Endpoint - JUNIT.mp4 | 89.53 MB | ||
| 009 Update an Item Endpoint - JUNIT_en.srt | 10.88 KB | ||
| 16674042-learn-reactive-spring-get-all-items-using-controller.zip | 20.3 MB | ||
| 16688988-learn-reactive-spring-initliaze-data.zip | 20.3 MB | ||
| 16689376-learn-reactive-spring-get-all-items-junit-test-using-controller-part1.zip | 20.31 MB | ||
| 16695694-learn-reactive-spring-get-all-items-junit-test-using-controller-part2.zip | 20.31 MB | ||
| 16696032-learn-reactive-spring-get-an-item-using-controller.zip | 20.31 MB | ||
| 16696144-learn-reactive-spring-create-item-using-controller.zip | 20.31 MB | ||
| 16696230-learn-reactive-spring-delete-item-using-controller.zip | 20.31 MB | ||
| 16696596-learn-reactive-spring-update-item-using-controller.zip | 20.31 MB | ||
| 16714576-learn-reactive-spring-update-item-using-controller-junit.zip | 20.37 MB | ||
| 42 - Build the Item Reactive API Endpoint - Functional Web - Hands On [Old Content] | |||
| 001 Setting up the Router Function and Handler Function for Item Reactive API.mp4 | 5.12 MB | ||
| 001 Setting up the Router Function and Handler Function for Item Reactive API_en.srt | 2.5 KB | ||
| 002 Get All Items - Functional Endpoint.mp4 | 40.4 MB | ||
| 002 Get All Items - Functional Endpoint_en.srt | 6.9 KB | ||
| 003 Get All Items - JUNIT Test using WebTestClient.mp4 | 24.63 MB | ||
| 003 Get All Items - JUNIT Test using WebTestClient_en.srt | 3.39 KB | ||
| 004 Get a Single Item - Functional Endpoint.mp4 | 28.56 MB | ||
| 004 Get a Single Item - Functional Endpoint_en.srt | 10.06 KB | ||
| 005 Create an Item - Functional Endpoint.mp4 | 48.84 MB | ||
| 005 Create an Item - Functional Endpoint_en.srt | 5.89 KB | ||
| 006 Delete an Item - Functional Endpoint.mp4 | 22.27 MB | ||
| 006 Delete an Item - Functional Endpoint_en.srt | 4.54 KB | ||
| 007 Update an Item - Functional Endpoint.mp4 | 67.97 MB | ||
| 007 Update an Item - Functional Endpoint_en.srt | 8.09 KB | ||
| 16733842-learn-reactive-spring-get-all-items-using-functional-web.zip | 20.37 MB | ||
| 16733868-learn-reactive-spring-router-handler-func-using-functional-web.zip | 20.37 MB | ||
| 16751906-learn-reactive-spring-get-all-items-junit-test-using-functional-web.zip | 20.37 MB | ||
| 16752364-learn-reactive-spring-get-an-item-using-controller-functional-web.zip | 20.37 MB | ||
| 16754572-learn-reactive-spring-create-item-using-functional-web.zip | 20.37 MB | ||
| 16760680-learn-reactive-spring-delete-item-using-functional-web.zip | 20.37 MB | ||
| 16761010-learn-reactive-spring-update-item-using-functional-web.zip | 20.37 MB | ||
| 43 - Build Non Blocking Client using WebClient - Hands On [Old Content] | |||
| 001 Setting up the Item WebClient Project.mp4 | 20.22 MB | ||
| 001 Setting up the Item WebClient Project_en.srt | 8.18 KB | ||
| 002 Explore the retrieve() and exchange() in WebClient.mp4 | 63.17 MB | ||
| 002 Explore the retrieve() and exchange() in WebClient_en.srt | 13.39 KB | ||
| 003 Passing Path Variable using WebClient.mp4 | 45.16 MB | ||
| 003 Passing Path Variable using WebClient_en.srt | 8.35 KB | ||
| 004 Post call using WebClient.mp4 | 23.82 MB | ||
| 004 Post call using WebClient_en.srt | 7.12 KB | ||
| 005 PUT call using WebClient.mp4 | 25.62 MB | ||
| 005 PUT call using WebClient_en.srt | 8.78 KB | ||
| 006 Delete call using WebClient.mp4 | 27.75 MB | ||
| 006 Delete call using WebClient_en.srt | 5.23 KB | ||
| 16788082-item-client-webclient-retrieve-exchange.zip | 71.71 KB | ||
| 16789034-item-client-webclient-path-variable.zip | 73.02 KB | ||
| 16789270-item-client-webclient-post.zip | 73.54 KB | ||
| 16795966-item-client-webclient-put.zip | 73.76 KB | ||
| 16796662-item-client-webclient-delete.zip | 73.93 KB | ||
| 44 - Handling Exceptions in WebFlux - RestController - Hands On [Old Content] | |||
| 001 Handling Exceptions using @ExceptionHandler.mp4 | 67.06 MB | ||
| 001 Handling Exceptions using @ExceptionHandler_en.srt | 11.07 KB | ||
| 002 Handling Exceptions using @ControllerAdvice.mp4 | 21.23 MB | ||
| 002 Handling Exceptions using @ControllerAdvice_en.srt | 4.16 KB | ||
| 003 Handling Exceptions in Controller - JUNIT.mp4 | 13 MB | ||
| 003 Handling Exceptions in Controller - JUNIT_en.srt | 3.68 KB | ||
| 16822088-learn-reactive-spring-exception-handler.zip | 20.38 MB | ||
| 16822464-learn-reactive-spring-controller-advice.zip | 20.38 MB | ||
| 16822550-learn-reactive-spring-exception-junit.zip | 20.38 MB | ||
| 45 - Handling Exceptions in WebFlux - Functional Web - Hands On [Old Content] | |||
| 001 Default Exception Behavior - Functional Web.mp4 | 28.39 MB | ||
| 001 Default Exception Behavior - Functional Web_en.srt | 6.1 KB | ||
| 002 Handling Exceptions using AbstractErrorWebExceptionHandler.mp4 | 46.26 MB | ||
| 002 Handling Exceptions using AbstractErrorWebExceptionHandler_en.srt | 8.18 KB | ||
| 003 Handling Exceptions in Functional Web - JUNIT.mp4 | 18.08 MB | ||
| 003 Handling Exceptions in Functional Web - JUNIT_en.srt | 3.49 KB | ||
| 16834920-learn-reactive-spring-default-exception-functional-web.zip | 20.38 MB | ||
| 16835290-learn-reactive-spring-webexceptionhandler-functional-web.zip | 20.38 MB | ||
| 16851968-learn-reactive-spring-exception-junit-functional-web.zip | 20.38 MB | ||
| 46 - Build Non Blocking Client using WebClient - Exception Handling [Old Content] | |||
| 001 Handling Errors in WebClient - retrieve().mp4 | 52.71 MB | ||
| 001 Handling Errors in WebClient - retrieve()_en.srt | 10.22 KB | ||
| 002 Handling Errors in WebClient - exchange().mp4 | 32.47 MB | ||
| 002 Handling Errors in WebClient - exchange()_en.srt | 6.68 KB | ||
| 16852278-item-client-retrieve-webclient-error.zip | 76.23 KB | ||
| 16852392-item-client-exchange-webclient-error.zip | 76.53 KB | ||
| 47 - Streaming Real Time Data using WebFlux - (SSE) - Hands On [Old Content] | |||
| 001 What is a Streaming EndPoint _.mp4 | 3 MB | ||
| 001 What is a Streaming EndPoint __en.srt | 3.37 KB | ||
| 002 Setting up the Capped Collection - MongoDB.mp4 | 14.53 MB | ||
| 002 Setting up the Capped Collection - MongoDB_en.srt | 7.15 KB | ||
| 003 Build the Reactive ItemCapped Mongo Repository.mp4 | 4.54 MB | ||
| 003 Build the Reactive ItemCapped Mongo Repository_en.srt | 3.12 KB | ||
| 004 Initialize the data using CommandLineRunner.mp4 | 74.01 MB | ||
| 004 Initialize the data using CommandLineRunner_en.srt | 8.62 KB | ||
| 005 Build the Stream Endpoint using Controller.mp4 | 32.59 MB | ||
| 005 Build the Stream Endpoint using Controller_en.srt | 7.99 KB | ||
| 006 JUNIT Test for Streaming endpoint using Controller.mp4 | 35.63 MB | ||
| 006 JUNIT Test for Streaming endpoint using Controller_en.srt | 10.41 KB | ||
| 007 Build the Stream Endpoint using Functional Web.mp4 | 36.7 MB | ||
| 007 Build the Stream Endpoint using Functional Web_en.srt | 7.5 KB | ||
| 008 JUNIT Test for Streaming endpoint using Functional Web.mp4 | 9.12 MB | ||
| 008 JUNIT Test for Streaming endpoint using Functional Web_en.srt | 3.35 KB | ||
| 16886710-learn-reactive-spring-set-up-capped-collection.zip | 20.43 MB | ||
| 16904284-learn-reactive-spring-tailable-reactive-repository.zip | 20.43 MB | ||
| 16904516-learn-reactive-spring-item-capped-initialize-data.zip | 20.43 MB | ||
| 16914046-learn-reactive-spring-item-stream-endpoint-controller.zip | 20.44 MB | ||
| 16914258-learn-reactive-spring-item-stream-endpoint-controller-junit.zip | 20.44 MB | ||
| 16934178-learn-reactive-spring-item-stream-endpoint-functional-web.zip | 20.44 MB | ||
| 16934256-learn-reactive-spring-item-stream-endpoint-functional-web-junit.zip | 20.44 MB | ||
| 48 - Bonus Section | |||
| 001 Bonus Lecture.html | 1.94 KB | ||
| Download Paid Udemy Courses For Free.url | 116 B | ||
| GetFreeCourses.Co.url | 116 B | ||
| How you can help GetFreeCourses.Co.txt | 182 B | ||
| ▲ 551 total files | |||
Reactive Microservices with Spring WebFlux
Build highly scalable and resilient Microservices with Spring WebFlux / Reactive Stack
Udemy Link - https://www.udemy.com/course/spring-webflux/
Please seed as much as you can!
| torrent name | size | uploader | age | seed | leech |
|---|---|---|---|---|---|
| 3.5 GB | tutsnode | 5 years | 0 | 0 | |
| 3.4 GB | freecoursewb | 5 years | 1 | 0 |
All Comments