Some latency numbers that we need to know

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]
Tags: OOP