Data Serialization: How Protocol Buffers Achieve Efficiency
In the world of distributed systems and microservices, we often want to communicate with different services hosted on different servers in various geographical locations. To do this, we need to serialize the payload (in-memory structure to bytes) at ...
blog.calvinsd.in7 min read