#software-engineering
Read more stories on Hashnode
Articles with this tag
In the era of big data and distributed systems availability, scalability and reliability are crucial in modern applications. One of the most important...
Distributed data systems are the reality of modern applications. Gone are the days when a single database server instance would be enough to serve all...
Terraform is an open-source infrastructure-as-a-code (IAAC) tool created by Hashicorp. It helps provision infrastructure resources in the cloud,...
The sidecar pattern is a software architectural pattern in which an additional container, known as a "sidecar container," is deployed alongside the...
If you are a software engineer and have used git as version control system, you must have definitely come across "Detached HEAD" state while working....