#system-architecture
Read more stories on Hashnode
Articles with this tag
Clustering Clustering involves connecting multiple servers to work together as a single unit to imprve database performance, scalability, and fault...
When a computer bots up, it follows a series of steps to initialize and start the operating system. Here's a general overview of the process: 1)...
What's an API Gateway An API gateway is like a manager for different services in an app. It handles requests from users, decides which service should...
Kafka was originally built for massive log processing. It retains messages until expiration and lets consumers pull messages at their own pace Let's...
Smoke Testing This is done after API development is complete. Simply validate if the API's working and nothing breaks Functional Testing This creates...