Introduction to Domain-Driven Design – DDD
In this new entry, we will provide an introduction to Domain-Driven Design, where we will explore what it is and why we should use it. However, this model or design…
Our team work realy hard to produce quality content on this website and we noticed you have ad-blocking enabled. Advertisements and advertising enable us to continue working and provide high-quality content.
In this new entry, we will provide an introduction to Domain-Driven Design, where we will explore what it is and why we should use it. However, this model or design…
In this post we are going to deep into Microservices Architecture and Design Patterns. Microservices architecture is based on a pattern whose main objective is to decouple components as much…
In this post, we're going to talk about how to use Kafka in a Microservices Architecture, not Franz Kafka the Bohemian writer, but the Apache tool in Microservices, and how…
What is gRPC? Google created gRPC as an RPC (Remote Procedure Call) protocol that enables connections and calls between microservices in any environment. It serves as an alternative to REST,…
Microservices architecture can be considered as a small set of services, each with its own life and functions. These services can function in isolation without any issues, but sometimes they…
In this new post, we will see a practical example of the Saga Pattern with Quarkus and Kafka. Kafka, a distributed platform, enables asynchronous messaging between services with a set…
In this article, we will explain how does dependency injection work in Spring?. We will also see how we can use it in Spring applications. What is Inversion of Control…
We are going to explore in his entry, Stateful vs Stateless in Architecture, the importance of choosing between two ways of building services and applications, especially when creating a new…
In recent times, the design of software architectures based on microservices has become very important. And although at first, they can solve and help in many problems, they also carry…
In this new article, we will practically see fault tolerance and resilience. So let's go to see an example of Circuit Breaker with Resilience4j in Spring Boot and and Time…