Explore >> Select a destination


You are here

www.ardanlabs.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?
| | martinheinz.dev
2.0 parsecs away

Travel
| | 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
33.0 parsecs away

Travel
| 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.