#software-development
Read more stories on Hashnode
Articles with this tag
Netflix is a tech giant that supports humongous number of devices and with that, data. The fact that all devices are synced is another aspect that...
This is a brilliant technique in handling database queries. It has been used by Discord and it saved them a ton of possible failures and downtimes. It...
In Spring, annotations are used to mark classes, methods, and fields with metadata that Spring's container can process, reducing the need for...
According to "Clean code" book by Uncle Bob, he defined some guidances and rules that developers should follow. This is more imperative for the less...
Low Coupling and High cohesion. We've all heard of this two terms in various settings. Today, I am exploring what they actually mean and why it is...
Even under the best case scenario in MicroServices, something can go wrong. However, if building MicroServices is the selected most viable option then...