
Price: $64.99
Before you purchase:
-
The course will be focused on architecture & microservice patterns, not how to hand-code the application.
-
You will get full source code (downloadble). I will explain the code & algorithm, but we will not learn how to code line-by-line.
-
To get full understanding of sample code, you must know how to code with Java Spring.
-
Basic spring programming with REST API is NOT covered in this course.
-
If you need to know the concept, you don’t need to know Spring programming
——————————————————————————————————————————————-
Microservice architecture has become general choice for modern application development. It solves certain problems, although it is not a solution for ecerything.
When using microservice, complexity shifts, and mindset change required. Technical challenges will arise and must be addressed. Fortunately, many people already facing the same technical challenges and developed a solution. These solutions become common patterns to solve thes problems. Thus, it become design patterns for microservices architecture.
There are many patterns to design and implement microservices.
Microservices is -by nature- distributed system, thus some technical challenges comes from this nature. Communication among services in distributed places require different approach to works efficiently. In this course, we will learn many things :
-
what is microservice architecture
-
microservice chassis to boost productivity
-
organize clean & standard microservice code
-
communication among services : synchronous, asynchronous
-
service discovery
-
handling communication error
-
synchronize data & keeping data integrity on transaction which involves several distributed services
-
capture changed data in real time, in reliable way
-
querying data from multiple services
-
event sourcing, replaying data flow
-
API gateway concept
-
composing several API
-
cache
-
monitoring services
-
tracing call chain that involves several services
-
centralized log & exception tracking
-
deploy the application as docker container
This course will be delivered with full sample code using Java Spring Boot & Spring Cloud.
Several other tools that we will use on this course :
-
Apache Kafka (will use a lot of this!)
-
MySQL
-
Debezium
-
Docker
-
Hashicorp Consul
-
Hashicorp Vault
-
Elasticsearch
-
Logstash
-
Kibana
-
Zipkin
-
Kong API management
Important!
This course uses Spring Boot version 2.x.
On late November 2022, Spring Boot 3.0.0 released. It takes time for updating the course to Spring boot 3.0.0, but I will do my best.
In the meantime, you have several options:
-
works with latest version of Spring boot 2.x, and the course should full compatible
-
works with Spring boot 3.x. Most of the courses should works, but some parts might need adjustment.