Nothing here yet.
Nothing here yet.
Oct 23, 2024 · 7 min read · When designing large-scale systems, it’s essential to find the right balance between various factors like memory, throughput, cost, latency, consistency, and availability. These elements are interconnected, and changing one often impacts the others. ...
Join discussion
Oct 16, 2024 · 11 min read · Whenever we are building any application we must make sure that our application is secure but why do we need to secure our application? 🙂 Imagine you're running an online store. Customers trust you with their personal information, like their names, ...
Join discussion
Oct 12, 2024 · 14 min read · When building modern applications or systems, it's crucial to have a basic understanding of networking principles and related technologies. Whether you're developing a simple web app or a complex, real-time communication platform, knowing the basics ...
Join discussion
Oct 8, 2024 · 7 min read · In this article, we are going to discuss the following things Cache and its types Writing policies in the cache Replacement policies Cache and its types The cache is the temporary storage that stores the part of the database in our memory. Benef...
Join discussion