Explore >> Select a destination


You are here

yos.io
| | blog.adnansiddiqi.me
1.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
| | doughellmann.com
6.0 parsecs away

Travel
| | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking.
| | tech.trivago.com
5.0 parsecs away

Travel
| | At trivago we rely heavily on the ELK stack for our log processing. We stream our webserver access logs, error logs, performance benchmarks and all kind of diagnostic data into Kafka and process...
| | janikvonrotz.ch
21.8 parsecs away

Travel
| In my last post we built a Graphql API that handles user authentication and authorization. In particular we added a loginUser query that returns a JWT token. This token can be used to access restricted resources. In this post I will show what the implementation looks like on Reacts side.