The Async Arrow
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the concept of async arrows in F# programming through this conference talk. Learn how to simplify service calls by implementing an async arrow that handles common tasks such as authorization, data transformation, logging, retries, and error handling. Discover the power of composition as you create functions that streamline service interactions. Follow along as the speaker demonstrates how to use async arrows to call a service, handle responses, log requests and responses, add authorization tokens, implement exponential backoff retries, and manage errors. Gain insights into how this approach can significantly reduce complexity in asynchronous programming without the need to run async expressions directly.
Syllabus
The Async Arrow - Troy Kershaw
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube