/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

robotlibrarian.billdueber.com
| | yokota.blog
17.4 parsecs away

Travel
| | The Rust Schema Registry Client is a fully asynchronous Rust client library for interacting with the Confluent Schema Registry. It allows you to enforce a Data Contract between a producer and a consumer. For example, you can Serialize and deserialize Kafka records using Avro, Protobuf, and JSON Schema Specify data quality rules using Google Common...
| | nodogmablog.bryanhogan.net
15.7 parsecs away

Travel
| | If you serialize an already serialized string, the serializer will replace double quotes with \\u0022. Here is a way to get back the familiar \\".
| | feathersui.com
15.7 parsecs away

Travel
| | [AI summary] A blog post announces the release of version 1.0 of amfio, an open-source Haxe library for reading and writing AMF data to support OpenFL and Adobe AIR development.
| | muhammadraza.me
37.7 parsecs away

Travel
| In this post, we will understand how an HTTP server works by implementing one in Python.