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
| | 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...
| | yos.io
8.6 parsecs away

Travel
| | Above is a recorded talk I gave on 'Beyond JSON: Fantastic Serialization Formats and Where to Find Them' for API Craft. Slides are available here. This blog post is an aspirational transcript for the talk. Keep reading for more!
| | stefan-marr.de
48.6 parsecs away

Travel
| Lectures on programming language interpreters and just-in-time compilation