Single Responsibility Principle (SRP)
We have learnt Object-oriented programming (OOP) in school or have some experiences while working as developers, however not everyone can apply OOP properly ...
We have learnt Object-oriented programming (OOP) in school or have some experiences while working as developers, however not everyone can apply OOP properly ...
I’m using MacOS and when I need to work with a project in my company (a very big repo). After cloned it to my laptop, I checked out the develop branch. Immed...
There is a great explanation for this question. In short, it’s because of Branch Prediction.
As a developer, I believe most of us used to make commits in git. Sometime you may be wondering on how to write a good git commit message? This is an importa...
In my previous post, I have answered the question if we should use gRPC. But why don’t we use REST as another popular protocol in developing web services?
Sometime ago back, when I was searching for a good protocol to help backend services communicate with one another easily. I read again RPC and also gRPC conc...
In my previous post, I have answered the question if we should use gRPC. But why don’t we use REST as another popular protocol in developing web services?
Sometime ago back, when I was searching for a good protocol to help backend services communicate with one another easily. I read again RPC and also gRPC conc...
In my previous post, I have answered the question if we should use gRPC. But why don’t we use REST as another popular protocol in developing web services?
Sometime ago back, when I was searching for a good protocol to help backend services communicate with one another easily. I read again RPC and also gRPC conc...
There is a great explanation for this question. In short, it’s because of Branch Prediction.