Explore >> Select a destination


You are here

www.dillonfrankesecurity.com
| | blog.adnansiddiqi.me
3.6 parsecs away

Travel
| | In this post, I am going to talk about Proto Buffers and how you can use them in Python for passing messages across networks. Protocol Buffers or Porobuf in short, are used for data serialization and deserialization. Before I discuss Protobuf, I would like to discuss data serialization and serialization first. Data Serialization and De-serialization
| | frederickvanbrabant.com
4.5 parsecs away

Travel
| | Microservices can solve a lot of architectural problems, and sometimes create a few fun new ones. A big problem however is connecting these services to each other. Can GRPC lend a hand here?
| | ectobit.com
5.2 parsecs away

Travel
| | Differences between APIv1 and APIv2 implementation of protocol buffers and gRPC in Golang
| | akos.ma
15.2 parsecs away

Travel
| Let's take a somewhat tangential approach to the subject of the Microservices architecture. Most discussions about it are centered around technological aspects; which language to choose, how to create the most RESTful services, which service mesh is the most performant, etc.