#golang
Read more stories on Hashnode
Articles with this tag
What is rate limiting? Imagine someone making a request to an API. Now, let's say there are many requests coming in from different people or...
What is Apache Kafka? Apache Kafka is an open-source event-streaming platform. What is an event? event is a course of action in your application like...
what is gRPC? To understand gRPC first we need to know what RPC is.RPC(Remote Procedure Call) is used to create Inter-Process-Communication between...
It's a common Synchronization issue when you are working with multiple threads and accessing shared resources. If one of the threads is updating a...