/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

bizety.com
| | frederickvanbrabant.com
5.4 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?
| | yos.io
0.8 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!
| | thepythoncorner.com
4.4 parsecs away

Travel
| | In 2016 I wrote a post about serialization in Python by using the pickle Python module. In this article, we will try to serialize Python objects by using another module: json. According to Wikipedia "JSON is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types (or any other serializable value)". But why you should use to use JSON instead of the official pickle module? Well, it depends on what you have to do... JSON is a safer protocol, it's human-readable and it's a standard adopted...
| | initialcommit.com
16.9 parsecs away

Travel
| Learn Node.js and the Express framework with this beginner's guide. By creating RESTful web services, declaring API endpoints, sending status codes, redirects, and API security best practices.