#apis
Read more stories on Hashnode
Articles with this tag
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...
Latency := The time taken for a request to travel from the client to the server and back 2)Throughput := The number of requests handled by the API in...
What are Api's ? API (Application Programming Interfaces)APIs are like messengers that let different software talk to each other, defining rules for...
https://imdb-clone-react-app-pi.vercel.app/ Following is my IMDB frontend clone which fetches API from tmbd iam facing the issue to make this website...
Follow the Following Steps (For Windows) windows + R Enter Cmd Opens the command prompt/terminal For Linux & Mac Please follow the guide from...