Chaining Continuation Actions in Concurrent Programming
This tutorial shows how to manage multiple asynchronous jobs with chained continuation actions/callback methods.
Table Of Contents Overview If you just got here, check out the first part of this tutorial here. So, we have our automation ready and it purrs like a kitten when on our machine. All we need now is deploying…
Table Of Contents Overview In this series, I’ll explore setting up an Azure Functions application that connects to a containerized Selenium server and interacts with its shell, all that in a serverless manner and following good OOP practices. The main…
Table of contents Why? When using APIs, you rarely need your response object to remain a string. If you need to access its properties, convert it to a view model or manipulate it any other way, you have to convert…