Sergey Kargopolov
I publish new video tutorials every week. If you would like to stay in touch and learn when new video tutorial becomes available please subscribe to my channel. Also you might want to check out my blog: SwiftDeveloperBlog.com and my two video courses:
1) Create RESTFul Web Services with JAX-RS and Jersey - http://bit.ly/2Bufzru
2) RESTful Web Services with Spring Boot, Spring MVC, JPA and MySQL - http://bit.ly/2IMWJPN
3) Firebase and Swift: Practical examples - http://bit.ly/2ExOdSP
Orchestration SAGA - Deadlines. Introduction.
Test Driven Development Java, SpringBoot: Mini Course
Orchestration SAGA - Compensating Transactions. Introduction.
Event Sourcing: Introduction
CQRS Design Pattern with Event-Driven Microservices
Saga Orchestration Pattern with Event-Driven Microservices
Apache Kafka for Microservices: Kafka and Database transactions.
Amazon ECS Load Balancing | Deploy Spring Boot Microservices to AWS ECS Fargate
Docker Hub vs Amazon ECR | Deploy Spring Boot Microservices to AWS ECS Fargate
Deploy Spring Boot Microservices to AWS ECS: What is AWS ECS Task, Service and Cluster?
Ребалансировка и назначение разделов в Apache Kafka
Apache Kafka Consumer Groups - Introduction
Apache Kafka for Microservices: Topic and Partitions
Apache Kafka for Microservices. Introduction.
Apache Kafka for Microservices: Messages and Events
Event-Driven Architecture with Apache Kafka. Introduction.
What is JUnit Test method in Java?
What is JUnit 5? 🤔
JUnit - Complete Introduction to Testing Java Code
Creating CodePipeline for AWS ECS | Deploy Spring Boot Microservices to AWS ECS Fargate
How to Structure Code in Unit Test Method? (2022)
@DisplayName Annotation in JUnit 5 (2022)
How to Disable a JUnit Test?
JUnit Test Method Structure. Arrange, Act and Assert.
JUnit 5 Lazy Assertion Message
Add JUnit To Java Gradle Project
Add JUnit support To Java Maven Project
Spring Web MVC | 12 | Return JSON in Response Body
Spring Web MVC | 11 | Read JSON Request Body
Spring Web MVC | 10 | Read Form Data with @ModelAttribute