Make Your Own jQuery Deferreds and Promises
A tutorial on creating custom jQuery Deferred objects and Promises for handling asynchronous operations like animations and AJAX.
A tutorial on creating custom jQuery Deferred objects and Promises for handling asynchronous operations like animations and AJAX.
A personal recap of the first PyCon JP 2011 conference in Japan, highlighting community growth and the author's talk on asynchronous Python programming.
Announcement and background of the first PyCon JP 2011 conference in Tokyo, including its growth from a smaller event.
Explains how to handle timeouts and prevent thread starvation in ASP.NET MVC 2 asynchronous controllers using AsyncManager and filters.
Explores a JavaScript technique called 'simplethreading' for handling large data sets asynchronously by batching operations to improve performance.
A guide to creating an AsyncObservableCollection in WPF to safely update data-bound collections from background threads.
Explains the AsyncController in ASP.NET MVC Futures for handling asynchronous requests to improve web server scalability.
Explains how to implement Event Sourcing using asynchronous actors, with a Scala example based on a ship domain model.
Introduces Active Objects, a Scala library combining actors, supervisor hierarchies, and OO methods for fault-tolerant, concurrent asynchronous components.
A developer explores MochiKit, a JavaScript library that simplifies common tasks like deferred server calls and DOM updates.
Explores using asynchronous programming in ASP.NET to build scalable applications, based on a session by Jeff Prosise.