DEV Community

Derek Comartin - CodeOpinion
Derek Comartin - CodeOpinion

Posted on • Updated on • Originally published at youtube.com

Build Asynchronous Systems! The world is full of Asynchronous Workflows

The world is asynchronous. A lot of the workflows and business processes you encounter out in the world are long-running and driven by asynchronous systems.

Yet as developers, we're still often writing procedural and synchronous code to model these business processes. I'm going to give one of my favorite examples of a going out to eat at a restaurant to illustrate this and how this can be applied in software.

Top comments (0)