Sunday, June 24, 2018

Polly: .NET resilience & transient-fault-handling library


The Polly Project

A tool useful for .NET based cloud apps, part of .NET foundation.
The "Polly" name is derived from "policy":
declarative handling of transient errors.


The Polly Project

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Polly targets .NET 4.0, .NET 4.5 and .NET Standard 1.1.


similar tool for Java:


podcast:


patterns described:





Flutter: Release Preview 1 (Dart + mobile)


Flutter Logo

Announcing Flutter Release Preview 1 – Flutter – Medium

Technical Overview - Flutter
"Flutter is a mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase.
The goal is to enable developers to deliver high-performance apps that feel natural on different platforms. We embrace differences in scrolling behaviors, typography, icons, and more."