|
You are here |
www.ardanlabs.com | ||
| | | | |
blog.adnansiddiqi.me
|
|
| | | | | 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
|
|
| | | | | 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? | |
| | | | |
martinheinz.dev
|
|
| | | | | Nowadays, when people want to implement backend API, they go straight to creating application with RESTful API that communicates using JSON, without eve... | |
| | | | |
marmelab.com
|
|
| | | The best practice regarding JWT storage is to use memory rather than local storage. But it comes with numerous challenges. Let's see how to tackle these in the case of a react-admin application. | ||