Mô tả

Do you want to learn from the MOST POPULAR Course (180K+ Students)  on Microservices? Do you want to Learn to Build an Amazing REST API with Spring Boot? Do you want to learn what the Hype about Microservices is all about? Do you want to Build Microservices with Spring Boot and Spring Cloud? Do you want to Build Containers with Docker? Do you want to orchestrate Microservices with Kubernetes? Look no further!


UPDATES: New Sections on SPRING BOOT, DOCKER and KUBERNETES.


WHAT OUR LEARNERS ARE SAYING:

5 STARS - Anyone willing to learn Spring Cloud APIs and Spring Rest must enroll for the course without second-thoughts.

5 STARS - Probably I can say this is best tutorial for Spring boot as well as Micro Service for the learners who have just started there work/projects on these technologies.

5 STARS - This was an excellent course! The instructor provided great examples that were straight-forward and easy to understand….. I would highly recommend his courses if you want to solid introduction to spring boot and the spring framework.

5 STARS - Very helpful for the beginners as well as experienced people to gain knowledge on Restful Web-services and Spring boot. Thank you for such a nice tutorial.

5 STARS - This was perfect course to get introduced to the world of microservices. Instructor explained each topic by first listing the problems that the particular solution is going to solve.

5 STARS - Great course, the teacher explains everything in a good way making good examples that makes easy to understand how this knowledge can be use in real project. All the courses of in28minutes are great, i'm waiting for the next great course.

5 STARS - The instructor's has a unique style of teaching which is very uncomplicated , up-to-the point and very effective. Great job!

5 STARS - This one is the most awesome course that I have ever purchased in udemy!


COURSE OVERVIEW:

Developing RESTful web services and REST API is fun. The combination of Java, Spring Boot, Spring Web MVC, Spring Web Services and JPA makes it even more fun. And its even more fun to create Microservices.

There are two parts to this course - RESTful web services and Microservices

Architectures are moving towards microservices. RESTful web services are the first step to developing great microservices. Java and Spring Boot, in combination with Spring Web MVC (also called Spring REST) makes it easy to develop RESTful web services.

In the first part of the course, you will learn the basics of RESTful web services developing resources for a social media application. You will learn to implement these resources with multiple features - versioning, exception handling, documentation (Swagger), basic authentication (Spring Security), filtering and HATEOAS. You will learn the best practices in designing RESTful web services.

In this part of the course, you will be using Spring (Dependency Management), Spring MVC (or Spring REST), Spring Boot, Spring Security (Authentication and Authorization), Spring Boot Actuator (Monitoring), Swagger (Documentation), Maven (dependencies management), Eclipse (IDE), Postman (REST Services Client) and Tomcat Embedded Web Server. We will help you set up each one of these.

In the second part of the course, you will learn the basics of Microservices. You will understand how to implement microservices using Spring Cloud.

In this part of the course, you will learn to establish communication between microservices, enable load balancing, scaling up and down of microservices. You will also learn to centralize the configuration of microservices with Spring Cloud Config Server. You will implement Eureka Naming Server and Distributed tracing with Spring Cloud Sleuth and Zipkin. You will create fault tolerant microservices with Zipkin.

In the third part of the course, you will learn the basics of Docker. You will understand how to build containers for microservices built using Docker and Spring Cloud.

In the fourth part of the course, you will learn the basics of Kubernetes. You will understand how to orchestrate microservices with Kubernetes.

WHAT TO EXPECT FROM EVERY IN28MINUTES COURSE

in28Minutes offers 30 Best Selling Courses providing Amazing Learning Experiences to 500,000 Learners across the world.

Each of these courses come with

  • Amazing Hands-on Step By Step Learning Experiences

  • Real Project Experiences using the Best Tools and Frameworks

  • Awesome Troubleshooting Guides with 200+ FAQs Answered

  • Friendly Support in the Q&A section

  • Free Udemy Certificate of Completion on Completion of Course


HERE ARE A FEW REVIEWS ON THE IN28MINUTES WAY

5 STARS - Excellent, fabulous. The way he has prepared the material and the way he teaches is really awesome. What an effort .. Thanks a million

5 STARS - A lot of preparation work has taken place from the teacher and this is visible throughout the course.

5 STARS - This guy is fantastic. Really. Wonderful teaching skills, and goes well out of his way to make sure that everything he is doing is fully understood. This is the kind of tutorial that gets me excited to work with a framework that I may otherwise not be.

5 STARS - The best part of it is the hands-on approach which the author maintained throughout the course as he had promised at the beginning of the lecture. He explains the concepts really well and also makes sure that there is not a single line of code you type without understanding what it really does.

5 STARS - I also appreciate the mind and hands approach of teaching something and then having the student apply it. It makes everything a lot clearer for the student and uncovers issues that we will face in our project early.

5 STARS - Amazing course. Explained super difficult concepts (that I have spent hours on the internet finding a good explanation) in under 5 minutes.

Start Learning Now. Hit the Enroll Button!


STEP BY STEP DETAILS

RESTful Web Services 

  • Step 01 - Initializing a RESTful Services Project with Spring Boot

  • Step 02 - Understanding the RESTful Services we would create in this course

  • Step 03 - Creating a Hello World Service

  • Step 04 - Enhancing the Hello World Service to return a Bean

  • Step 05 - Quick Review of Spring Boot Auto Configuration and Dispatcher Servlet - What's happening in the background?

  • Step 06 - Enhancing the Hello World Service with a Path Variable

  • Step 07 - Creating User Bean and User Service

  • Step 08 - Implementing GET Methods for User Resource

  • Step 09 - Implementing POST Method to create User Resource

  • Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location URI

  • Step 11 - Implementing Exception Handling - 404 Resource Not Found

  • Step 12 - Implementing Generic Exception Handling for all Resources

  • Step 13 - Exercise : User Post Resource and Exception Handling

  • Step 14 - Implementing DELETE Method to delete a User Resource

  • Step 15 - Implementing Validations for RESTful Services

  • Step 16 - Implementing HATEOAS for RESTful Services

  • Step 17 - Overview of Advanced RESTful Service Features

  • Step 18 - Internationalization for RESTful Services

  • Step 19 - Content Negotiation - Implementing Support for XML

  • Step 20 - Configuring Auto Generation of Swagger Documentation

  • Step 21 - Introduction to Swagger Documentation Format

  • Step 22 - Enhancing Swagger Documentation with Custom Annotations

  • Step 23 - Monitoring APIs with Spring Boot Actuator

  • Step 24 - Implementing Static Filtering for RESTful Service

  • Step 25 - Implementing Dynamic Filtering for RESTful Service

  • Step 26 - Versioning RESTful Services - Basic Approach with URIs

  • Step 27 - Versioning RESTful Services - Header and Content Negotiation Approaches

  • Step 28 - Implementing Basic Authentication with Spring Security

  • Step 29 - Overview of Connecting RESTful Service to JPA

  • Step 30 - Creating User Entity and some test data

  • Step 31 - Updating GET methods on User Resource to use JPA

  • Step 32 - Updating POST and DELETE methods on User Resource to use JPA

  • Step 33 - Creating Post Entity and Many to One Relationship with User Entity

  • Step 34 - Implementing a GET service to retrieve all Posts of a User

  • Step 35 - Implementing a POST service to create a Post for a User

  • Step 36 - Richardson Maturity Model

  • Step 37 - RESTful Services Best Practices

Microservices with Spring Cloud

  • Step 01 - Part 1 - Introduction to Limits Microservice and Spring Cloud Config Server

  • Step 01 - Part 2 - Setting up Limits Microservice

  • Step 02 - Creating a hard coded limits service

  • Step 03 - Enhance limits service to pick up configuration from application properties

  • Step 04 - Setting up Spring Cloud Config Server

  • Step 05 - Installing Git

  • Step 06 - Creating Local Git Repository

  • Step 07 - Connect Spring Cloud Config Server to Local Git Repository

  • Step 08 - Configuration for Multiple Environments in Git Repository

  • Step 09 - Connect Limits Service to Spring Cloud Config Server

  • Step 10 - Configuring Profiles for Limits Service

  • Step 11 - A review of Spring Cloud Config Server

  • Step 12 - Introduction to Currency Conversion and Currency Exchange Microservices

  • Step 13 - Setting up Currency Exchange Microservice

  • Step 14 - Create a simple hard coded currency exchange service

  • Step 15 - Setting up Dynamic Port in the the Response

  • Step 16 - Configure JPA and Initialized Data

  • Step 17 - Create a JPA Repository

  • Step 18 - Setting up Currency Conversion Microservice

  • Step 19 - Creating a service for currency conversion

  • Step 20 - Invoking Currency Exchange Microservice from Currency Conversion Microservice

  • Step 21 - Using Feign REST Client for Service Invocation

  • Step 22 - Setting up client side load balancing with Ribbon

  • Step 23 - Running client side load balancing with Ribbon

  • Step 24 - Understand the need for a Naming Server

  • Step 25 - Setting up Eureka Naming Server

  • Step 26 - Connecting Currency Conversion Microservice to Eureka

  • Step 27 - Connecting Currency Exchange Microservice to Eureka

  • Step 28 - Distributing calls using Eureka and Ribbon

  • Step 29 - A review of implementing Eureka, Ribbon and Feign

  • Step 30 - Introduction to API Gateways

  • Step 31 - Setting up Zuul API Gateway

  • Step 32 - Implementing Zuul Logging Filter

  • Step 33 - Executing a request through Zuul API Gateway

  • Step 34 - Setting up Zuul API Gateway between microservice invocations

  • Step 35 - Introduction to Distributed Tracing

  • Step 36 - Implementing Spring Cloud Sleuth

  • Step 37 - Introduction to Distributed Tracing with Zipkin

  • Step 39 - Setting up Distributed Tracing with Zipkin

  • Step 40 - Connecting microservices to Zipkin

  • Step 41 - Using Zipkin UI Dashboard to trace requests

  • Step 42 - Understanding the need for Spring Cloud Bus

  • Step 43 - Implementing Spring Cloud Bus

  • Step 44 - Fault Tolerance with Hystrix

Start Learning Now. Hit the Enroll Button!

Bạn sẽ học được gì

Yêu cầu

Nội dung khoá học

16 sections

Introduction

5 lectures
Microservices and RESTful APIs with Spring Boot and Spring Cloud - Preview
03:36
DO NOT SKIP: Success Stories of Other Learners
00:54
Introduction to the Course & Course Guide
02:33
A surprise! New Course Updates
00:51
DO NOT SKIP: Join in28minutes Learning Community
00:24

Introduction To Web Services

8 lectures
What is a Web Service?
06:08
Important How Questions related to Web Services
06:41
Web Services - Key Terminology
04:13
Introduction to SOAP Web Services
04:40
Maximizing Learning Efficiency with Playback Speed
01:57
Introduction to RESTful Web Services
07:33
SOAP vs RESTful Web Services
02:20
How to remember things for long time
01:51

Restful Web Services with Spring Boot - V2

54 lectures
DO NOT SKIP: New to Spring Boot?
00:25
Course Downloads
00:10
Step 00 - Creating a REST API with Spring Boot - An Overview
04:04
CODE BACKUP FILES and STEP BY STEP CHANGES : For Reference
00:10
Step 01 - Initializing a REST API Project with Spring Boot
07:21
Step 02 - Creating a Hello World REST API with Spring Boot
06:21
Story of in28minutes
02:12
Step 03 - Enhancing the Hello World REST API to return a Bean
04:30
Step 04 - What's happening in the background? Spring Boot Starters & Autoconfign
09:06
Step 05 - Enhancing the Hello World REST API with a Path Variable
04:13
Step 06 - Designing the REST API for Social Media Application
07:28
Step 07 - Creating User Bean and UserDaoService
06:43
Resources for Next Step
00:06
Step 08 - Implementing GET Methods for User Resource
08:28
Step 09 - Implementing POST Method to create User Resource
08:36
Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location
11:24
About Your Instructor
01:53
Step 11 - Implementing Exception Handling - 404 Resource Not Found
07:49
Resources for Next Step
00:30
Step 12 - Implementing Generic Exception Handling for all Resources
11:29
Step 13 - Implementing DELETE Method to delete a User Resource
03:25
Do You Want to Help Others Like You?
00:42
Step 14 - Implementing Validations for REST API
11:47
Step 15 - Overview of Advanced REST API Features
01:12
Step 16 - Understanding Open API Specification and Swagger
04:57
springdoc-openapi Dependency for next lecture
00:15
Step 17 - Configuring Auto Generation of Swagger Documentation
09:53
Step 18 - Exploring Content Negotiation - Implementing Support for XML
05:56
Step 19 - Exploring Internationalization for REST API
09:39
Resources for Next Step
00:16
Step 20 - Versioning REST API - URI Versioning
09:01
Step 21 - Versioning REST API - Request Param, Header and Content Negotiation
11:12
Step 22 - Implementing HATEOAS for REST API
10:43
Step 23 - Implementing Static Filtering for REST API
09:54
Step 24 - Implementing Dynamic Filtering for REST API
09:26
Step 25 - Monitoring APIs with Spring Boot Actuator
06:54
Step 26 - Exploring APIs with Spring Boot HAL Explorer
04:54
DO NOT SKIP - New to JPA and Hibernate?
00:14
Step 27 - Connecting REST API to H2 using JPA and Hibernate - An Overview
01:17
DO NOT SKIP - Additional Setting For Next Step - H2-CONSOLE
00:11
Step 28 - Creating User Entity and some test data
05:26
Step 29 - Enhancing REST API to connect to H2 using JPA and Hibernate
10:35
Step 30 - Creating Post Entity with Many to One Relationship with User Entity
10:22
Step 31 - Implementing a GET API to retrieve all Posts of a User
03:13
Step 32 - Implementing a POST API to create a Post for a User
06:21
Step 33 - Exploring JPA and Hibernate Queries for REST API
06:36
Step 34 - Connecting REST API to MySQL Database - An Overview
01:06
Step 34z - OPTIONAL - Installing Docker
04:25
Resources for Next Step
00:29
Course Update: Changes to MySQL Connector
00:17
Step 35 - OPTIONAL - Connecting REST API to MySQL Database - Implementation
15:19
Step 36 - Implementing Basic Authentication with Spring Security
05:18
Step 37 - Enhancing Spring Security Configuration for Basic Authentication
08:45
How to be consistent?
02:09

Quick Introduction to Microservices

7 lectures
Section Introduction - Microservices with Spring Cloud
01:25
Step 00 - 01 - Introduction to Microservices
04:24
Step 00 - 02 - Challenges with Microservices
05:51
Step 00 - 03 - Introduction to Spring Cloud
07:48
Step 00 - 04 - Advantages of Microservices Architectures
02:46
Step 00 - 05 - Microservice Components - Standardizing Ports and URL
02:37
How to Stay UpTo Date With Technology Changes
02:07

Microservices with Spring Cloud - V1

57 lectures
Next Section uses Latest Version of Spring Boot
01:29
Step 01 - Part 1 - Intro to Limits Microservice and Spring Cloud Config Server
04:51
Step 01 - Part 2 - Setting up Limits Microservice
05:34
COURSE UPDATE : Limits service with >=2.4.0 of SPRING BOOT
00:07
Step 02 - Creating a hard coded limits service
04:59
Step 03 -Enhance limits service to get configuration from application properties
05:14
Step 04 - Setting up Spring Cloud Config Server
03:55
Step 05 - Installing Git
01:45
Step 06 - Creating Local Git Repository
04:32
Step 07 - Connect Spring Cloud Config Server to Local Git Repository
05:11
Step 08 - Configuration for Multiple Environments in Git Repository
06:18
Step 09 - Connect Limits Service to Spring Cloud Config Server
04:58
Debugging problems with Spring Cloud Config Server
00:12
Step 10 - Configuring Profiles for Limits Service
05:44
Step 11 - A review of Spring Cloud Config Server
04:16
Step 12 - Introduction to Currency Conversion and Currency Exchange Microservice
03:14
IMPORTANT : SPRING BOOT AND SPRING CLOUD VERSIONS
00:07
Step 13 - Setting up Currency Exchange Microservice
03:35
Step 14 - Create a simple hard coded currency exchange service
06:29
Step 15 - Setting up Dynamic Port in the the Response
07:10
Step 16 - Configure JPA and Initialized Data
07:56
Step 17 - Create a JPA Repository
05:16
Step 18 - Setting up Currency Conversion Microservice
02:16
Step 19 - Creating a service for currency conversion
06:58
Step 20 - Invoking Currency Exchange Microservice from Currency Conversion Micro
08:15
Step 21 - Using Feign REST Client for Service Invocation
11:30
Step 22 - Setting up client side load balancing with Ribbon
05:11
COURSE UPDATE : Ribbon DOES NOT work with Spring Boot 2.4
00:17
Step 23 - Running client side load balancing with Ribbon
04:39
Debugging problems with Feign and Ribbon
00:08
Step 24 - Understand the need for a Naming Server
03:21
Step 25 - Setting up Eureka Naming Server
05:25
Step 26 - Connecting Currency Conversion Microservice to Eureka
03:06
Step 27 - Connecting Currency Exchange Microservice to Eureka
03:02
COURSE UPDATE : Exclude dependency on jackson-dataformat-xml
00:14
Step 28 - Distributing calls using Eureka and Ribbon
06:35
Debugging Problems with Naming Server ( Eureka ) and Ribbon
00:08
Step 29 - A review of implementing Eureka, Ribbon and Feign
03:58
Step 30 - Introduction to API Gateways
02:50
Step 31 - Setting up Zuul API Gateway
04:36
Step 32 - Implementing Zuul Logging Filter
06:01
Step 33 - Executing a request through Zuul API Gateway
05:27
Step 34 - Setting up Zuul API Gateway between microservice invocations
07:16
Debugging Problems with Zuul API Gateway
00:08
Step 35 - Introduction to Distributed Tracing
03:26
Step 36 - Implementing Spring Cloud Sleuth
08:34
Step 37 - Introduction to Distributed Tracing with Zipkin
04:34
Step 38 - Installing Rabbit MQ
04:31
Updates to Step 39 - Running Zipkin on Windows
00:24
Step 39 - Setting up Distributed Tracing with Zipkin
07:06
Step 40 - Connecting microservices to Zipkin
03:35
Updates to Step 40 : Use spring-cloud-starter-zipkin and spring-rabbit
00:16
Step 41 - Using Zipkin UI Dashboard to trace requests
06:33
Debugging Problems with Zipkin
00:08
Step 42 - Understanding the need for Spring Cloud Bus
09:16
Step 43 - Implementing Spring Cloud Bus
05:01
Step 44 - Fault Tolerance with Hystrix
07:10

Microservices with Spring Cloud - V2

50 lectures
What's NEW in V2?
01:17
RECOMMENDED: Use Latest Spring Boot Version
00:12
Have you already completed V1?
01:06
Course Downloads
00:09
Step 01 - Setting up Limits Microservice - V2
05:59
CODE BACKUP FILES and STEP BY STEP CHANGES : For Reference
00:15
Step 02 - Creating a hard coded limits service - V2
05:28
Step 03 - Enhance limits service - Get configuration from application props - V2
04:24
Step 04 - Setting up Spring Cloud Config Server - V2
04:45
Step 05 - Installing Git and Creating Local Git Repository - V2
04:11
Debugging problems with Spring Cloud Config Server - V2
00:09
Step 06 - Connect Spring Cloud Config Server to Local Git Repository - V2
03:57
Step 07 - Connect Limits Service to Spring Cloud Config Server - V2
04:07
What should I do when I face a challenge
02:35
Step 08 - Configuring Profiles for Limits Service - V2
05:47
Debugging Guide for Microservices V2 + Docker + Docker Compose
02:53
Step 09 - Introduction to Currency Conversion & Exchange Microservices - V2
02:26
Step 10 - Setting up Currency Exchange Microservice - V2
04:09
URL and Response Structure for Currency Exchange Service
00:04
Step 11 - Create a simple hard coded currency exchange service - V2
07:41
Step 12 - Setting up Dynamic Port in the the Response - V2
05:39
Step 13 - Configure JPA and Initialized Data - V2
10:56
CODE BACKUP FILES and STEP BY STEP CHANGES : For Reference
00:16
Step 14 - Create a JPA Repository - V2
05:47
How to take care of yourselves
01:53
Step 15 - Setting up Currency Conversion Microservice - V2
02:25
URL and Response Structure for Currency Conversion Service
00:06
Step 16 - Creating a service for currency conversion - V2
07:19
Step 17 - Invoking Currency Exchange from Currency Conversion Microservice - V2
07:10
Step 18 - Using Feign REST Client for Service Invocation - V2
07:59
Step 19 - Understand Naming Server and Setting up Eureka Naming Server - V2
07:37
Debugging Problems with Eureka - V2
00:17
Step 20 - Connect Currency Conversion & Currency Exchange Microservices - V2
04:54
All Work and No Play Make Adam and Eve Dull Kids
01:15
Course Update - Github Repositories
00:18
Step 21 - QuickStart by Importing Microservices
05:18
Step 22 - Load Balancing with Eureka, Feign & Spring Cloud LoadBalancer - V2
04:34
Course Update: New Dependency for Spring Cloud API Gateway
00:42
Step 22 - Setting up Spring Cloud API Gateway
04:45
URLs for next Lecture
00:08
Step 23 - Enabling Discovery Locator with Eureka for Spring Cloud Gateway
07:14
Debugging Problems with Spring Cloud Gateway - V2
00:19
Step 24 - Exploring Routes with Spring Cloud Gateway
13:39
Step 25 - Implementing Spring Cloud Gateway Logging Filter
05:55
Step 26 - Getting started with Circuit Breaker - Resilience4j
07:26
DO NOT SKIP: Update to Step 28 and Step 29 - Change in Configuration
00:02
Step 27 - Playing with Resilience4j - Retry and Fallback Methods
12:06
Step 28 - Playing with Circuit Breaker Features of Resilience4j
08:47
Step 29 - Exploring Rate Limiting and BulkHead Features of Resilience4j - V2
05:38
How to be Productive - 3 Tips
02:43

Docker with Microservices using Spring Boot and Spring Cloud - V2

29 lectures
Step 00 - Match made in Heaven - Docker and Microservices
02:44
Step 01 - Installing Docker - Docker - V2
04:25
RECOMMENDATION : Use PowerShell in Windows!
00:16
Step 02 - Your First Docker Usecase - Deploy a Spring Boot Application
02:58
Step 03 - Docker Concepts - Registry, Repository, Tag, Image and Containers
06:18
Step 04 - Playing with Docker Images and Containers
06:28
Step 05 - Understanding Docker Architecture - Docker Client, Docker Engine
04:11
Step 06 - Why is Docker Popular
03:02
Step 07 - Playing with Docker Images
08:26
Step 08 - Playing with Docker Containers
10:28
Step 09 - Playing with Docker Commands - stats, system
07:58
Why should you teach others
01:57
Step 10 - Introduction to Distributed Tracing
01:47
Step 11 - Launching Zipkin Container using Docker
03:05
Step 12 00 - Getting Started with Observability and OpenTelemetry
02:39
Next Lecture - Configuration for Connecting Microservices with Zipkin
00:13
Step 12 - Connecting Currency Exchange Microservice with Zipkin
13:25
Step 13 - Connecting Currency Conversion Microservice & API Gateway with Zipkin
13:23
Link for the Next Lecture
00:07
Step 14 - Getting Setup with Microservices for Creating Container Images
04:48
Step 15 - Creating Container Image for Currency Exchange Microservice
09:36
Step 16 - Getting Started with Docker Compose - Currency Exchange Microservice
06:28
Step 17 - Running Eureka Naming Server with Docker Compose
07:10
Step 18 - Running Currency Conversion Microservice with Docker Compose
04:15
Step 19 - Running Spring Cloud API Gateway with Docker Compose
03:49
Debugging Problems with Docker Compose
00:16
Spring Boot 3 Update - Zipkin URL Configuration
00:19
Step 20 - Running Zipkin with Docker Compose
04:29
How to handle failures
01:34

Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V2

35 lectures
Step 00 - Docker, Kubernetes and Microservices - Made for each other
03:19
Step 01 - Getting Started with Docker, Kubernetes and Google Kubernetes Engine
10:57
Step 02 - Creating Google Cloud Account
03:54
Step 03 - Creating Kubernetes Cluster with Google Kubernete Engine (GKE)
07:20
Step 04 - Review Kubernetes Cluster and Learn Few Fun Facts about Kubernetes
04:11
Step 05 - Deploy Your First Spring Boot Application to Kubernetes Cluster
11:39
Commands executed in this section
01:39
Step 06 - Quick Look at Kubernetes Concepts - Pods, Replica Sets and Deployment
04:58
Step 07 - Understanding Pods in Kubernetes
06:34
Step 08 - Understanding ReplicaSets in Kubernetes
08:40
Step 09 - Understanding Deployment in Kubernetes
13:51
Step 10 - Quick Review of Kubernetes Concepts - Pods, Replica Sets & Deployments
03:22
Technology Change is an Opportunity
01:20
Step 11 - Understanding Services in Kubernetes
07:56
Step 12 - Quick Review of GKE on Google Cloud Console
03:15
Step 13 - Understanding Kubernetes Architecture - Master Node and Nodes
08:13
Installing Gcloud
05:15
Installing Kubectl
02:44
Link for the Next Lecture
00:04
Step 14 - Setup Currency Exchange & Conversion Microservices - Kubernetes
08:59
Step 15 - Container images for Exchange & Currency Conversion Microservices
05:39
Step 16 - Deploy Microservices to Kubernetes & Understand Service Discovery
09:48
Step 17 - Creating Declarative Configuration Kubernetes YAML for Microservices
07:48
Step 18 - Clean up Kubernetes YAML for Microservices
06:51
Step 19 - Enable Logging and Tracing APIs in Google Cloud Platform
01:41
Step 20 - Deploying Microservices using Kubernetes YAML Configuration
04:17
Step 21 - Playing with Kubernetes Declarative YAML Configuration
03:46
Step 22 - Creating Environment Variables to enable Microservice Communication
10:03
Step 23 - Understanding Centralized Configuration in Kubernetes - Config Maps
06:31
Step 24 - Exploring Centralized Logging and Monitoring in GKE
05:41
Step 25 - Exploring Microservices Deployments with Kubernetes
07:49
Step 26 - Configuring Liveness and Readiness Probes for Microservices with K8S
08:47
Step 27 - Autoscaling Microservices with Kubernetes
06:30
Step 28 - Delete Kubernetes Cluster and Thank You!
01:02
How can you help us?
00:49

Thanks

3 lectures
DO NOT SKIP - I Would Love To Congratulate You!
00:35
Thank You
01:09
Bonus Lecture
00:11

Appendix - Introduction to Spring Boot in 12 Steps

15 lectures
Step 01 - Getting Started with Spring Boot - Goals
01:32
Step 02 - Understanding the World Before Spring Boot - 10000 Feet Overview
03:16
Step 03 - Setting up New Spring Boot Project with Spring Initializr
07:17
Step 04 - Build a Hello World API with Spring Boot
08:58
Step 05 - Understanding the Goal of Spring Boot
02:45
Step 06 - Understanding Spring Boot Magic - Spring Boot Starter Projects
04:54
Step 07 - Understanding Spring Boot Magic - Auto Configuration
07:41
Step 08 - Build Faster with Spring Boot DevTools
04:11
Step 09 - Get Production Ready with Spring Boot - 1 - Profiles
07:05
Step 10 - Get Production Ready with Spring Boot - 2 - ConfigurationProperties
07:31
Step 11 - Get Production Ready with Spring Boot - 3 - Embedded Servers
06:27
Step 12 - Get Production Ready with Spring Boot - 4 - Actuator
07:33
Step 13 - Understanding Spring Boot vs Spring vs Spring MVC
03:55
Step 14 - Getting Started with Spring Boot - Review
00:38
Share Your Experience
01:13

Appendix - Introduction to JUnit

6 lectures
01 Step 01 - What is JUnit and Unit Testing?
05:28
01 Step 02 - Your First JUnit Project and Green Bar
10:43
01 Step 03 - Your First Code and First Unit Test
05:24
01 Step 04 - Exploring other assert methods
08:01
01 Step 05 - Exploring few important JUnit annotations
07:08
Reviewing Regularly is the Key
01:10

Appendix - Introduction To Mockito

7 lectures
02 Step 00 - Introduction to Section - Mockito in 5 Steps
01:38
02 Step 01 - Setting up a Spring Boot Project
07:26
02 Step 02 - Understanding problems with Stubs
07:58
02 Step 03 - Writing your first Mockito test with Mocks
05:58
02 Step 04 - Simplifying Tests with Mockito Annotations - @Mock, @InjectMocks
04:30
02 Step 05 - Exploring Mocks further by Mocking List interface
08:14
Understanding Importance of Deep Work
02:22

Appendix - Introduction To Maven

10 lectures
Maven Step 01 - Introduction to Maven
02:17
Maven Step 02 - Creating a Spring Boot Project with Maven
03:31
Maven Step 03 - Exploring Maven pom.xml for Spring Boot Project
08:33
Maven Step 04 - Exploring Maven Parent Pom for Spring Boot Project
07:15
Maven Step 05 - Exploring Maven Further
05:35
Maven Step 06 - Exploring Maven Build Lifecycle with a Spring Boot Project
04:07
Maven Step 07 - How does Maven Work?
07:36
Maven Step 08 - Playing with Maven Commands
04:03
Maven Step 09 - How are Spring Projects Versioned?
06:12
How to stay relevant
02:26

Appendix - Introduction To Gradle

6 lectures
Gradle Step 01 - Getting Started with Gradle
02:10
Gradle Step 02 - Creating a Spring Boot Project with Gradle
03:35
Gradle Step 03 - Exploring Gradle Build and Settings Files
03:55
Gradle Step 04 - Exploring Gradle Plugins for Java and Spring Boot
05:00
Gradle Step 05 - Maven or Gradle - Which one to use for Spring Boot Projects?
05:17
Do You Know Your Learning Style
02:19

Appendix - Introduction to JPA in 10 Steps - V2

13 lectures
Step 01 - Getting Started with JPA and Hibernate - Goals
01:24
Step 02 - Setting up New Spring Boot Project for JPA and Hibernate
06:52
Step 03 - Launching up H2 Console and Creating Course Table in H2
07:24
Step 04 - Getting Started with Spring JDBC
03:58
Step 05 - Inserting Hardcoded Data using Spring JDBC
07:49
Step 06 - Inserting and Deleting Data using Spring JDBC
09:01
Step 07 - Querying Data using Spring JDBC
05:36
Step 08 - Getting Started with JPA and EntityManager
12:23
Step 09 - Exploring the Magic of JPA
03:16
Step 10 - Getting Started with Spring Data JPA
05:41
Step 11 - Exploring features of Spring Data JPA
05:11
Step 12 - Understanding difference between Hibernate and JPA
05:00
How to Decide Your Goals
01:39

APPENDIX - Introduction to Functional Programming in 30 Minutes

10 lectures
Step 00 - Introduction to Functional Programming - Overview
01:21
Step 01 - Getting Started with Functional Programming with Java
06:23
Step 02 - Writing Your First Java Functional Program
05:39
Step 03 - Improving Java Functional Program with filter
08:07
Step 04 - Using Lambda Expression to enhance your Functional Program
05:17
Step 05 - Do Functional Programming Exercises with Streams, Filters and Lambdas
05:30
Step 06 - Using map in Functional Programs - with Exercises
05:54
Step 07 - Understanding Optional class in Java
07:14
Step 08 - Quick Review of Functional Programming Basics
03:14
Why Should You Embrace a Growth Mindset
01:18

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.