/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

wittchen.io
| | cboy.space
3.9 parsecs away

Travel
| | Introduction ? API Gateway CI & CD Service Discovery Communication between Services Configuration Center Observability Transaction & Distributed Lock Manager ?60? What ?Microservices? Microservices?API? From Monolithic to Microservices ?Monolithic?...
| | ryanharter.com
3.0 parsecs away

Travel
| | RxJava is all the rage in the Android world lately, and with good reason. While Functional Reactive Programming has a bit of a steep learning curve, the benefits are enormous. One issue I've run accross is the fact that I need to use libraries that don't support RxJava, but use the Listener pattern instead, and therefore miss out on many of the composability benefits of Rx. I ran into this exact issue while integrating OpenIAB into the latest release of Fragment.
| | www.nayuki.io
6.1 parsecs away

Travel
| | [AI summary] A Java library for reading and writing raw Git objects, offering detailed control over Git repositories without relying on external tools.
| | tech.preferred.jp
35.7 parsecs away

Travel
| Pattern matching on algebraic data types is a powerful technique to process a given input and many programming languages have adopted it in one way or