Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 8-Overview of Different Spring Boot Starter Projects
This video provides an overview of the different Spring Boot starter projects. This clip is from the chapter "Spring Level 4-Sprint Boot in 10 Steps" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 13-Part 2 - Theory Break - Spring MVC Architecture
This video highlights the concept of the Spring MVC architecture. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This section...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 07 - A Quick Review - JDBC vs Spring JDBC
This video provides a comparison between JDBC and Spring JDBC. This clip is from the chapter "Spring Level 6 - Interacting with Databases - Spring JDBC, JPA, and Spring Data" of the series "Spring Framework Master Class - Java Spring the...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Spring Unit Testing with an XML Context
This video provides an explanation of the Spring unit testing with an XML context. This clip is from the chapter "Spring Level 3 - Unit Testing with the Spring Framework" of the series "Spring Framework Master Class - Java Spring the...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 9 – Introduction to Spring Data JPA
This video provides an introduction to Spring Data JPA. This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring Cloud".This section provides an...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 6 – Defining a Service to Manage the Entity – UserService and EntityManager
This video is about defining a service to manage the entity – UserService and EntityManager. This clip is from the chapter "Appendix – Introduction to JPA in 10 Steps" of the series "Master Microservices with Spring Boot and Spring...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 35 – Implementing a POST Service to Create a Post for a User
This video explains the implementation of a POST service to create a post for a user. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 3 – Using Spring Initializr to Create a Project
This video demonstrates creating a project using Spring Initializr. This clip is from the chapter "Appendix – Introduction to Spring Boot in 10 Steps" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 25 – Implementing spring Cloud Gateway Logging Filter
This video demonstrates implementing Spring Cloud Gateway Logging Filter. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 24 – Implementing Static Filtering for RESTful Service
This video explains the implementation of static filtering for RESTful service. This clip is from the chapter "RESTful Web Services with Spring Boot" of the series "Master Microservices with Spring Boot and Spring Cloud".In this section,...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 23 – Enabling Discovery Locator with Eureka for Spring Cloud Gateway
This video explains enabling discovery locator with Eureka for Spring Cloud gateway. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 22 – Setting Up Client-Side Load Balancing with Ribbon
This video demonstrates setting up client-side load balancing with Ribbon. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 19 – Creating a Service for Currency Conversion
This video explains how to create a service for currency conversion. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 18 – Setting Up Currency Conversion Microservice
This video explains how to set up currency conversion microservice. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 16 – Deploy Microservices to Kubernetes and Understand Service Discovery
This video explains how to deploy microservices to Kubernetes and understand service discovery. This clip is from the chapter "Kubernetes with Microservices using Docker, Spring Boot, and Spring Cloud – V2" of the series "Master...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 15 – Setting Up Dynamic Port in the Response
This video helps you with setting up dynamic port in the response. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 15 – Setting Up Currency Conversion Microservice – V2
This video explains setting up currency conversion microservice. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 14 – Set Up Currency Exchange and Conversion Microservices – Kubernetes
In this video, you will set up currency exchange and conversion microservices – Kubernetes. This clip is from the chapter "Kubernetes with Microservices using Docker, Spring Boot, and Spring Cloud – V2" of the series "Master...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 13 – Setting Up Currency Exchange Microservice
This video demonstrates the setting up of currency exchange microservice. This clip is from the chapter "Microservices with Spring Cloud – V1" of the series "Master Microservices with Spring Boot and Spring Cloud".This section focuses on...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 13 – Connecting Currency Conversion Microservice and API Gateway with Zipkin
This video focusses on connecting currency conversion microservice and API gateway with Zipkin. This clip is from the chapter "Docker with Microservices Using Spring Boot and Spring Cloud – V2" of the series "Master Microservices with...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 11 – Create a Simple Hard Coded Currency Exchange Service – V2
This video explains how to create a simple hard coded currency exchange service. This clip is from the chapter "Microservices with Spring Cloud – V2" of the series "Master Microservices with Spring Boot and Spring Cloud".This section...
Curated Video
Master Microservices with Spring Boot and Spring Cloud - Step 00 – 02 – Challenges with Microservices
This video explains what are the challenges with microservices. This clip is from the chapter "Quick Introduction to Microservices" of the series "Master Microservices with Spring Boot and Spring Cloud".This section provides a quick...
Curated Video
Mockito Tutorial: Learn mocking with 25 Junit Examples - Step 08: Capturing arguments passed to a Mock
Mockito Basics: Step 08: Capturing arguments passed to a Mock This clip is from the chapter "Mockito Basics" of the series "Mockito Tutorial: Learn mocking with 25 Junit Examples".In this section, we look into Mockito Basics.
Curated Video
Master Hibernate and JPA with Spring Boot in 100 Steps - Step 5: What is Spring Boot Auto Configuration?
In this video, we'll be looking at what is Spring Boot Auto Configuration. This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Hibernate and JPA with Spring Boot in 100 Steps".This section...