In order to design our system, we need to know exactly how many requests that our system can receive from clients, the total time to process requests, and how much memory that we need, … But in this article, we will have some reference latency numbers to apply for creating...
[Read More]
Some important principles of OOP
In this article, we want to find something out about important principles of OOP. It’s really crucial for us because it influences what we think about object oriented analysis and design.
[Read More]
How to use CompletableFuture and Callable in Java
Event-driven architecture pattern
In this article, we will learn how to use Event-driven architecture pattern, and apply it in Axon framework. Let’s get started.
[Read More]