© 2022 Hashnode
#system-architecture
MultiTenant solution means multiple tenants or customers all using the same service or sharing all the resources in some way. In a B2B application tenants are the organization who use the system. In a B2C application tenants may represent i…
We're very excited to announce the launch of our most extensive system design course yet: Grokking Modern System Design for Software Engineers & Managers! We’ve purposefully designed this course to en…
ReadLink pkg/kubelet/nodestatus/setters.go /pkg /kubelet /kubelet_node_status.go Directory Layout pkg/kubelet/nodestatus |- setters.go |- setters_test.go Setter // Setter modifies the node in-p…
Microservices is one of the most searched topics on the internet by developers. Unfortunately, most of the content available tends to lean on implementing microservices in one language/framework. The …
Hey there👋🏻! Have you ever wondered why or how websites (like Hashnode) load instantly even when they are hosted several miles away - when servers are very far away from their clients who have reque…
Whether you're building web applications, mobile applications, or something else entirely, performance and scalability go hand in hand. You can expect a system that scales poorly to eventually be outp…
Sometimes take your hands off from your system but it should still continue to operate like a pilot driving an airplane Remember the day when Facebook, WhatsApp, and Instagram were down for hours? — …
A software's architecture is the foundation for any successful software system and will influence everything from maintainability, scalability, stability, and security throughout that system's lifecyc…
The three-tier architecture is the most popular implementation of a multi-tier architecture and consists of a single presentation tier, logic tier, and data tier. The following illustration shows an example of a simple, generic three-tier a…
What is the sidecar pattern? Applications and services often have generic concerns such as health checks, configuration, metrics, as well as how they communicate with each other either directly or thr…