© 2023 Hashnode
#system-architecture
Implementing an ML solution is different from a general feature that is going to be added to a system. It needs a careful and flexible system design from loading data to fetching predictions. In this article, I'm going to note down an ML mo…
A Sudden Boom🎇 happened in the IT Industry on Nov 30, 2022, when people started talking about the Google Replacer and the hell-giant that will take over IT jobs sooner. yess it's ChatGPT. Let's see h…
As a backend developer, we all face questions like “Can your backend system handle a million requests per second”. How can we give an approximate answer to this? We can’t replicate such a load locally and we certainly can’t test this on a…
API Gateway is one of the key components while designing a microservice architecture. It acts as an intermediary between clients and servers. But is it the only thing it can do? Typically, when an API Gateway receives a request, it parses…
We all hear about the interview experiences of SDEs, and recently the buzzword for the interview season has to be System Design. People study DSA, learn OOPS, OS, and DBMS and now even have to learn System Design! But System Design is not s…
Let’s understand this using an example. You are an event manager who’s responsible for a concert that is going to take place in a week. According to the previous year’s data, you decide to book a ground that can accommodate ten thousand peo…
Do you ever wonder how modern-day websites and applications handle so many users? You watch a game, especially India Vs Pakistan, on Hotstar, where the count of users is more than 10 million. It sounds very intriguing and astonishing at the…
So, you must have heard the word “Replication” multiple times, let’s crack it down. Replication is simply creating multiple copies of data, but isn’t it bad? we are just wasting storage by copying th…
System design is a crucial aspect of software development that involves the process of defining the architecture, components, interfaces, and data for a system to satisfy the specified requirements. I…
What is Auth When we talk about Auth, we usually tend to discuss auth packages but auth is just 2 things - Authentication and Authorization Authentication - Who is this person and are they actually …