Amigoscode - Microservices and Distributed Systems

Amigoscode - Microservices and Distributed Systems

Register & Get access to index

TUTProfessor

Processing....
Staff member
Administrator
Uploader
Jul 31, 2020
9,107
958,732
129
TUTProfessor submitted a new resource:

Amigoscode - Microservices and Distributed Systems - Building and Deploying Microservices from scratch

PqCmRZz.png


Building and Deploying Microservices from scratch​


icroservices are an architectural and organisational approach to software development where software is composed of small independent services that communicate over well-defined APIs. These services are owned by small, self-contained teams.

Microservices architectures make applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market...

Read more about this resource...
 

jotajarj

New member
TutFlixer
Feb 16, 2022
12
5
3
Poland
Hi, I think here the content is missing some parts when I compared with the full index https ://amigoscode.com/p/microservices
In theory is 16 hours and here only get something more that 8. Please, could the full content be uploaded?
 
  • Like
Reactions: biglizard7

devilbingo

Member
TutFlixer
Oct 5, 2020
30
42
13
India
Hi, I think here the content is missing some parts when I compared with the full index https ://amigoscode.com/p/microservices
In theory is 16 hours and here only get something more that 8. Please, could the full content be uploaded?
No, this is exactly whatever is uploaded at the original site. Compare the videos yourself.
 
  • Like
Reactions: biglizard7

jotajarj

New member
TutFlixer
Feb 16, 2022
12
5
3
Poland
No, this is exactly whatever is uploaded at the original site. Compare the videos yourself.
Sorry, but I think there are more videos (uploaded are 115), but I compared with the official web page shown below and you will see more than that. Please, could anyone confirm? Thanks!

Course Curriculum

Getting Started
Preview1 - Few Words Before We Begin (1:07)
Preview2 - Join The Community (0:51)
Preview3 - Resources and Links
Bootstrap With Maven
Preview1 - Maven (2:38)
Preview2 - IntelliJ (2:06)
Preview3 - Open The Project with IntelliJ (1:40)
Preview4 - Maven Parent Module (7:00)
Your First Microservice
PreviewIntro (0:41)
Preview1 - Spring Cloud (3:35)
Preview2 - Create Your First Microservice (7:57)
Start3 - Model Controller and Service (5:31)
Start4 - Postgres and PGAdmin on Docker (4:29)
Start5 - Connecting to DB (8:06)
Start6 - Databases (1:17)
Start6 - Section End Git Commit
Microservice Communication via HTTP
Start1 - Intro (1:14)
Start2 - Fraud Microservice (4:45)
Start3 - Database Setup for Fraud (4:41)
Start4 - Fraud Controller Service and Repository (7:41)
Start5 - RestTemplate (5:23)
Start6 - Testing Microservice Communication (3:09)
Start7 - Section End Git Commit
Service Discovery with Eureka
Start1 - Service Discovery (4:08)
Start2 - Spring Cloud Dependency (3:37)
Start3 - Setting up Eureka Server (5:36)
Start4 - Dashboard (1:54)
Start5 - Eureka Clients (7:39)
Start6 - @LoadBalanced (6:52)
Start7 - Section End Git Commit
Open Feign
Start1 - Open Feign (2:32)
Start2 - Feign client Feign (6:30)
Start3 - Using Fegin Client (4:58)
Start4 - Microservice Communication With Feign (2:56)
Start5 - Section End Git Commit
Exercise
Start1 - Exercise (1:52)
Start2 - Solution (4:12)
Start3 - Section End Git Commit
Distributed Tracing
Start1 - Distributed Tracing (3:41)
Start2 - Adding Sleuth (3:46)
Start3 - Zipkin (1:04)
Start4 - Zipkin Container (2:57)
Start5 - Spring Cloud Sleuth Zipkin (3:25)
Start6 - Zipkin Dashboard (6:38)
Start7 - Section End Git Commit
Api Gateway With Spring Cloud Gateway
Start1 - What are Load Balencers (9:57)
Start2 - Load Balancer Algorithms (2:53)
Start3 - Load Balancer Health Checks (2:04)
Start4 - Spring Cloud Gateway (2:56)
Start5 - Bootstrap API Gateway (4:13)
Start6 - Configuring API Gateway (2:44)
Start7 - API Gateway in Action (3:06)
Start8 - Section End Git Commit
Message Queues
Start1 - Why a message queue (3:52)
Start2 - Simulate Slow Response (4:30)
Start3 - AMQP & RabbitMQ (6:27)
Start4 - Kafka RabbitMQ and SQS (4:19)
Start5 - AMQP Exchange Types (4:55)
RabbitMQ
Start1 - Rabbit MQ Container (3:31)
Start2 - AMQPTemplate and JacksonConverter (6:26)
Start3 - SimpleRabbitListenerContainerFactory (4:36)
Start4 - Notification Queue Configuration (4:28)
Start5 - Queue Topic and Binding (4:00)
Start6 - Message Producer (3:44)
Start7 - Publishing Messages (9:16)
Start8 - Customer Microservice Publishing Messages To Queue (5:49)
Start9 - @RabbitListener (7:08)
Start11 - Zikin Dashboard With RabbitMQ
Start12 - We made it. Our code is Asynchronous (2:15)
Start13 - Section End Git Commit
Packaging Microservices to Runnable Jar
Start1 - Intro (0:53)
Start2 - Maven Compiler Plugin (7:22)
Start3 - Spring Boot Maven Plugin (6:19)
Start4 - Installing Root and Individual Modules with Maven (6:34)
Start5 - Running all Jars (9:14)
Start6 - Section End Git Commit
Packaging Jars to Docker Images
Start1 - Intro (1:07)
Start2 - What is Docker (1:31)
Start3 - Docker Images and Containers (3:17)
Start4 - Docker Architecture (2:42)
Start5 - Docker Registries (4:12)
Start6 - Docker Login (5:48)
Start7 - Spring Boot Maven Plugin and Jib (2:33)
Start8 - Jib Maven Plugin (8:38)
Start9 - Jib Sub Module Configuration (4:37)
Start10 - Build and Push (5:16)
Start11 - Exercise (1:42)
Start12 - Exercise Solution (3:08)
Start13 - Adding Eureka Server and ApiGW to Docker Compose (2:48)
Start14 - Docker Network (2:11)
Start15 - Spring Profiles (3:42)
Start16 - ApiGW and Eureka Server Docker Containers (3:56)
Start17 - Exercise 2 (0:33)
Start18 - Exercise 2 Solution (8:19)
Start19 - Section End Git Commit
Kubernetes AKA k8s
Start1 - Intro (0:49)
Start2 - What is Kubernetes (4:16)
Start3 - Master and Control Plane (8:29)
Start4 - Worker Nodes (6:21)
Start5 - Running Kubernetes Clusters (4:44)
Start6 - Minikube (6:40)
Start7 - Installing Kubectl (5:52)
Start8 - Kubernetes Hello World (7:12)
Start9 - Pods (3:02)
Start10 - Deployments (4:10)
Start11 - Services (3:00)
Start12 - Service Discovery (6:31)
Deploying Postgres RabbitMQ and Zipkin to k8s
Start1 - IntelliJ k8s Plugin (2:32)
Start2 - Never Deploy Postgres on k8s. Only for local testing (2:37)
Start3 - Postgres YAMLs (9:45)
Start4 - Postgres Running in k8s (5:25)
Start5 - Exercise (0:47)
Start6 - Exercise Sol (7:50)
Start7 - Section End Git Commit
Refactoring Microservices for k8s
Start1 - Intro (1:31)
Start2 - No need for API Gateway Anymore
Start3 - Disabling Eureka (1:51)
Start4 - Refactor Feign Clients (7:13)
Start5 - Adding SPRING_PROFILES_ACTIVE=default (6:07)
Start6 - Kube Profile (4:40)
Start7 - Building new Images and Testing Docker Compose (4:33)
Start8 - Section End Git Commit
Deploying Microservices to k8s
Start1 - Section Overview (0:20)
Start2 - Customer YAMLs (6:35)
Start3 - Customer Up in Running in k8s (3:37)
Start4 - Exercise
Start5 - Exercise Solution (4:00)
Start6 - We done it. Microservices running in k8s (4:47)
Start7 - Section End Git Commit
Kafka
Start1 - Intro (0:33)
Start2 - What is Kafka (7:55)
Start3 - Kafka Broker (4:53)
Start4 - Bootstrap Project (2:03)
Start5 - Topic (2:57)
Start6 - Kafka Producer Config (5:55)
Start7 - Kafka Template Send (3:38)
Start8 - Kafka Consumer (3:58)
Start9 - ConsumerConfig (5:19)
Start10 - @KafkaListener (3:56)
Start11 - Restful Api and Kafka Integration (4:29)
Start12 - Trusted Packages (3:56)
Start13 - Custom Objects (8:31)
Start14 - Deployment and Managed Kafka (1:59)
Start15 - Spring for Apache Kafka Documetation (1:06)
Start16 - Outro (0:25)
Outro
StartReporting Service (1:56)
StartSecurity (2:06)
StartOutro (1:58)
 

devilbingo

Member
TutFlixer
Oct 5, 2020
30
42
13
India
Sorry, but I think there are more videos (uploaded are 115), but I compared with the official web page shown below and you will see more than that. Please, could anyone confirm? Thanks!
Apart from section outro and git commits everything seems to be there, please tell which video is missing
 

jotajarj

New member
TutFlixer
Feb 16, 2022
12
5
3
Poland
@devilbingo : In the course itself is saying "16 hours" course, so I guess more content could be uploaded in the near future? Please, check the total time of all videos and you won't get more than 8 hours (that also made me feel confused about this).

I don't want to disturb you but I find this comment relevant to be considered. Again thanks!
 

devilbingo

Member
TutFlixer
Oct 5, 2020
30
42
13
India
@devilbingo : In the course itself is saying "16 hours" course, so I guess more content could be uploaded in the near future? Please, check the total time of all videos and you won't get more than 8 hours (that also made me feel confused about this).

I don' want to disturb you but I find this comment relevant to be considered. Again thanks!
Yes I know. Question amigoscode in that case 😂 Maybe he'll put more videos
 

Latest resources