Where Promises Fall Short
Offered By: Devoxx via YouTube
Course Description
Overview
Explore the evolution of asynchronous programming across different platforms in this keynote presentation. Dive into the world of multithreading, callbacks, promises, and async-await, comparing their implementations in Java, JavaScript, and .NET. Examine the three options available on the JVM: multithreading APIs, CompletableFuture, and Virtual Threads (Project Loom). Analyze the strengths and weaknesses of each approach, gaining clarity on when and where to use specific APIs for optimal problem-solving. Uncover the intricacies of these programming paradigms to make informed decisions in your asynchronous programming endeavors.
Syllabus
[VDIASI23] - Venkat Subramaniam - Keynote: Where Promises Fall Short
Taught by
Devoxx
Related Courses
Java Fundamentals: HttpClientPluralsight Multithreading,Parallel & Asynchronous Coding in Modern Java
Udemy New Concurrency Utilities in Java 8
GOTO Conferences via YouTube Building Responsive, Scalable Systems with Asynchrony and Flow Control
Devoxx via YouTube Back to the CompletableFuture - Concurrency in Action
Devoxx via YouTube